squirrelmail: Use sendmail to send messages.
authorMatthijs Kooijman <matthijs@stdin.nl>
Sun, 30 Jan 2011 21:34:26 +0000 (22:34 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sun, 30 Jan 2011 21:34:26 +0000 (22:34 +0100)
The default is to use SMTP to localhost, but that doesn't work on this
setup.

etc/squirrelmail/config.php

index 22b820868f24ace8dd96da09fd5571b4d0d06a12..55ab21039a67550d23ba96b04c7cc8c6d4d0feef 100644 (file)
@@ -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).