Urban Loesch <[email protected]> wrote: > I think he would like to host the hole policyd on a remote server. > Not only the DB.
That's what it sounded like. > That should be possible. It is, I'm already doing it. > 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.) That sounds about right (from memory). Alternatively, you can cluster the DB and run separate instances of PolicyD on each machine, or run multiple PolicyD instances sharing one database. Not tried either - but *should* work. _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users_lists.policyd.org
