dovecot-2.0: lda: Default to /usr/sbin/sendmail, not to deprecat...

dovecot at dovecot.org dovecot at dovecot.org
Sun Feb 28 16:30:04 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/7646f9783da0
changeset: 10816:7646f9783da0
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Feb 28 16:30:01 2010 +0200
description:
lda: Default to /usr/sbin/sendmail, not to deprecated /usr/lib/sendmail.

diffstat:

 src/lib-lda/lda-settings.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1a888e13bf7f -r 7646f9783da0 src/lib-lda/lda-settings.c
--- a/src/lib-lda/lda-settings.c	Sun Feb 28 15:31:00 2010 +0200
+++ b/src/lib-lda/lda-settings.c	Sun Feb 28 16:30:01 2010 +0200
@@ -35,7 +35,7 @@
 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",


More information about the dovecot-cvs mailing list