On Friday 26 May 2006 11:58, Robert Felber wrote:

> If you use the devel version you can start policyd-weight at boot-time
> with: 'policyd-weight start', which will open a TCP socket on 12525.
> Allthough it still uses UNIX sockets for the cache-communication. As I've
> no Solaris around I can hardly debug on that platform. Feedback for Solaris
> is much appreciated.

Version 0.1.12 works on Solaris with following configuration:
main.cf:
......
smtpd_recipient_restrictions = permit_mynetworks, reject_non_fqdn_recipient, 
reject_unauth_destination,
reject_unknown_recipient_domain,
reject_unlisted_recipient,
check_recipient_access dbm:/opt/csw/etc/postfix/dbm/policyd,
check_policy_service inet:127.0.0.1:9998

127.0.0.1:9998_time_limit = 3600
............

master.cf:
..........
127.0.0.1:9998  inet  n       n       n       -       -       spawn
  user=polw argv=/opt/csw/bin/perl /opt/csw/bin/policyd-weight
............

and also I change $syslog_socktype to 'inet' in policyd-weight.conf, otherwise 
loging to syslog dont work.

____________________________________________________________
Policyd-weight Mailinglist - http://www.policyd-weight.org/

Reply via email to