]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lda: Default to /usr/sbin/sendmail, not to deprecated /usr/lib/sendmail.
authorTimo Sirainen <tss@iki.fi>
Sun, 28 Feb 2010 14:30:01 +0000 (16:30 +0200)
committerTimo Sirainen <tss@iki.fi>
Sun, 28 Feb 2010 14:30:01 +0000 (16:30 +0200)
--HG--
branch : HEAD

src/lib-lda/lda-settings.c

index 92d41ed90082e9c37671e3e1ef8acd68a073f1c0..366560a905a5422ef8e87a15ee882c13a617275b 100644 (file)
@@ -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",