mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
a974fbc34b
MIMP is a version of HORDE IMP suitable for mobile devices such as WAP phones or PDAs. Basic IMP functionality is implemented including mailbox viewing and paging, viewing messages, deleting, replying, forwarding, and composing new messages. WWW: http://www.horde.org/mimp/ PR: ports/108946 Submitted by: Beech Rintoul <beech@alaskaparadise.com>
20 lines
577 B
Plaintext
20 lines
577 B
Plaintext
--- 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' => '',
|