Removed unnecessary config for PVE-SMTP and Added config to disable systemd-resolved
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#/etc/systemd/resolved.conf.d/00-disable-services.conf
|
||||
#Disable systemd-resolved services
|
||||
[Resolve]
|
||||
DNSStubListener=no
|
||||
MulticastDNS=no
|
||||
LLMNR=no
|
||||
@@ -20,7 +20,6 @@ cat << EOF >> /etc/postfix/main.cf
|
||||
relayhost = [$MailFromServer]:$MailFromServerPort
|
||||
smtp_tls_wrappermode = yes
|
||||
smtp_tls_security_level = encrypt
|
||||
smtp_use_tls = yes
|
||||
smtp_sasl_auth_enable = yes
|
||||
smtp_sasl_security_options =
|
||||
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
|
||||
|
||||
Reference in New Issue
Block a user