home · contact · privacy
WIP.
[config] / all_new_2018 / linkable_etc_files / server / etc / dovecot / conf.d / 99-master.conf
diff --git a/all_new_2018/linkable_etc_files/server/etc/dovecot/conf.d/99-master.conf b/all_new_2018/linkable_etc_files/server/etc/dovecot/conf.d/99-master.conf
new file mode 100644 (file)
index 0000000..0871740
--- /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
+  }
+}