summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-09-30 14:46:31 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-09-30 14:46:31 +0200
commit710b5163a41781a04c6c476aad6433d2dcf51af1 (patch)
treece6d02eefba2a7b86df78c4a2ff641fa7e765d94
parentecbfb5887d49e4f88569397f0f01df26632c2e9f (diff)
downloadsmtpd-conf-710b5163a41781a04c6c476aad6433d2dcf51af1.tar.xz
Move tables over listen directives
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--lucifer.kyriasis.com/smtpd.conf16
-rw-r--r--theos.kyriasis.com/smtpd.conf16
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
#