set correct postmaster_address (using <SERVERNAME>-variable) for dovecot config-templates

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-12-09 11:52:09 +01:00
parent 2fa6c5cd97
commit 904f412495
7 changed files with 10 additions and 10 deletions

View File

@@ -133,6 +133,6 @@ protocol imap {
protocol lmtp {
mail_plugins = $mail_plugins
postmaster_address = postmaster@example.net
postmaster_address = postmaster@<SERVERNAME>
}