Skip to content

Commit 2ee2e41

Browse files
author
Till Brehm
committed
Impleemented #4234 Add postmaster address in dovecot in lda section.
1 parent 2fba437 commit 2ee2e41

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

install/tpl/debian6_dovecot2.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ protocol pop3 {
5959
mail_plugins = quota
6060
}
6161
protocol lda {
62+
postmaster_address = webmaster@localhost
6263
mail_plugins = sieve quota
6364
}
6465
protocol lmtp {

install/tpl/debian_dovecot2.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ protocol pop3 {
5757
mail_plugins = quota
5858
}
5959
protocol lda {
60+
postmaster_address = webmaster@localhost
6061
mail_plugins = sieve quota
6162
}
6263
protocol lmtp {

0 commit comments

Comments
 (0)