diff options
Diffstat (limited to 'mail/imp-devel/files/patch-ab')
-rw-r--r-- | mail/imp-devel/files/patch-ab | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/mail/imp-devel/files/patch-ab b/mail/imp-devel/files/patch-ab deleted file mode 100644 index 7c274c3fb977..000000000000 --- a/mail/imp-devel/files/patch-ab +++ /dev/null @@ -1,35 +0,0 @@ ---- config/servers.php.dist.orig Fri Jun 22 20:08:14 2001 -+++ config/servers.php.dist Tue Dec 18 23:08:00 2001 -@@ -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 -@@ -84,14 +84,17 @@ - - $servers['imap'] = array( - 'name' => 'IMAP Server', -- 'server' => 'imap.example.com', -- 'protocol' => 'imap', -- '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' => '' - ); - |