aboutsummaryrefslogtreecommitdiff
path: root/mail/horde-mimp/files/patch-config-servers.php.dist
blob: a3d81c362a7c37490d6b82442eb3f6e3f25755a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- config/servers.php.dist.orig	Wed Feb 22 08:16:36 2006
+++ config/servers.php.dist	Mon Feb  5 13:14:52 2007
@@ -159,11 +159,12 @@
 
 $servers['imap'] = array(
     'name' => 'IMAP Server',
-    'server' => 'imap.example.com',
-    'protocol' => 'imap/notls',
-    'port' => 143,
+    'server' => 'localhost',
+    'hordeauth' => false,
+    'protocol' => '%%PROTOCOL%%',
+    'port' => %%IMAPPORT%%,
     'maildomain' => 'example.com',
-    'smtphost' => 'smtp.example.com',
+    'smtphost' => 'localhost',
     'smtpport' => 25,
     'realm' => '',
     'preferred' => '',