mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
08cc8e2a5f
Changelog at <http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.115&r2=1.699.2.163&ty=h>
29 lines
808 B
Plaintext
29 lines
808 B
Plaintext
--- config/servers.php.dist.orig Tue Feb 7 08:50:24 2006
|
|
+++ config/servers.php.dist Wed Mar 8 22:01:53 2006
|
|
@@ -204,14 +204,21 @@
|
|
|
|
/* Example configurations: */
|
|
|
|
+/* FreeBSD port note: see also
|
|
+<http://wiki.horde.org/ImpUWIMAPNamespaces>
|
|
+<http://wiki.horde.org/ImpImapConfig>
|
|
+*/
|
|
+
|
|
$servers['imap'] = array(
|
|
'name' => 'IMAP Server',
|
|
- 'server' => 'imap.example.com',
|
|
+// 'server' => 'imap.example.com',
|
|
+ 'server' => 'localhost',
|
|
'hordeauth' => false,
|
|
- 'protocol' => 'imap/notls',
|
|
- 'port' => 143,
|
|
+ 'protocol' => '%%PROTOCOL%%',
|
|
+ 'port' => %%IMAPPORT%%,
|
|
'maildomain' => 'example.com',
|
|
- 'smtphost' => 'smtp.example.com',
|
|
+// 'smtphost' => 'smtp.example.com',
|
|
+ 'smtphost' => 'localhost',
|
|
'smtpport' => 25,
|
|
'realm' => '',
|
|
'preferred' => '',
|