Skip to content
Snippets Groups Projects
Commit 2ee2e412 authored by Till Brehm's avatar Till Brehm
Browse files

Impleemented #4234 Add postmaster address in dovecot in lda section.

parent 2fba437a
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,7 @@ protocol pop3 { ...@@ -59,6 +59,7 @@ protocol pop3 {
mail_plugins = quota mail_plugins = quota
} }
protocol lda { protocol lda {
postmaster_address = webmaster@localhost
mail_plugins = sieve quota mail_plugins = sieve quota
} }
protocol lmtp { protocol lmtp {
......
...@@ -57,6 +57,7 @@ protocol pop3 { ...@@ -57,6 +57,7 @@ protocol pop3 {
mail_plugins = quota mail_plugins = quota
} }
protocol lda { protocol lda {
postmaster_address = webmaster@localhost
mail_plugins = sieve quota mail_plugins = sieve quota
} }
protocol lmtp { protocol lmtp {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment