From: Timo Sirainen Date: Sun, 28 Feb 2010 14:30:01 +0000 (+0200) Subject: lda: Default to /usr/sbin/sendmail, not to deprecated /usr/lib/sendmail. X-Git-Tag: 2.0.beta4~152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bab3df4045e898c48e989aeaa8dbd9d270a4917d;p=thirdparty%2Fdovecot%2Fcore.git lda: Default to /usr/sbin/sendmail, not to deprecated /usr/lib/sendmail. --HG-- branch : HEAD --- diff --git a/src/lib-lda/lda-settings.c b/src/lib-lda/lda-settings.c index 92d41ed900..366560a905 100644 --- a/src/lib-lda/lda-settings.c +++ b/src/lib-lda/lda-settings.c @@ -35,7 +35,7 @@ static const struct setting_define lda_setting_defines[] = { static const struct lda_settings lda_default_settings = { .postmaster_address = "", .hostname = "", - .sendmail_path = "/usr/lib/sendmail", + .sendmail_path = "/usr/sbin/sendmail", .rejection_subject = "Rejected: %s", .rejection_reason = "Your message to <%t> was automatically rejected:%n%r",