1349c4811a
from Stuart Henderson <stu at spacehopper.org>
13 lines
556 B
Plaintext
13 lines
556 B
Plaintext
$OpenBSD: patch-config_main_inc_php_dist,v 1.1.1.1 2007/05/30 14:30:23 steven Exp $
|
|
--- config/main.inc.php.dist.orig Sun Jan 14 16:54:34 2007
|
|
+++ config/main.inc.php.dist Sun Jan 14 16:54:59 2007
|
|
@@ -60,7 +60,7 @@ $rcmail_config['virtuser_query'] = '';
|
|
// use this host for sending mails.
|
|
// to use SSL connection, set ssl://smtp.host.com
|
|
// if left blank, the PHP mail() function is used
|
|
-$rcmail_config['smtp_server'] = '';
|
|
+$rcmail_config['smtp_server'] = '127.0.0.1';
|
|
|
|
// SMTP port (default is 25; 465 for SSL)
|
|
$rcmail_config['smtp_port'] = 25;
|