aboutsummaryrefslogtreecommitdiff
path: root/mail/imp3/files/patch-ab
blob: 66021165d1ad58758c41e04a22619a2c340cd7c7 (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
29
30
31
32
33
34
35
--- config/servers.php.dist.orig	Sun May 30 11:35:13 2004
+++ config/servers.php.dist	Fri Jun  4 22:01:32 2004
@@ -33,7 +33,7 @@
  * is on.
  *
  * folders: The folder path for the IMAP server. i.e. UW IMAP
- * generally looks to "mail/" while Cyrus and Courier put folders
+ * generally looks to "Mail/" while Cyrus and Courier put folders
  * under "INBOX." (note the trailing dot. IMPORTANT: Use this only if
  * you want to restrict users to this subfolder. If you set this to
  * 'INBOX.' with Cyrus or Courier-IMAPd, then users will not be able
@@ -87,14 +87,17 @@
 
 $servers['imap'] = array(
     'name' => 'IMAP Server',
-    'server' => 'imap.example.com',
-    'protocol' => 'imap/notls',
-    'port' => 143,
-    'folders' => 'mail/',
+//  'server' => 'imap.example.com',
+    'server' => 'localhost',
+    'protocol' => '%%PROTOCOL%%',
+    'port' => %%IMAPPORT%%,
+    'folders' => 'Mail/',
     'namespace' => '',
     'maildomain' => 'example.com',
-    'smtphost' => 'smtp.example.com',
-    'realm' => 'example.com',
+//  'smtphost' => 'smtp.example.com',
+    'smtphost' => 'localhost',
+//  'realm' => 'example.com',
+    'realm' => '',
     'preferred' => ''
 );