Bug#421980: exim4: ALL outgoing mail returned "Relaying not allowed"
Marc Haber
mh+debian-packages at zugschlus.de
Sat May 26 11:40:41 UTC 2007
On Tue, May 22, 2007 at 12:46:44PM +0300, David Baron wrote:
> What the problem is that exim4 does not allow plaintext passwords in smarthost
> authentication by default. The provider apparently will not accept TLS and
> such so I need to enable plaintext though not the best idea.
>
> SO I placed the following
> in /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs:
> .ifndef AUTH_CLIENT_ALLOW_NOTLS_PASSWORDS
> AUTH_CLIENT_ALLOW_NOTLS_PASSWORDS = yes
> .endif
You can skip the ifndef/endif stuff since this only is a protection
against macro redefinition.
You are still using split config? If so, you have made the change in
the right place. Did you restart exim afterwards?
> I have in /etc/exim4/passwd.client:
> provider-smtp...:username:password
Is provider-smtp still smtp.012.net.il? If so, I currently do not see
any issue why this should not work. Maybe debug output obtained by
running
echo foo | exim -d-all+auth+deliver+transport mh+debian-packages at zugschlus.de
can help in finding out. This debugging output should not contain any
private data such as passwords.
Greetings
Marc
--
-----------------------------------------------------------------------------
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature | How to make an American Quilt | Fax: *49 3221 2323190
More information about the Pkg-exim4-maintainers
mailing list