Hi, I think he would like to host the hole policyd on a remote server. Not only the DB.
That should be possible. Edit your cluebringer.conf file like this: ... # IP to listen on, * for all host=$YOURIP or * # Port to run on port=10031 (Default 10031) ... Use "check_policy_service" like this in main.cf of postfix. ... check_policy_service inet:[$YOURIP]:10031 .. Make sure your smtp servers are able to connect to the policy server via tcp (ex. update firewall settings, etc.) Regards Urban Am 05.02.2014 13:22, schrieb Igor: > Hi, > > Yes it's possible, you just have to modify your smtp's /etc/cluebringer.conf > at this line : > DSN=DBI:mysql:database=policyd;host=example.com > Username=user > Password=paswd > > Then, make another VM on which you create the policyd DB. > > Igor > > Le 05/02/2014 12:56, Tom Kinghorn a écrit : >> Good afternoon List. >> >> I have a bunch of outbound smtp servers behind a load-balancer. >> >> Is it possible to tun Policyd on a remote server so that the limits are >> applied, no matter which smtp server the sender connects to? >> >> i.e >> >> check_policy_service inet:10.115.244.114:10031 >> >> instead os using 127.0.0.1? >> >> thank you in advance, >> >> Tom >> >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.policyd.org/mailman/listinfo/users_lists.policyd.org >> > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.policyd.org/mailman/listinfo/users_lists.policyd.org > _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users_lists.policyd.org
