[horde] (no subject)

Martin Schmidauer martin at schmidauer.com
Sat Feb 28 01:54:04 PST 2004


Hi all,

although I've done some research on the web and MARC, I didm't get it
right.
I want to use SMTP authentication with IMP.
In config/horde.php I've

$conf['mailer']['type'] = 'smtp';
$conf['mailer']['params'] = array();
$conf['mailer']['params']['host'] = 'localhost';
$conf['mailer']['params']['auth'] = 'true';

When I try to send a mail I get from syslog:
Feb 28 09:42:31 dankwart postfix/smtpd[10138]: connect from
localhost[127.0.0.1]
Feb 28 09:42:31 dankwart postfix/smtpd[10138]: mysql plugin couldnt connect
to any host
Feb 28 09:42:31 dankwart postfix/smtpd[10138]: mysql plugin couldnt connect
to any host
Feb 28 09:42:31 dankwart postfix/smtpd[10138]: warning: SASL authentication
failure: no secret in database
Feb 28 09:42:31 dankwart postfix/smtpd[10138]: warning:
localhost[127.0.0.1]: SASL DIGEST-MD5 authentication failed
Feb 28 09:42:32 dankwart postfix/smtpd[10138]: lost connection after AUTH
from localhost[127.0.0.1]
Feb 28 09:42:32 dankwart postfix/smtpd[10138]: disconnect from
localhost[127.0.0.1]

Then I've tried to set:
$conf['mailer']['params']['auth'] = 'LOGIN';
but that does not change anything.

After deleting the MD5 files in /usr/lib/sasl2/ horde semed to try LOGIN.
But that does not work, too:
Feb 28 10:00:18 dankwart postfix/smtpd[10635]: warning:
localhost[127.0.0.1]: SASL LOGIN authentication failed
Feb 28 10:00:19 dankwart postfix/smtpd[10635]: lost connection after AUTH
from localhost[127.0.0.1]
Feb 28 10:00:19 dankwart postfix/smtpd[10635]: disconnect from
localhost[127.0.0.1]

Does anyone know how I can AMTP authentication get to work?

TIA, best regards
Martin



More information about the horde mailing list