]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Set postmaster_address=%d by default because imap now loads lda settings and it must...
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 24 Mar 2016 15:45:54 +0000 (00:45 +0900)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 24 Mar 2016 15:45:54 +0000 (00:45 +0900)
We don't want imap to suddenly start failing because of the c15e8f33c
change. This isn't a perfect solution either, but should be ok enough.

src/lib-lda/lda-settings.c

index cf5328dedc36030ec2ca5ad3f618dde33e3a7ed6..ee83c905b3aa9267eb493188480ff7c31d673e6b 100644 (file)
@@ -35,7 +35,7 @@ static const struct setting_define lda_setting_defines[] = {
 };
 
 static const struct lda_settings lda_default_settings = {
-       .postmaster_address = "",
+       .postmaster_address = "postmaster@%d",
        .hostname = "",
        .submission_host = "",
        .sendmail_path = "/usr/sbin/sendmail",