Roland Vogt wrote:

>I followed the INSTALL file but I have a question about the 
>modification of the postfix conf files.
>
>Cluebringer doesn't seems to work with Postfix. Did I put the right 
>parameters in the Postfix conf file ?
>
>There is what I put in main.cf :
>
>smtpd_recipient_restrictions = check_policy_service inet::127.0.0.1:100031
>smtpd_end_of_data_restrictions = check_policy_service inet::127.0.0.1:100031
>
>
>Did I miss something ?

That looks OK.

As well as cluebringer logs, it can be useful to turn up debugging on 
Postfix, add something like this to main.cf :

debug_peer_level = 2
debug_peer_list = a.b.c.d

Level 2 is quite verbose, but you can see all the steps Postfix is 
going through to handle the message.


Also, be aware that (IIRC) locally submitted mail doesn't get 
processed by smtpd_* directives. It does if it's "sent" via smtp (ie 
via localhost:25)

-- 
Simon Hobson

Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed
author Gladys Hobson. Novels - poetry - short stories - ideal as
Christmas stocking fillers. Some available as e-books.
_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users

Reply via email to