dovecot-2.2: lib-lda: submission_host, sendmail_path and hostnam...

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 12 15:45:09 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/07b41fd29a6e
changeset: 16688:07b41fd29a6e
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 12 15:44:51 2013 +0300
description:
lib-lda: submission_host, sendmail_path and hostname settings can now contain %variables

diffstat:

 src/lib-lda/lda-settings.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r ca4628975fde -r 07b41fd29a6e src/lib-lda/lda-settings.c
--- a/src/lib-lda/lda-settings.c	Mon Aug 12 15:44:39 2013 +0300
+++ b/src/lib-lda/lda-settings.c	Mon Aug 12 15:44:51 2013 +0300
@@ -19,9 +19,9 @@
 
 static const struct setting_define lda_setting_defines[] = {
 	DEF(SET_STR_VARS, postmaster_address),
-	DEF(SET_STR, hostname),
-	DEF(SET_STR, submission_host),
-	DEF(SET_STR, sendmail_path),
+	DEF(SET_STR_VARS, hostname),
+	DEF(SET_STR_VARS, submission_host),
+	DEF(SET_STR_VARS, sendmail_path),
 	DEF(SET_STR, rejection_subject),
 	DEF(SET_STR, rejection_reason),
 	DEF(SET_STR, deliver_log_format),


More information about the dovecot-cvs mailing list