Bug#421980: exim4: ALL outgoing mail returned "Relaying not allowed"

David Baron d_baron at 012.net.il
Tue May 22 09:46:44 UTC 2007


On Thursday 03 May 2007, Marc Haber wrote:
> On Thu, May 03, 2007 at 06:10:03PM +0300, David Baron wrote:
> > On Thursday 03 May 2007, you wrote:
> > > On Thu, May 03, 2007 at 04:09:00PM +0300, David Baron wrote:
> > > > In outlook express, one would check authentification required and
> > > > enter simply 'v'. (Usually there will be fields for username and
> > > > password)
> > >
> > > What would "v" mean?
> >
> > Good question. How much more security can such an authorization bring?
> > However, that is what they said to do.
>
> They want you to enter "v" as username and password for authentication?

What did these folks mean by "v"?? CHECK authorization required! Great, huh?

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

This did not work.
The documentation said to do something like this but did not really clearly 
tell me how

I have in /etc/exim4/passwd.client:
provider-smtp...:username:password

as before.




More information about the Pkg-exim4-maintainers mailing list