4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Any way to overri...
FromSent OnAttachments
Greg EarleAug 21, 2005 2:07 pm 
Sam VarshavchikAug 21, 2005 5:30 pm 
Greg EarleAug 22, 2005 11:11 am 
Gordon MessmerAug 22, 2005 2:04 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Any way to override BLACKLISTS on a per-host basis?Actions...
From:Gordon Messmer (yiny@eburg.com)
Date:Aug 22, 2005 2:04:47 pm
List:net.sourceforge.lists.courier-users

Greg Earle wrote:

On Aug 21, 2005, at 5:29 PM, Sam Varshavchik <mrs@courier-mta.com> wrote:

Greg Earle writes:

Is there some way to override BLACKLISTS on a per-host basis?

Change that to:

allow,RELAYCLIENT,BLOCK,BOFHCHECKDNS=0

Thanks for the tip. I tried it (and even tried "BLOCK=0", just in case), but it isn't working.

BLOCK=0 definitely won't work. That will set the environment variable "BLOCK" to a "0" value. The example that Sam provided will set it to a null value, which will override anything set by the BLACKLISTS setting.

I still get rejections from the BLACKLISTS entry in "esmtpd".

It's as if it's processing BLACKLISTS after all the smtpaccess.dat entries are already processed, or something.

BLACKLISTS is always checked, but the values in smtpaccess.dat are applied afterward. Make sure that you actually remake the dat file after changing the text file.