Re: [Exim] SMTP Auth and ACL

Top Page
Delete this message
Reply to this message
Author: Stephen Gran
Date:  
To: exim-users
Subject: Re: [Exim] SMTP Auth and ACL
On Thu, Jun 10, 2004 at 09:09:12PM +0200, Kai Riasol Gonzalez said:
> hi
>
> i?m using exim 4.34 with ldap. my problem is with the smtpauth. i want
> the everybody(not localhost) who use the smtp has to authentificate .
> but with my configuration if somebody use my smtp and send an email to
> a user which exist on the server he don?t have to authentificate.


Of course - see your acl:

> acl_check_rcpt:
>   accept hosts = :
>   deny   local_parts   = ^[./|] : ^.*[@%!] : ^.*/\\.\\./
>   accept local_parts = postmaster: root
>          domains = +local_domains
>   require verify = sender
>   accept domains = +local_domains

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^6

>          endpass
>          message = unknown user
>          verify = recipient
>   accept domains = +relay_to_domains
>          endpass
>          message = unrouteable address
>          verify = recipient
>   accept hosts = +relay_from_hosts
>   accept authenticated = *
>   deny message = relay not permitted


You accept mail for your local domains (and relay domains) without
authentication.

--
--------------------------------------------------------------------------
|  Stephen Gran                  | Pickle's Law:  If Congress must do a    |
|  steve@???             | painful thing,  the thing must be done  |
|  http://www.lobefin.net/~steve | in an odd-number year.                  |

--------------------------------------------------------------------------