From 710b5163a41781a04c6c476aad6433d2dcf51af1 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 30 Sep 2015 14:46:31 +0200 Subject: Move tables over listen directives MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- lucifer.kyriasis.com/smtpd.conf | 16 ++++++++-------- theos.kyriasis.com/smtpd.conf | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/lucifer.kyriasis.com/smtpd.conf b/lucifer.kyriasis.com/smtpd.conf index 83148c8..0f0efc7 100644 --- a/lucifer.kyriasis.com/smtpd.conf +++ b/lucifer.kyriasis.com/smtpd.conf @@ -6,6 +6,14 @@ pki lucifer.kyriasis.com certificate "/etc/smtpd/certs/lucifer.kyriasis.com.crt" pki lucifer.kyriasis.com key "/etc/smtpd/certs/lucifer.kyriasis.com.key" +## +# Tables +# + +# If you edit the file, you have to run "smtpctl update table users" +table users file:/etc/smtpd/users + + ## # Listen directives # @@ -19,14 +27,6 @@ listen on lo port 10029 tag DKIM-OUT listen on localhost -## -# Tables -# - -# If you edit the file, you have to run "smtpctl update table users" -table users file:/etc/smtpd/users - - ## # Relay for hosts we act as a backup for # diff --git a/theos.kyriasis.com/smtpd.conf b/theos.kyriasis.com/smtpd.conf index 71f0b16..3caa226 100644 --- a/theos.kyriasis.com/smtpd.conf +++ b/theos.kyriasis.com/smtpd.conf @@ -6,6 +6,14 @@ pki theos.kyriasis.com certificate "/etc/smtpd/certs/chained.pem" pki theos.kyriasis.com key "/etc/smtpd/certs/theos.kyriasis.com.key" +## +# Tables +# + +# If you edit the file, you have to run "smtpctl update table users" +table users file:/etc/smtpd/users + + ## # Listen directives # @@ -23,14 +31,6 @@ listen on lo port 10029 tag DKIM-OUT listen on localhost -## -# Tables -# - -# If you edit the file, you have to run "smtpctl update table users" -table users file:/etc/smtpd/users - - ## # Relay for hosts we act as a backup for # -- cgit v1.2.3-54-g00ecf