Hello Voytek,

the latest available C-Version is: policyd-1.9x-200708200636.
As far as I remember there were some buffertroubles in 1.82, so I recommend
to you to check out sourceforge for the latest version.
http://sourceforge.net/project/showfiles.php?group_id=133598&package_id=2359
75&release_id=533412#
There is a development-version which has this bug fixed already and as far
as I am concerned it is stable also.

They count 450 rejection codes with regular-expression in your logfile.

"ovs.pl"...
elsif($opt{'greylist'} and $text    =~ /^(?:[0-9A-Z]+: |NOQUEUE: )?reject:
[^:]*: 450 .* Recipient address rejected: .*[Gg]reylist(ed|ing)?/) {
...

For evaluating the policyd-fields they use some keywords, which mainly
policyd logs to maillog

"ovs.pl"...
                if($text =~ /blacklist_helo=/ ) {
                        event($time, 'helo');
                }
...

The errornumbers come from postfix and are configured in main.cf 

"main.cvf"...
..._reject_code = 450
...

So it seems obvious to me that you should get some counts if you really have
450's logged.
Perhaps you play a little with the regular expression in ovs.pl to force
some counts ?

There is a rejection-code-flag that might influence your counts while
playing:
"policyd.conf"...
#                                                     1=4xx  0=5xx
BLACKLIST_TEMP_REJECT=0
...

viele Grüße,
Tom Neubauer

_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users

Reply via email to