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
139
139
done
140
140
fi
141
141
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"
144
145
postconf -e ' mail_spool_directory="/var/spool/mail/"'
145
146
postconf -e ' mydestination="localhost.localdomain localhost"'
146
147
postconf -e " mydomain=htmlgraphic.com"
147
- postconf -e " relayhost = [${SMTP_HOST} ]:587"
148
+ postconf -e " relayhost= [${SMTP_HOST} ]:587"
148
149
postconf -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} "
150
151
postconf -e " smtp_sasl_security_options=noanonymous"
151
152
postconf -e " smtp_tls_security_level=encrypt"
152
153
postconf -e " header_size_limit=4096000"
153
- postconf -e " inet_protocols = ipv4"
154
+ postconf -e " inet_protocols= ipv4"
154
155
155
156
# Postfix is not using /etc/resolv.conf is because it is running inside a chroot jail, needs its own copy.
156
157
cp /etc/resolv.conf /var/spool/postfix/etc/resolv.conf
You can’t perform that action at this time.
0 commit comments