home · contact · privacy
Add mail server setup scripting.
[config] / buster / etc_files / mail / etc / dovecot / conf.d / 99-smtp-sasl.conf
diff --git a/buster/etc_files/mail/etc/dovecot/conf.d/99-smtp-sasl.conf b/buster/etc_files/mail/etc/dovecot/conf.d/99-smtp-sasl.conf
new file mode 100644 (file)
index 0000000..d076d63
--- /dev/null
@@ -0,0 +1,10 @@
+service auth {
+  unix_listener auth-userdb {
+  }
+
+  unix_listener /var/spool/postfix/private/auth {
+        mode = 0660
+        user = postfix
+        group = postfix
+  }
+}