update postfix run script
This commit is contained in:
parent
af0b9e3dac
commit
4b33a6e3f7
@ -18,7 +18,6 @@ virtual_mailbox_domains = proxy:ldap:/etc/postfix/ldap-virtual-mailbox-domains.c
|
||||
virtual_mailbox_maps = proxy:ldap:/etc/postfix/ldap-virtual-mailbox-maps.cf
|
||||
virtual_alias_maps = proxy:ldap:/etc/postfix/ldap-virtual-alias-maps.cf
|
||||
virtual_transport = lmtp:inet:{{getenv "LMTPHOST"}}:{{getenv "LMTPPORT"}}
|
||||
dovecot_destination_recipient_limit = 1
|
||||
smtpd_sasl_type = dovecot
|
||||
smtpd_sasl_path = inet:{{getenv "DOVECOTHOST"}}:{{getenv "DOVECOTAUTHPORT"}}
|
||||
smtpd_sasl_auth_enable = yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/with-contenv sh
|
||||
|
||||
exec postfix start
|
||||
exec /usr/lib/postfix/master -d
|
||||
|
Loading…
Reference in New Issue
Block a user