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 ! [EMAIL PROTECTED] : aol.com

sender_reject = [EMAIL PROTECTED] : aol.com
 perhaps.

Try try sth like

exim -bh 64.12.136.89

and type these commands:

 MAIL FROM:<[EMAIL PROTECTED]>
 RSET
 MAIL FROM:<[EMAIL PROTECTED]>
 RSET
 QUIT

and look at the output. Do you get 5xx rejections from [EMAIL PROTECTED]?

SRH
-- 
Steve Haslam      Reading, UK                           [EMAIL PROTECTED]
Debian GNU/Linux Maintainer                               [EMAIL PROTECTED]
                     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: msg09906/pgp00000.pgp
Description: PGP signature

Reply via email to