[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: exim reject most of a domain



On Mon, Oct 28, 2002 at 11:21:00AM -0800, Michael West wrote:
>      How would I configure exim to reject most of a domain?
> 
>      I have read the exim spec on host_reject, sender_reject,
>      host_reject_recipients etc, but am not sure.
> 
>      If I want to reject all mail from aol except for mail from one
>      account I think it might be:
> 
>      sender_reject ! niceperson@aol.com : aol.com

sender_reject = !niceperson@aol.com : aol.com
 perhaps.

Try try sth like

exim -bh 64.12.136.89

and type these commands:

 MAIL FROM:<niceuser@aol.com>
 RSET
 MAIL FROM:<otheruser@aol.com>
 RSET
 QUIT

and look at the output. Do you get 5xx rejections from otheruser@aol.com?

SRH
-- 
Steve Haslam      Reading, UK                           araqnid@innocent.com
Debian GNU/Linux Maintainer                               araqnid@debian.org
                     Currently for sale: http://www.arise.demon.co.uk/my_cv/
Your heart has been ruptured and it will never heal
To get another heart you'll have to steal                    [leæther strip]

Attachment: pgp9hv8C9C6S6.pgp
Description: PGP signature


Reply to: