Re: [Exim] Authentication problem.

Top Page
Delete this message
Reply to this message
Author: user
Date:  
To: exim-users
Subject: Re: [Exim] Authentication problem.

On Tue, 20 Jan 2004, Andreas Gietl wrote:

> On Tuesday 20 January 2004 21:15, user@??? wrote:
>
> that is not a authentication-problem. Authentication simply accepts the
> message or not. What you migth wanna use is a acl_smtp_mail where you check
> whether the given mail from is on an allowed-list for the authenticated user.
>
> > Hello.
> >
> > I have problems with my exim, because all authenticate users can use
> > other logins and domains.
> > Example:
> >
> > user with login: somebody is authenticate as somebody and he can send
> > email as root@???
> >
> > authenticate user can send email as
> > somebody@???
> >
> >
> > My configuration:
> >
> > # MAIN CONFIGURATION SETTINGS
> > acl_smtp_auth = acl_check_auth
> >
> > # ACL CONFIGURATION
> > acl_check_auth:
> > accept encrypted = *
> > accept condition = ${if \
> >     eq {${substr_0_5:$smtp_command_argument}}{PLAIN}{yes}{no}}
> > accept condition = ${if \
> >     eq {${substr_0_8:$smtp_command_argument}}{LOGIN}{yes}{no}}

> >
> > should i send full config. file?
> >
> >
>
> --
> e-admin internet gmbh
> Andreas Gietl                                            tel +49 941 3810884
> Ludwig-Thoma-Strasse 35
> 93051 Regensburg                                  mobil +49 171 6070008

>
> PGP/GPG-Key unter http://www.e-admin.de/gpg.html
>
>


But i dont know how i can fix this. :(
Any suggestions?