On 02/22/10 21:03, Nathan Lager wrote: > > > On 02/22/2010 03:58 PM, Nigel Kukard wrote: > > > I see no policy resolution data. Are you sure you have enabled all the > > debugging? are you sure the rules are not disabled? paste your postfix > > config aswell. > > > -N > > _______________________________________________ > > Users mailing list > > [email protected] > > http://lists.policyd.org/mailman/listinfo/users > > Here are the lines which i added to an otherwise largely stock postfix > config, as per the policyd documentation. If you'd really like the > entire config, i can provide it. > > > smtpd_recipient_restrictions = permit_mynetworks, > reject_unauth_destination, check_policy_service inet:127.0.0.1:10031 > smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:10031
permit_mynetworks will cause any hosts in mynetworks to bypass the policy check, I hope this is what you want. > > > My /etc/cluebringer.conf has the following regarding logging (which i > enabled while troubleshooting, out of the box, it was disabled completely. > > # Log level: > # 0 - Errors only > # 1 - Warnings and errors > # 2 - Notices, warnings, errors > # 3 - Info, notices, warnings, errors > # 4 - Debugging > log_level=4 > > # File to log to instead of stdout > log_file=/var/log/cbpolicyd.log > You're missing the line with what to log, there is another log option which lists all the various portions of the policyd internals. -N
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users
