mail: disable pam authentication
This commit is contained in:
parent
92efae76ed
commit
1b36010ad9
|
@ -108,7 +108,7 @@ in
|
||||||
"reject_unauth_destination"
|
"reject_unauth_destination"
|
||||||
"reject_unauth_pipelining"
|
"reject_unauth_pipelining"
|
||||||
"reject_invalid_hostname"
|
"reject_invalid_hostname"
|
||||||
# "check_policy_service inet:localhost:12340" # disabled since it breaks mails to root@ifsr.de
|
"check_policy_service inet:localhost:12340"
|
||||||
];
|
];
|
||||||
smtpd_relay_restrictions = [
|
smtpd_relay_restrictions = [
|
||||||
"permit_sasl_authenticated"
|
"permit_sasl_authenticated"
|
||||||
|
@ -139,6 +139,7 @@ in
|
||||||
enableQuota = true;
|
enableQuota = true;
|
||||||
quotaGlobalPerUser = "10G";
|
quotaGlobalPerUser = "10G";
|
||||||
enableLmtp = true;
|
enableLmtp = true;
|
||||||
|
enablePAM = false;
|
||||||
mailLocation = "maildir:~/Maildir";
|
mailLocation = "maildir:~/Maildir";
|
||||||
sslServerCert = "/var/lib/acme/${hostname}/fullchain.pem";
|
sslServerCert = "/var/lib/acme/${hostname}/fullchain.pem";
|
||||||
sslServerKey = "/var/lib/acme/${hostname}/key.pem";
|
sslServerKey = "/var/lib/acme/${hostname}/key.pem";
|
||||||
|
|
Loading…
Reference in a new issue