here's a "slightly better" idea: have the code read a text file from
~vpopmail/etc/, or even better from an environment variable, which
contains the string you wish to use for each dynamically added IP
address... and if that file or variable doesn't exist, the entire
"write out the IP address and
On 2006-12-29, at 1418, Sim wrote:
I need this change for disable RBL check after Pop (using
pop-before-smtp function):
/* append the current ip address to the tmp file
* using the format
x.x.x.x:ALLOW,RELAYCLIENT="",RBLSMTPD=""timestamp
*/
- fprintf( fs_tmp_file, "%s:allow,RELAYCLI
Hi!
I need this change for disable RBL check after Pop (using
pop-before-smtp function):
/* append the current ip address to the tmp file
* using the format x.x.x.x:ALLOW,RELAYCLIENT="",RBLSMTPD=""timestamp
*/
- fprintf( fs_tmp_file, "%s:allow,RELAYCLIENT=\"\",RBLSMTPD=\"\"\t%d\n",
+ f
On 2006-12-28, at 0936, Joshua Megerman wrote:
OK, I did some more testing with a test cdb and tcprulescheck, and got
some interesting results:
I thought that the daemontools documentation stated that it takes the
first match it finds period, but I misunderstood it slightly. It
states
that
On 2006-12-26, at , Joshua Megerman wrote:
That is correct - this patch actually helps eliminate race
conditions by
reducing the frequency of CDB update. Because an address that is
covered
by a static rule will never be overridden by a dynamic one (since
tcpserver is supposed to use the
> Joshua Megerman wrote:
>> I just tested and that's not what actually happens - it takes the best
>> match. So there is one potential problem with this (though I consider
>> it
>> minimal) - if you have a rule that doesn't include the 'RELAYCLINET=""'
>> and/or 'RBLSMTPD=""', you may end up getti
Joshua Megerman wrote:
I just tested and that's not what actually happens - it takes the best
match. So there is one potential problem with this (though I consider it
minimal) - if you have a rule that doesn't include the 'RELAYCLINET=""'
and/or 'RBLSMTPD=""', you may end up getting denied if
>
>
> Tom Collins wrote:
>
>> On Dec 23, 2006, at 6:41 PM, Rick Widmer wrote:
>>
>>> - SQL backend fixes - Extend length of domain from 64 to 96 in all
>>> database backends. Add delete_spamassassin and delete_spam to the
>>> limits table. REQUIRES DATABASE STRUCTURE CHANGES!
>>
>> Since MySQL i
> Tom Collins wrote:
>
>> On Dec 23, 2006, at 6:41 PM, Rick Widmer wrote:
>>
>>> - Don't update the relay CDB for statically covered addresses.
>>> (extended version.)
>>
>>
>> Do we have to worry about a race condition where I do my POP pickup and
>> the relay CDB isn't updated with the new tim
Tom Collins wrote:
On Dec 23, 2006, at 6:41 PM, Rick Widmer wrote:
- SQL backend fixes - Extend length of domain from 64 to 96 in all
database backends. Add delete_spamassassin and delete_spam to the
limits table. REQUIRES DATABASE STRUCTURE CHANGES!
Since MySQL is the most common SQL
On Dec 23, 2006, at 6:41 PM, Rick Widmer wrote:
- SQL backend fixes - Extend length of domain from 64 to 96 in all
database backends. Add delete_spamassassin and delete_spam to the
limits table. REQUIRES DATABASE STRUCTURE CHANGES!
Since MySQL is the most common SQL backend, we should incl
11 matches
Mail list logo