home · contact · privacy
Improve mail setup.
[config] / all_new_2018 / linkable_etc_files / mail / etc / dovecot / conf.d / 99-master.conf
index 0871740688ad08649615525ee8f7bcaac8423e38..f8c5b4393d2e88655009a76003069c32b9061e59 100644 (file)
@@ -8,3 +8,13 @@ service auth {
        group = postfix
   }
 }
+
+# We don't strictly need to provide a LMTP server to fetch mail from
+# postfix, but we do if we want to do sophisticated stuff like sieve
+# filtering on the way.
+service lmtp {
+  inet_listener lmtp {
+    address = 127.0.0.1
+    port = 2424
+  }
+}