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

@@ -1,4 +1,4 @@
protocols = imap pop3 <SSLPROTOCOLS>
#protocols = imap pop3 <SSLPROTOCOLS>
listen = *
mail_access_groups = vmail
mail_debug = no
@@ -25,8 +25,8 @@ protocol pop3 {
}
protocol lda {
# postmaster is the one in charge of the mail system. MUST be set to a valid address!
postmaster_address = <postmaster-address>
# postmaster is the one in charge of the mail system. MUST be set to a valid address!
postmaster_address = postmaster@<SERVERNAME>
auth_socket_path = /var/run/dovecot/auth-master
mail_plugins = quota
sendmail_path = /usr/sbin/sendmail