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
tools/editconf.py /etc/postfix/main.cf \
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/)" \
mydestination=localhost
delay_warning_time=3h
maximal_queue_lifetime=2d
mydestination=localhost \
delay_warning_time=3h \
maximal_queue_lifetime=2d \
bounce_queue_lifetime=1d
# ### 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