Commit 85a9a160 authored by dofl's avatar dofl

Update mail-postfix.sh

parent 2e693f70
...@@ -66,11 +66,11 @@ apt_install postfix postfix-pcre postgrey ca-certificates ...@@ -66,11 +66,11 @@ apt_install postfix postfix-pcre postgrey ca-certificates
tools/editconf.py /etc/postfix/main.cf \ tools/editconf.py /etc/postfix/main.cf \
inet_interfaces=all \ inet_interfaces=all \
myhostname=$PRIMARY_HOSTNAME\ myhostname=$PRIMARY_HOSTNAME \
smtpd_banner="\$myhostname ESMTP Hi, I'm a Mail-in-a-Box (Ubuntu/Postfix; see https://mailinabox.email/)" \ smtpd_banner="\$myhostname ESMTP Hi, I'm a Mail-in-a-Box (Ubuntu/Postfix; see https://mailinabox.email/)" \
mydestination=localhost mydestination=localhost \
delay_warning_time=3h delay_warning_time=3h \
maximal_queue_lifetime=2d maximal_queue_lifetime=2d \
bounce_queue_lifetime=1d bounce_queue_lifetime=1d
# ### Outgoing Mail # ### Outgoing Mail
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment