[imp] smtp authentication

Ian Roberts ianto_panto at mac.com
Mon Apr 26 01:09:03 PDT 2004


Why not make your smtp server trust the local machine (127.0.0.1) since users will need to successfully log into horde/imp before being able to send mail anyway...
 
On Friday, April 23, 2004, at 01:33PM, jon azpiazu <jon at miramon.net> wrote:

>Hi all,
>
>I am running the last version of horde and imp from the cvs, and I am
>having problems when trying to send mails.
>My smtp server requires authentication, so I have set Horde to do
>authentication:
>$conf['mailer']['params']['host'] = 'localhost';
>$conf['mailer']['params']['port'] = 25;
>$conf['mailer']['params']['localhost'] = 'xxx.com';
>$conf['mailer']['params']['auth'] = 'LOGIN';
>$conf['mailer']['type'] = 'smtp';
>
>When sending a mail, I receive the following feedback from horde:
>"unable to authenticate to smtp server"
>
>This is what I get from Horde logs:
>Apr 23 14:46:21 HORDE [error] [imp] unable to authenticate to smtp
>server [on line 933 of "/var/www/horde/imp/compose.php"]
>
>And this is what I get from mail logs:
>Apr 23 14:46:20 superserver postfix/smtpd[1312]: warning:
>superserver[127.0.0.1]: SASL LOGIN authentication failed
>Apr 23 14:46:21 superserver postfix/smtpd[1312]: lost connection after
>AUTH from superserver[127.0.0.1]
>
>Any idea will be welcome,
>thanks
>
>Jon
>
>
>-- 
>IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
>Frequently Asked Questions: http://horde.org/faq/
>To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
>


More information about the imp mailing list