Removed unnecessary config for PVE-SMTP and Added config to disable systemd-resolved

This commit is contained in:
2026-08-09 20:37:37 +02:00
parent ca8827a31b
commit c9fc1f2c57
2 changed files with 6 additions and 1 deletions
@@ -0,0 +1,6 @@
#/etc/systemd/resolved.conf.d/00-disable-services.conf
#Disable systemd-resolved services
[Resolve]
DNSStubListener=no
MulticastDNS=no
LLMNR=no
-1
View File
@@ -20,7 +20,6 @@ cat << EOF >> /etc/postfix/main.cf
relayhost = [$MailFromServer]:$MailFromServerPort relayhost = [$MailFromServer]:$MailFromServerPort
smtp_tls_wrappermode = yes smtp_tls_wrappermode = yes
smtp_tls_security_level = encrypt smtp_tls_security_level = encrypt
smtp_use_tls = yes
smtp_sasl_auth_enable = yes smtp_sasl_auth_enable = yes
smtp_sasl_security_options = smtp_sasl_security_options =
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd