On Thu, Aug 13, 2009 at 04:13:23PM +0100, Ian Eiloart wrote:
>
>
> --On 13 August 2009 15:40:40 +0100 Alain Williams <addw@???> wrote:
>
> >
> >I do something like that for one of my customers, in the acl_check_rcpt:
> >
> > # accept known users
> > accept domains = example.co.uk : example.com
> > recipients = lsearch;/etc/exim/example_users
> > # reject anything else:
> > deny domains = example.co.uk : example.com
>
> You may prefer to use "require" rather than "accept" here, if you want to
> do other tests in acl_check_rcpt.
>
> You should do all your IP and sender address filtering here, since you
> should accept all email destined for postmaster - just in case someone is
> trying to report a fault with your filtering.
That was below my postmaster accept:
accept local_parts = postmaster
domains = +local_domains
although in his case he will prob use:
domains = +local_domains : +relay_domains
--
Alain Williams
Linux/GNU Consultant - Mail systems, Web sites, Networking, Programmer, IT Lecturer.
+44 (0) 787 668 0256
http://www.phcomp.co.uk/
Parliament Hill Computers Ltd. Registration Information:
http://www.phcomp.co.uk/contact.php
Past chairman of UKUUG:
http://www.ukuug.org/
#include <std_disclaimer.h>