Il 19/05/2011 11:45, Nigel Kukard ha scritto:
> On 05/19/11 07:15, ZioPino wrote:
>> Il 19/05/2011 08:03, Nigel Kukard ha scritto:
>>> On 05/18/11 14:21, ZioPino wrote:
>>>> I have just installed policyd ver 2.011 e It seems working fine..
>>>> but no session data is written into db.
>>>> My conf is the subsequent:
>>>> postfix>   2.1
>>>> mysql  5.0.xx
>>>> here is a little trace of my log file
>>>> [2011/05/18-16:08:39 - 14975] [TRACKING] DEBUG: No session tracking data
>>>> Thanks in advance
>>> .....
>>> Doesn't look like there is a RCPT policy request, could you paste the
>>> appropriate sections of your main.cf file. Also remember that policyd
>>> should probably be pretty high up in the ordering in
>>> smtpd_recipient_restrictions , some checks before it which accept mail
>>> may cause the policy request not to go out.
>>>
>>> -N
>>>
>> Thanks for Your prompt answer; this is my relelevant part of my main.cf
>> file:
>>
>> smtpd_recipient_restrictions = permit_mynetworks,
>>                                   reject_invalid_hostname,
>>                                   reject_unauth_destination,
>>                                   reject_non_fqdn_recipient
>>                                   reject_non_fqdn_hostname,
>>                                   reject_non_fqdn_sender,
>>                                   reject_non_fqdn_recipient,
>>                                   reject_unknown_sender_domain,
>>                                   reject_unknown_recipient_domain,
>>                                   reject_unauth_pipelining,
>>                                   reject_rbl_client zombie.dnsbl.sorbs.net,
>>                                   reject_rbl_client opm.blitzed.org,
>>                                   reject_rbl_client list.dsbl.org,
>>                                  # reject_rbl_client sbl.spamhaus.org,
>>                                   reject_rbl_client blackholes.easynet.nl,
>>                                   reject_rbl_client zen.spamhaus.org,
>>                                   reject_rbl_client dul.dnsbl.sorbs.net,
>>                                  check_policy_service inet:127.0.0.1:10031,
>>                                   permit
>>
>> smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:10031
>>
>> Many thanks for all
> smtpd_recipient_restrictions = permit_mynetworks,
>
>
> That would have the effect of bypassing policyd for all mynetworks,
> maybe move policyd before it or re-order.
>
> -N
Yes, You are right :-) . Now it's working as expected!

Many thanks for all

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

Reply via email to