summaryrefslogtreecommitdiff
path: root/mail/horde4-imp/files/patch-ab
blob: 70f53f65a58c9dbead87872f6e04c7df8d627632 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- config/servers.php.dist.orig	Tue Feb  7 08:50:24 2006
+++ config/servers.php.dist	Wed Mar  8 22:01:53 2006
@@ -204,14 +204,21 @@
 
 /* Example configurations: */
 
+/* FreeBSD port note: see also
+<http://wiki.horde.org/ImpUWIMAPNamespaces>
+<http://wiki.horde.org/ImpImapConfig>
+*/
+
 $servers['imap'] = array(
     'name' => 'IMAP Server',
-    'server' => 'imap.example.com',
+//  'server' => 'imap.example.com',
+    'server' => 'localhost',
     'hordeauth' => false,
-    'protocol' => 'imap/notls',
-    'port' => 143,
+    'protocol' => '%%PROTOCOL%%',
+    'port' => %%IMAPPORT%%,
     'maildomain' => 'example.com',
-    'smtphost' => 'smtp.example.com',
+//  'smtphost' => 'smtp.example.com',
+    'smtphost' => 'localhost',
     'smtpport' => 25,
     'realm' => '',
     'preferred' => '',