File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -139,18 +139,19 @@ if [ "${AUTHORIZED_KEYS}" != "**None**" ]; then
139139 done
140140fi
141141
142- # Postfix uses remote testing mail server which holds email(s) from being released into the REAL Internet
143- postconf -e " myhostname = dev-build.htmlgraphic.com"
142+ # Postfix uses a DEV test mail server which holds email(s) from being released into the REAL Internet
143+ postconf -e " compatibility_level=2"
144+ postconf -e " myhostname=dev-build.htmlgraphic.com"
144145postconf -e ' mail_spool_directory="/var/spool/mail/"'
145146postconf -e ' mydestination="localhost.localdomain localhost"'
146147postconf -e " mydomain=htmlgraphic.com"
147- postconf -e " relayhost = [${SMTP_HOST} ]:587"
148+ postconf -e " relayhost= [${SMTP_HOST} ]:587"
148149postconf -e " smtp_sasl_auth_enable=yes"
149- postconf -e " smtp_sasl_password_maps = static:${SASL_USER} :${SASL_PASS} "
150+ postconf -e " smtp_sasl_password_maps= static:${SASL_USER} :${SASL_PASS} "
150151postconf -e " smtp_sasl_security_options=noanonymous"
151152postconf -e " smtp_tls_security_level=encrypt"
152153postconf -e " header_size_limit=4096000"
153- postconf -e " inet_protocols = ipv4"
154+ postconf -e " inet_protocols= ipv4"
154155
155156# Postfix is not using /etc/resolv.conf is because it is running inside a chroot jail, needs its own copy.
156157cp /etc/resolv.conf /var/spool/postfix/etc/resolv.conf
You can’t perform that action at this time.
0 commit comments