From 502f98f6252ff6beaad0e04df9dee86cebb8777f Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 30 Jan 2011 22:34:26 +0100 Subject: [PATCH] squirrelmail: Use sendmail to send messages. The default is to use SMTP to localhost, but that doesn't work on this setup. --- etc/squirrelmail/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.30.2