- config typos, stupid programmers.

This commit is contained in:
serek 2004-07-26 14:25:49 +00:00
parent 259df11d71
commit 395093e09c
1 changed files with 1 additions and 1 deletions

View File

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