From a65428816e9dbb8918a20cb0041f26dcfc1abbce Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Tue, 16 Nov 2021 19:29:51 -0600 Subject: [PATCH] Postfix listening --- templates/Fedora/35/etc/postfix/main.cf | 4 ++-- templates/Fedora/35/etc/postfix/master.cf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/Fedora/35/etc/postfix/main.cf b/templates/Fedora/35/etc/postfix/main.cf index bd0aea8..7d3ea02 100644 --- a/templates/Fedora/35/etc/postfix/main.cf +++ b/templates/Fedora/35/etc/postfix/main.cf @@ -129,10 +129,10 @@ mail_owner = postfix # # Note: you need to stop/start Postfix when this parameter changes. # -#inet_interfaces = all +inet_interfaces = all #inet_interfaces = $myhostname #inet_interfaces = $myhostname, localhost -inet_interfaces = localhost +#inet_interfaces = localhost # Enable IPv4, and IPv6 if supported inet_protocols = all diff --git a/templates/Fedora/35/etc/postfix/master.cf b/templates/Fedora/35/etc/postfix/master.cf index f33d9dd..ceff140 100644 --- a/templates/Fedora/35/etc/postfix/master.cf +++ b/templates/Fedora/35/etc/postfix/master.cf @@ -16,7 +16,7 @@ smtp inet n - n - - smtpd #tlsproxy unix - - n - 0 tlsproxy # Choose one: enable submission for loopback clients only, or for any client. #127.0.0.1:submission inet n - n - - smtpd -#submission inet n - n - - smtpd +submission inet n - n - - smtpd # -o syslog_name=postfix/submission # -o smtpd_tls_security_level=encrypt # -o smtpd_sasl_auth_enable=yes @@ -30,7 +30,7 @@ smtp inet n - n - - smtpd # -o milter_macro_daemon_name=ORIGINATING # Choose one: enable smtps for loopback clients only, or for any client. #127.0.0.1:smtps inet n - n - - smtpd -#smtps inet n - n - - smtpd +smtps inet n - n - - smtpd # -o syslog_name=postfix/smtps # -o smtpd_tls_wrappermode=yes # -o smtpd_sasl_auth_enable=yes