Support specifyin multiple hostnames
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
log_path = /dev/stderr
|
||||
protocols = imap pop3 lmtp sieve
|
||||
postmaster_address = {{ POSTMASTER }}@{{ DOMAIN }}
|
||||
hostname = {{ HOSTNAME }}
|
||||
hostname = {{ HOSTNAMES.split(",")[0] }}
|
||||
mail_plugins = $mail_plugins quota
|
||||
submission_host = smtp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user