From bab3df4045e898c48e989aeaa8dbd9d270a4917d Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 28 Feb 2010 16:30:01 +0200 Subject: [PATCH] lda: Default to /usr/sbin/sendmail, not to deprecated /usr/lib/sendmail. --HG-- branch : HEAD --- src/lib-lda/lda-settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.47.3