mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-08-01 22:44:41 +00:00
fix outgoing smtp configuration in postfix.sh
This commit is contained in:
parent
de7e26f829
commit
886eef8a37
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ echo >> /opt/postfix/conf/master.cf
|
|||
# Append IPv6 SMTP override if needed
|
||||
if [[ "${DISABLE_IPV6_SMTP_SENDING}" == "true" ]]; then
|
||||
echo -e "\n# IPv6 SMTP Override" >> /opt/postfix/conf/master.cf
|
||||
echo "smtp unix - - n - - smtp" >> /opt/postfix/conf/master.cf
|
||||
echo "smtp inet n - n - 1 postscreen" >> /opt/postfix/conf/master.cf
|
||||
echo " -o inet_protocols=ipv4" >> /opt/postfix/conf/master.cf
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue