RE: [Exim] ACL's for rejecting senders

Startseite
Nachricht löschen
Nachricht beantworten
Autor: David Markham
Datum:  
To: 'Paul Mills', exim-users
Betreff: RE: [Exim] ACL's for rejecting senders
You could turn sender_verify on which checks that a senders domain is real.

Dave

-----Original Message-----
From: exim-users-admin@??? [mailto:exim-users-admin@exim.org]On
Behalf Of Paul Mills
Sent: 26 February 2003 13:44
To: exim-users@???
Subject: [Exim] ACL's for rejecting senders


Hi,

I wish to convert our current rejected senders and domains from postfix
format, our internal mailstores are exim but our gateways are postfix at
the moment :) soon to be exim 4.xx, currently all are in one file called
access in the form as follows:-

dodgy.server.com REJECT
spam.server.net REJECT
user@??? REJECT

I have removed the REJECT from the end of the lines on all enteries in
the file and called it banned_domains and then converted it to .db
format using exim_dbmbuild, I have setup an ACL that works for the
domains as follows:-

# Banned Domains
domainlist  domain_reject     =  dbm;/etc/exim/acls/banned_domains.db


deny     sender_domains =  +domain_reject
         message        =  Your domain is no longer supported


The above works for the domains, but what is the best way to reject the
sender depending on full email address?

Also is there a way to check domains like exim_checkaccess does for
ip's?

Many Thanks

--
Paul Mills <paulm@???>
Senior Linux Systems Administrator
(Red Hat Certified Engineer)
Canterbury Christ Church University College
North Holmes Road
Canterbury
Kent
United Kingdom
CT1 1QU
Tel.: 01227 782751


--

## List details at http://www.exim.org/mailman/listinfo/exim-users Exim
details at http://www.exim.org/ ##