- mismatch - we use qmail.

This commit is contained in:
serek 2004-01-04 04:13:39 +00:00
parent 94a868fb49
commit e03fbc7a47
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ $dest_email = 'cia@pld-linux.org';
# Path to your sendmail binary. If you have it at a different place (and
# outside of $PATH), add your location at the start of this list. By all means
# keep the trailing empty string in the array.
@sendmail = ('sendmail', '/usr/lib/sendmail', '/usr/sbin/sendmail', '');
@sendmail = ('sendmail', '/usr/lib/sendmail', '/var/qmail/bin/sendmail', '');
# Number of seconds to wait for possible concurrent instances. CVS calls up
# this script for each involved directory separately and this is the sync

View File

@ -233,7 +233,7 @@ if (-f $syncfile and -w $syncfile) {
# Open our mail program
open (MAIL, '| /usr/lib/sendmail -t -oi -oem')
open (MAIL, '| /var/qmail/bin/sendmail -t -oi -oem')
or die "$0: cannot fork sendmail: $!\n";