Update run.sh
Formatting.
This commit is contained in:
parent
22f46669db
commit
d3f3316ccf
4
run.sh
4
run.sh
@ -15,8 +15,8 @@ DOMAIN=`echo ${SERVER_HOSTNAME} |awk -F. '{$1="";OFS="." ; print $0}' | sed 's/^
|
|||||||
# Set needed config options
|
# Set needed config options
|
||||||
postconf -e "myhostname = ${SERVER_HOSTNAME}"
|
postconf -e "myhostname = ${SERVER_HOSTNAME}"
|
||||||
postconf -e "mydomain = ${DOMAIN}"
|
postconf -e "mydomain = ${DOMAIN}"
|
||||||
postconf -e "mydestination = $myhostname"
|
postconf -e 'mydestination = $myhostname'
|
||||||
postconf -e "myorigin = \$mydomain"
|
postconf -e 'myorigin = $mydomain'
|
||||||
postconf -e "relayhost = [${SMTP_SERVER}]:${SMTP_PORT}"
|
postconf -e "relayhost = [${SMTP_SERVER}]:${SMTP_PORT}"
|
||||||
postconf -e "smtp_use_tls = yes"
|
postconf -e "smtp_use_tls = yes"
|
||||||
postconf -e "smtp_sasl_auth_enable = yes"
|
postconf -e "smtp_sasl_auth_enable = yes"
|
||||||
|
Loading…
Reference in New Issue
Block a user