]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: sendmail_path defaults to /usr/sbin/sendmail, not /usr/lib/sendmail
authorTimo Sirainen <tss@iki.fi>
Tue, 9 Nov 2010 21:17:15 +0000 (21:17 +0000)
committerTimo Sirainen <tss@iki.fi>
Tue, 9 Nov 2010 21:17:15 +0000 (21:17 +0000)
doc/example-config/conf.d/15-lda.conf

index c8dcd2e88915e8141d7708df3de03e931374b376..1ac157e51a3ac912aef4d26a18226d60c7572772 100644 (file)
@@ -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.