1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/mail/mimp/files/patch-config-servers.php.dist
Andrew Pantyukhin a974fbc34b Add port mail/mimp:
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>
2007-02-22 11:58:36 +00:00

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' => '',