diff options
-rw-r--r-- | lucifer.kyriasis.com/smtpd.conf | 16 | ||||
-rw-r--r-- | 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 @@ -7,6 +7,14 @@ 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 # @@ -20,14 +28,6 @@ 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 @@ -7,6 +7,14 @@ 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 # @@ -24,14 +32,6 @@ 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 # |