[Exim] RE: reverse lookup on envelop senders - dealing with …

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Juergen Edner
Dátum:  
Címzett: exim-users
Tárgy: [Exim] RE: reverse lookup on envelop senders - dealing with spam
Hello Wash,
I've just modified my ACL configuration to accept only
mail from authenticated local users. It seems to work
with this modification. Maybe it'll help you too.

acl_check_rcpt:

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


     accept  sender_domains = your domains without localhost # <++
             endpass                                         # <++
             message       = Only authenticated connections are allowed
   # <++
             authenticated = *                               # <++


     accept  domains       = +local_domains
             endpass
             message       = unknown user
             verify        = recipient


/Jürgen
--
Mail: juergen.edner@???
PGP Key available
---