Re: [exim] Produce 550 error depending on sender's email

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Always Learning
日付:  
To: Exim
題目: Re: [exim] Produce 550 error depending on sender's email

> We need to send a 550 error to several senders even though the recipient
> email address is, in fact, valid. This is because the recipient does
> not want to receive any email from the sender and wishes them to think
> that their email does not exist on our receiving servers.


How about this ?

acl_check_rcpt:

deny   message    = [2C03] Unknown email address $local_part@$domain.
       recipients = jonny@???
       condition  = ${if match{$sender_address}{sally@???}}




--
Paul.
England,
EU.