$OpenBSD: patch-config_default_php,v 1.2 2010/03/21 10:32:31 ajacoutot Exp $
--- config.default.php.orig	Wed Dec  9 18:03:33 2009
+++ config.default.php	Sun Mar 14 10:32:55 2010
@@ -126,8 +126,8 @@ $config['email']['supportemail']            = '';
 # this email will receive any error notification
 $config['email']['adminemail']              = '';
 
-$config['email']['transport']               = 'sendmail';
-$config['email']['host']                    = '';
+$config['email']['transport']               = 'smtp';
+$config['email']['host']                    = '127.0.0.1';
 $config['email']['auth']                    = '';
 $config['email']['username']                = '';
 $config['email']['password']                = '';
