From b58e7ac01190f86af1f78bd0a4fa239be282d0fb Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 29 Dec 2009 22:49:18 -0500 Subject: [PATCH] example-config: Updated postmaster_address. --HG-- branch : HEAD --- doc/example-config/conf.d/lda.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/example-config/conf.d/lda.conf b/doc/example-config/conf.d/lda.conf index e1032b0ebc..2a097cecf4 100644 --- a/doc/example-config/conf.d/lda.conf +++ b/doc/example-config/conf.d/lda.conf @@ -3,7 +3,8 @@ ## # Address to use when sending rejection mails. -postmaster_address = postmaster@example.com +# Default is postmaster@. +#postmaster_address = # Hostname to use in various parts of sent mails, eg. in Message-Id. # Default is the system's real hostname. -- 2.47.3