Exim4 and authemtication

Tags:

My new provider requests authentication to send mail,
so I found a problem with exim4 / mutt.
For the port to send mail is 587, I put the line
smtp.tele2.it::587
configuring exim4. In /etc/exim4/passwd.client I put:
smtp.tele2.it:*login*:*password*
and created the macro 00_local in /etc/exim4/conf.d/main,
containing the following line:
AUTH_CLIENT_ALLOW_NOTLS_PASSWORDS = 1
But in any case I'm not able to send mail
(while I receive regularly them by fetchmail/procmail.
Is there anything wrong or missing?
Thanx!
M.

No votes yet

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Exim4 and authemtication

This the log from /var/log/exim4/mainlog:

=============================================================
2007-08-22 03:21:16 1INeuK-00013o-3B <= samiel@debian U=samiel P=local S=780 id=20070822012115.GA4068@tele2.it
2007-08-22 03:21:23 1INeuK-00013o-3B ** R=smarthost T=remote_smtp_smarthost: SMTP error f rom remote mail server after MAIL FROM: SIZE=1829: host smtp.tele2.it [212.247.156.13]: 530 samiel@ debian There is an error in your configuration. More info at www.tele2mail.com
2007-08-22 03:21:23 1INeuR-00013r-3u <= <> R=1INeuK-00013o-3B U=Debian-exim P=local S=1746
2007-08-22 03:21:23 1INeuK-00013o-3B Completed
2007-08-22 03:21:23 1INeuR-00013r-3u => samiel R=procmail T=procmail_pipe
2007-08-22 03:21:23 1INeuR-00013r-3u Completed
=============================================================

M.

Syndicate content