diff options
author | Aaron LI <aly@aaronly.me> | 2018-03-06 22:44:24 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-03-14 11:35:08 +0800 |
commit | c3cf54288387b9b6cd7165f974f36bea7c396841 (patch) | |
tree | 494b469f5cbb3c42ee992811e531e4f31bdfdc86 /roles/mail/templates/postfix/main.cf.j2 | |
parent | 89e40ceb20251c9a51de4fc4b334c144d4b2310d (diff) | |
download | ansible-dfly-vps-c3cf54288387b9b6cd7165f974f36bea7c396841.tar.bz2 |
mail/postfix: rename "virtual" to "virtual-aliases"
Diffstat (limited to 'roles/mail/templates/postfix/main.cf.j2')
-rw-r--r-- | roles/mail/templates/postfix/main.cf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/mail/templates/postfix/main.cf.j2 b/roles/mail/templates/postfix/main.cf.j2 index b4685c6..1126adf 100644 --- a/roles/mail/templates/postfix/main.cf.j2 +++ b/roles/mail/templates/postfix/main.cf.j2 @@ -637,7 +637,7 @@ virtual_mailbox_maps = hash:$config_directory/virtual-users # WARNING: NEVER put a virtual MAILBOX wild-card in the virtual # ALIAS file!! # -virtual_alias_maps = hash:$config_directory/virtual +virtual_alias_maps = hash:$config_directory/virtual-aliases # With delivery to a non-Postfix mailbox store for hosted domains, # the 'virtual_transport' parameter usually specifies the Postfix LMTP |