Hi all,

i'm trying to set up a solution where one instance of policyd is invoked
at smtpd_recipient_restrictions to do the greylisting and a second
instance at smtpd_end_of _data_restrictions for the throttling part.
Everythink works fine except messages with more than one recipient. Then
the second instance produces an error:

invalid triplet_array[8][2]: (recipient throttle):

As I have turned off everything except throttling, I do not expect policyd to 
care about triplets.

The server is debian etch with policyd version 1.80

This is from main.cf
smtpd_recipient_restrictions =
        permit_mynetworks,
        permit_sasl_authenticated,
        reject_unauth_destination,
        ...
        check_policy_service inet:[192.168.1.6]:10031,
        permit

smtpd_end_of_data_restrictions =
        check_policy_service inet:[192.168.1.7]:10031,
        permit

In the postfix-policyd.conf of the second instance I have turned off
everything except throttling:
WHITELISTING=0
...
BLACKLISTING=0
...
BLACKLIST_HELO=0
...
BLACKLISTSENDER=0
...
HELO_CHECK=0
...
SPAMTRAPPING=0
...
GREYLISTING=0


Can someone please give me a hint what's wrong here?
Tia

Edi


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
policyd-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to