summaryrefslogtreecommitdiffstats
path: root/roles/postfix/files/smtpd.sasl.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/postfix/files/smtpd.sasl.conf')
-rw-r--r--roles/postfix/files/smtpd.sasl.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/postfix/files/smtpd.sasl.conf b/roles/postfix/files/smtpd.sasl.conf
new file mode 100644
index 0000000..250057e
--- /dev/null
+++ b/roles/postfix/files/smtpd.sasl.conf
@@ -0,0 +1,3 @@
+pwcheck_method: auxprop
+auxprop_plugin: sasldb
+mech_list: PLAIN LOGIN CRAM-MD5 DIGEST-MD5