changeset 16688:07b41fd29a6e

lib-lda: submission_host, sendmail_path and hostname settings can now contain %variables
author Timo Sirainen <tss@iki.fi>
date Mon, 12 Aug 2013 15:44:51 +0300
parents ca4628975fde
children e6c2a1344f86
files src/lib-lda/lda-settings.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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),