From 2ee2e412052b2642286cfda5a4cfe10ed8573742 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Tue, 18 Oct 2016 18:30:30 +0200 Subject: [PATCH] Impleemented #4234 Add postmaster address in dovecot in lda section. --- install/tpl/debian6_dovecot2.conf.master | 1 + install/tpl/debian_dovecot2.conf.master | 1 + 2 files changed, 2 insertions(+) diff --git a/install/tpl/debian6_dovecot2.conf.master b/install/tpl/debian6_dovecot2.conf.master index 669e19fda2..db6e0bfbe2 100644 --- a/install/tpl/debian6_dovecot2.conf.master +++ b/install/tpl/debian6_dovecot2.conf.master @@ -59,6 +59,7 @@ protocol pop3 { mail_plugins = quota } protocol lda { + postmaster_address = webmaster@localhost mail_plugins = sieve quota } protocol lmtp { diff --git a/install/tpl/debian_dovecot2.conf.master b/install/tpl/debian_dovecot2.conf.master index 80ca21dd71..8fdaf44eeb 100644 --- a/install/tpl/debian_dovecot2.conf.master +++ b/install/tpl/debian_dovecot2.conf.master @@ -57,6 +57,7 @@ protocol pop3 { mail_plugins = quota } protocol lda { + postmaster_address = webmaster@localhost mail_plugins = sieve quota } protocol lmtp { -- GitLab