projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10d2b56
)
squirrelmail: Use sendmail to send messages.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Sun, 30 Jan 2011 21:34:26 +0000
(22:34 +0100)
committer
Matthijs 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
patch
|
blob
|
history
diff --git
a/etc/squirrelmail/config.php
b/etc/squirrelmail/config.php
index 22b820868f24ace8dd96da09fd5571b4d0d06a12..55ab21039a67550d23ba96b04c7cc8c6d4d0feef 100644
(file)
--- a/
etc/squirrelmail/config.php
+++ b/
etc/squirrelmail/config.php
@@
-137,7
+137,7
@@
$invert_time = false;
* $sendmail_path
* @global bool $useSendmail
*/
-$useSendmail =
fals
e;
+$useSendmail =
tru
e;
/**
* Your SMTP server (usually the same as the IMAP server).