[horde] POP3

Luís Azevedo luis.azev at gmail.com
Wed Jan 19 04:26:29 UTC 2011


Hi,

I'm running Horde Webmail on a Windows 2003 R2 server wtih
apache/php/mysql, I set up the windows service "Mail server
(POP3/SMTP)" without IIS(???).
I set on \horde\imp\config\servers.php the following:

$servers['pop'] = array(
'name' => 'POP3 Server',
'server' => 'localhost',
'hordeauth' => false,
'protocol' => 'pop3/notls',
'port' => 110,
'maildomain' => 'internalmail.pt', ==> (this is the domain name I gave
in the POP3 service)
'smtphost' => 'localhost',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
);

When I try to send a new message: error "Ocorreu um erro ao enviar a
sua mensagem: sendmail returned error code 1"

Do I need any other program like sendmail?

Thanks,
Luis Azevedo


More information about the horde mailing list