Synchronize Virtualmin mailbox with Horde

3 posts / 0 new
Last post
#1 Fri, 12/09/2011 - 13:52
kuales

Synchronize Virtualmin mailbox with Horde

I'm sorry if it is off-topic, maybe not.

I have CentOS 6, webmin/virtualmin panel and I just install Horde 3/imp 4.

In my virtualmin panel I have many email configured, but when I acces Horde and I try to login with email/password or user/password, Horde tell me login or password not good.

What I have to do to Synchronize Virtualmin mailbox with Horde?

Thanks you

Ernesto

Fri, 12/09/2011 - 14:08
andreychek

Howdy,

How is Horde configured to check email?

My recommendation would be to set it up to communicate with Dovecot on port 110 (POP) or port 143 (IMAP) on the local server.

Then, it can authenticate against Dovecot, and use POP/IMAP for retrieving email.

-Eric

Fri, 12/09/2011 - 22:11
kuales

Thanks you, but I have found, I needed to configure

/horde/imp/config/servers.php

$servers['imap'] = array( 'name' => 'IMAP Server', 'server' => 'myserver.com', 'hordeauth' => false, 'protocol' => 'imap/ssl/novalidate-cert', 'port' => 993, 'maildomain' => 'myserver.com', 'smtphost' => 'myserver.com', 'smtpport' => 25, 'realm' => '', 'preferred' => '', );

Topic locked