Hello.

After some investigations, it seems that the relevants configuration 
instructions
are in /etc/exim4/conf.d/acl/30_exim4-config_check_rcpt :

# Deny unless the sender address can be verified.
   #
   # This is disabled by default so that DNSless systems don't break. If
   # your system can do DNS lookups without delay or cost, you might want
   # to enable this feature.
   .ifdef CHECK_RCPT_VERIFY_SENDER
   deny
     message = Sender verification failed
     !acl = acl_whitelist_local_deny
     !verify = sender
   .endif

But where or how is set the variable CHECK_RCPT_VERIFY_SENDER
and what should I change here to get what I want ?

Thanks once again.


Le 4 juil. 06, à 11:48, Tony Finch a écrit :

> On Mon, 3 Jul 2006, Anthony wrote:
>>
>> In order to prevent spam, I'd like Exim 4 (I run Debian) to reject
>> incoming mail if sender's domain doesn't exist.
>
> The default configuration includes a require verify = sender statement
> which does what you want. I don't know whether Debian's setup is the 
> same.
>
> Tony.
> -- 
> <[EMAIL PROTECTED]>   <[EMAIL PROTECTED]>   http://dotat.at/   ${sg{\N${sg{\
> N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\
> \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}
>


-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to