--
On Sun Aug 24, 2003 at 09:47:24AM +0200, Andreas Metzler wrote:
> > This is probably a dumb question but it has me stumped.
> >
> > exim is happily bouncing mails from my internal LAN which have a nonexistant
> > domain of "linsec.vx", so mail from root@??? is bouncing
> > because it can't do a sender verify. I like having the sender verify there
> > but want to exclude @.*linsec.vx from the domains that get the verify.
> [...]
> > accept hosts = :
> > deny local_parts = ^.*[@%/|] : ^\\.
> > accept local_parts = postmaster
> > domains - +local_domains
> > require verify = sender
> [...]
>
> Replacing "require verify = sender" with
>
> deny !sender_domains = *.linsec.vx : linsec.vx
> !verify = sender
>
> should do the trick. Untested.
> cu andreas
> PS: I strongly suggest printing the section about ACLs from spec.pdf,
> it helps _a_ _lot_.
Awesome! That definitely did the trick.
Will take your suggestion about printing the ACLs. That's probably the one
thing I have the most difficulty with.
Thanks!
--
MandrakeSoft Security;
http://www.mandrakesecure.net/
Online Security Resource Book;
http://linsec.ca/
"lynx -source
http://linsec.ca/vdanen.asc | gpg --import"
{FE6F2AFD : 88D8 0D23 8D4B 3407 5BD7 66F9 2043 D0E5 FE6F 2AFD}
--
[ Content of type application/pgp-signature deleted ]
--