From: Timo Sirainen Date: Tue, 9 Nov 2010 21:17:15 +0000 (+0000) Subject: example-config: sendmail_path defaults to /usr/sbin/sendmail, not /usr/lib/sendmail X-Git-Tag: 2.0.8~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac607f4bd7f25d420fce12f8666031f35f1885c2;p=thirdparty%2Fdovecot%2Fcore.git example-config: sendmail_path defaults to /usr/sbin/sendmail, not /usr/lib/sendmail --- 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.