niclas wrote:
> from http://www.courier-mta.org/courier.html :
>   
>> opt BOFHCHECKHELO=1
>>     
>> “opt BOFHCHECKHELO=1” is a global default, which may be overridden by
>>  setting the BOFHCHECKHELO environment variable in the SMTP access
>> file.
>>     
> so it is per default turned on.
>   

I can see how you might misunderstand that language, but the setting is 
off by default:

from submit.C:
     int bofhcheckhelo=(q=getenv("BOFHCHECKHELO")) == NULL ? 0:atoi(q);

The man page that you quote means to indicate that if you set that value 
in bofh, then it becomes a global default value, which can be overridden 
using smtpaccess.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to