Fix for Email in Ubuntu 18.04
This commit is contained in:
parent
f6192c837e
commit
c017b57396
1 changed files with 3 additions and 5 deletions
|
@ -837,11 +837,9 @@ hosts = localhost";
|
|||
|
||||
|
||||
echo "editing: /etc/postfix/sasl/smtpd.conf\n";
|
||||
$filecontent="
|
||||
pwcheck_method: saslauthd
|
||||
mech_list: plain login
|
||||
allow_plaintext: true
|
||||
";
|
||||
$filecontent="pwcheck_method: saslauthd
|
||||
mech_list: plain login
|
||||
allow_plaintext: true";
|
||||
writeoutput("/etc/postfix/sasl/smtpd.conf",$filecontent,"w");
|
||||
|
||||
echo "Configuring Courier\n";
|
||||
|
|
Loading…
Reference in a new issue