From: Matthijs Kooijman Date: Sun, 30 Jan 2011 21:34:26 +0000 (+0100) Subject: squirrelmail: Use sendmail to send messages. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=502f98f6252ff6beaad0e04df9dee86cebb8777f;p=matthijs%2Fservers%2Fdrsnuggles.git squirrelmail: Use sendmail to send messages. The default is to use SMTP to localhost, but that doesn't work on this setup. --- diff --git a/etc/squirrelmail/config.php b/etc/squirrelmail/config.php index 22b8208..55ab210 100644 --- a/etc/squirrelmail/config.php +++ b/etc/squirrelmail/config.php @@ -137,7 +137,7 @@ $invert_time = false; * $sendmail_path * @global bool $useSendmail */ -$useSendmail = false; +$useSendmail = true; /** * Your SMTP server (usually the same as the IMAP server).