eximmail wrote:
> Steve Kemp wrote:
>   
>> On Sun Nov 30, 2008 at 11:01:58 -0800, eximmail wrote:
>>
>>
>>   
>>     
>>>        dnslists = blacklist_ip
>>>     
>>>       
>>   This is your mistake; you're using 'dnslists' when you want to use
>>  'hosts'.  For example this is included in the stock Debian exim4
>>  configuration file:
>>
>>     message = sender IP address $sender_host_address is locally blacklisted 
>> here
>> . If you think this is wrong, get in touch with postmaster
>>     hosts = ${if exists{CONFDIR/local_host_blacklist}\
>>                  {CONFDIR/local_host_blacklist}\
>>                  {}}
>>
>> Steve
>>   
>>     
> message = sender IP address $sender_host_address is locally blacklisted 
> here. If you think this is wrong, get in touch with postmaster
>  
>    hosts = ${if exists{/etc/exim/blacklist_ip}\
>                 {/etc/exim/blacklist_ip}\
>                  {}}
>
> this is still blocking all mail and inserting the message
>   
Ok I just figured out it has to do with the formatting of my blacklist 
file I deleted all but 1 entry and all works fine!! So now I have to 
figure out the proper way to format my list.

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

Reply via email to