Minor Fix for Sasl
This commit is contained in:
parent
bd94b6a2a1
commit
fd3971ebfb
1 changed files with 5 additions and 6 deletions
|
@ -823,12 +823,11 @@ hosts = localhost";
|
|||
|
||||
# here, both params, options added, in case it may be changed.
|
||||
$filecontent="
|
||||
NAME=\"saslauthd\"
|
||||
START=yes
|
||||
MECHANISMS=\"pam\"
|
||||
PARAMS=\"-s 5120 -m /var/spool/postfix/var/run/saslauthd -r\"
|
||||
OPTIONS=\"-s 5120 -m /var/spool/postfix/var/run/saslauthd -r\"
|
||||
THREADS=2
|
||||
NAME=\"saslauthd\"
|
||||
START=yes
|
||||
MECHANISMS=\"pam\"
|
||||
PARAMS=\"-n 0 -m /var/spool/postfix/var/run/saslauthd -r\"
|
||||
OPTIONS=\"-n 0 -m /var/spool/postfix/var/run/saslauthd -r\"
|
||||
";
|
||||
|
||||
writeoutput("/etc/default/saslauthd",$filecontent,"w");
|
||||
|
|
Loading…
Reference in a new issue