RE: [exim] exim debian, incoming mail gateway queue

トップ ページ
このメッセージを削除
このメッセージに返信
著者: David Woodhouse
日付:  
To: Paul Gaynor
CC: exim-users
古いトピック: RE: [exim] exim debian, incoming mail gateway queue
題目: RE: [exim] exim debian, incoming mail gateway queue
On Mon, 2005-01-17 at 12:04 -0700, Paul Gaynor wrote:
> Hi, Thanks for the reply!
>
>     I have looked at the NDRs and they were all outgoing.  These
> were NDRs being generated as non-existing users were getting spammed,
> collateral SPAM.  I have since enabled a verify user rule in the rcpt
> acl:

>
>     drop message = user does not exist in this organization
>         !verify = recipient/callout=5s


You should use 'use_sender' with recipient callouts. You may get false
negatives otherwise.

--
dwmw2