From ac607f4bd7f25d420fce12f8666031f35f1885c2 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 9 Nov 2010 21:17:15 +0000 Subject: [PATCH] example-config: sendmail_path defaults to /usr/sbin/sendmail, not /usr/lib/sendmail --- doc/example-config/conf.d/15-lda.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/example-config/conf.d/15-lda.conf b/doc/example-config/conf.d/15-lda.conf index c8dcd2e889..1ac157e51a 100644 --- a/doc/example-config/conf.d/15-lda.conf +++ b/doc/example-config/conf.d/15-lda.conf @@ -15,7 +15,7 @@ #quota_full_tempfail = no # Binary to use for sending mails. -#sendmail_path = /usr/lib/sendmail +#sendmail_path = /usr/sbin/sendmail # Subject: header to use for rejection mails. You can use the same variables # as for rejection_reason below. -- 2.47.3