--- config/servers.php.dist.orig	Sun Apr 14 14:34:20 2002
+++ config/servers.php.dist	Sat May 18 23:18:53 2002
@@ -31,7 +31,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." (not 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
@@ -83,14 +83,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' => ''
 );
 
