Dovecot Systax Problem
parent
acee73e0bf
commit
80fb2d9d9f
|
|
@ -20,7 +20,7 @@ fi
|
||||||
/usr/sbin/postconf -e "myorigin = \$myhostname"
|
/usr/sbin/postconf -e "myorigin = \$myhostname"
|
||||||
/usr/sbin/postconf -e "mydestination = "
|
/usr/sbin/postconf -e "mydestination = "
|
||||||
/usr/sbin/postconf -e "inet_interfaces = all"
|
/usr/sbin/postconf -e "inet_interfaces = all"
|
||||||
/usr/sbin/postconf -e "inet_protocols = ipv4"
|
/usr/sbin/postconf -e "inet_protocols = all"
|
||||||
/usr/sbin/postconf -e "smtpd_banner = \$myhostname ESMTP"
|
/usr/sbin/postconf -e "smtpd_banner = \$myhostname ESMTP"
|
||||||
|
|
||||||
# --- TLS ----------------------------------------------------------------------
|
# --- TLS ----------------------------------------------------------------------
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -91,7 +91,7 @@ export APP_NAME APP_USER APP_GROUP APP_USER_PREFIX APP_DIR
|
||||||
export BASE_DOMAIN UI_SUB WEBMAIL_SUB MTA_SUB
|
export BASE_DOMAIN UI_SUB WEBMAIL_SUB MTA_SUB
|
||||||
export SYSMAIL_SUB SYSMAIL_DOMAIN DKIM_ENABLE DKIM_SELECTOR DKIM_GENERATE
|
export SYSMAIL_SUB SYSMAIL_DOMAIN DKIM_ENABLE DKIM_SELECTOR DKIM_GENERATE
|
||||||
export UI_HOST WEBMAIL_HOST MAIL_HOSTNAME
|
export UI_HOST WEBMAIL_HOST MAIL_HOSTNAME
|
||||||
export DB_NAME DB_USER DB_PASS
|
export DB_NAME DB_USER
|
||||||
export SERVER_PUBLIC_IPV4 SERVER_PUBLIC_IPV6 APP_TZ APP_LOCALE
|
export SERVER_PUBLIC_IPV4 SERVER_PUBLIC_IPV6 APP_TZ APP_LOCALE
|
||||||
|
|
||||||
install -d -m 0755 /etc/mailwolt
|
install -d -m 0755 /etc/mailwolt
|
||||||
|
|
@ -112,6 +112,11 @@ DKIM_ENABLE=${DKIM_ENABLE}
|
||||||
DKIM_SELECTOR=${DKIM_SELECTOR}
|
DKIM_SELECTOR=${DKIM_SELECTOR}
|
||||||
DKIM_GENERATE=${DKIM_GENERATE}
|
DKIM_GENERATE=${DKIM_GENERATE}
|
||||||
|
|
||||||
|
DB_HOST=127.0.0.1
|
||||||
|
DB_NAME=${DB_NAME}
|
||||||
|
DB_USER=${DB_USER}
|
||||||
|
DB_PASS=${DB_PASS}
|
||||||
|
|
||||||
SERVER_PUBLIC_IPV4=${SERVER_PUBLIC_IPV4}
|
SERVER_PUBLIC_IPV4=${SERVER_PUBLIC_IPV4}
|
||||||
SERVER_PUBLIC_IPV6=${SERVER_PUBLIC_IPV6}
|
SERVER_PUBLIC_IPV6=${SERVER_PUBLIC_IPV6}
|
||||||
APP_ENV=${APP_ENV}
|
APP_ENV=${APP_ENV}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue