[horde] How to do SMTP Authentication with horde groupware webmail
Niels Dettenbach
nd at syndicat.com
Sun Aug 15 07:23:11 UTC 2010
...just to correct me:
./imp/config/servers.php
holds the config for POP/IMAP ("incoming") servers.
Sending mail is configured in
./config/conf.php
with
$conf['mailer']['params'] ... and
to define your localhost or remote smtp server.
$conf['mailer']['type'] = 'smtp' and
$conf['mailer']['params']['auth'] = true etc.
additionally you have to add the Auth credentials (iom on the road now and have no reference for it here).
Cheers,
Niels.
More information about the horde
mailing list