Moved config files out of the src directory.
[carnet-upgrade.git] / files / etc / default / saslauthd
diff --git a/files/etc/default/saslauthd b/files/etc/default/saslauthd
new file mode 100644 (file)
index 0000000..fb83a6c
--- /dev/null
@@ -0,0 +1,9 @@
+# This needs to be uncommented before saslauthd will be run automatically
+# START=yes
+
+# You must specify the authentication mechanisms you wish to use.
+# This defaults to "pam" for PAM support, but may also include
+# "shadow" or "sasldb", like this:
+# MECHANISMS="pam shadow"
+
+MECHANISMS="pam"