[horde] Dovecot
John Rowe
jrowe at newvillagemedia.com
Thu May 20 17:02:10 PDT 2004
This is how I got mine to work with dovecot, except I'm running it on
Debian, but it should theoretically still work
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => '127.0.0.1',
'protocol' => 'imap/notls',
'port' => 143,
'folders' => '',
'namespace' => 'mail',
'maildomain' => 'newvillagemedia.com',
'smtphost' => '127.0.0.1',
'realm' => 'newvillagemedia.com',
'preferred' => ''
);
> -----Original Message-----
> From: horde-bounces at lists.horde.org
> [mailto:horde-bounces at lists.horde.org]On Behalf Of Mario Casamalhuapa
> Sent: Thursday, May 20, 2004 6:28 PM
> To: horde at lists.horde.org; subscribed-lists at sterndata.com
> Subject: Re: [horde] Dovecot
>
>
> Did you have to do anything else??? I have done what you have said and
> all I get is cannot connect..... interesting
>
>
> Mario Casamalhuapa
> Kern Medical Center
> Information Systems
> casamalm at kernmedctr.com
> www.kernmedicalcenter.com
> (661) 326-5648
> (661) 204-7650 Cell
>
> * * * * * * * * * * CONFIDENTIALITY STATEMENT *
> * * * * * * * * *
>
> This message is intended only for the use of the individual or entity
> to which it is addressed and may contain information that is privileged,
> confidential and exempt from disclosure under applicable law. If the
> reader of this message is not the intended recipient, you are hereby
> notified that any dissemination, distribution or copying of the
> communication is strictly prohibited. If you received this
> communication in error, please notify us immediately by telephone and
> return the original message to us at the E-mail address above. Thank
> you
>
> OWNED AND OPERATED BY THE COUNTY OF KERN
> 1830 Flower Street, Bakersfield California 93305-4197
> (661) 326-2416
>
> >>> "Steven Stern" <subscribed-lists at sterndata.com> 5/20/2004 3:11:04
> PM >>>
> On Thu, 20 May 2004 14:48:59 -0700, "Mario Casamalhuapa"
> <casamalm at kernmedctr.com> wrote:
>
> >could you share your configurations with me example the
> >/imp/servers.php
> >
> >did you just treat it like it was an IMAP???
> >
>
> Exactly. It's just an IMAP server.
>
> imp/config/servers.php
>
> $servers['imap'] = array(
> 'name' => 'IMAP Server',
> 'server' => 'localhost',
> 'protocol' => 'imap/notls',
> 'port' => 143,
> 'folders' => 'mail/',
> 'namespace' => '',
> 'maildomain' => 'sterndata.com',
> 'smtphost' => 'localhost',
> 'realm' => 'sterndata.com',
> 'preferred' => ''
> );
>
> $servers['pop'] = array(
> 'name' => 'POP3 Server',
> 'server' => 'localhost',
> 'protocol' => 'pop3',
> 'port' => 110,
> 'folders' => '',
> 'namespace' => '',
> 'maildomain' => 'sterndata.com',
> 'realm' => 'sterndata.com',
> 'preferred' => ''
> );
>
> --
> Steve
>
> --
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
>
More information about the horde
mailing list