Am 12.12.2011 17:42, schrieb [email protected]: > We currently run three load balanced outbound postfix servers and need to > integrate a policy service that can track messages per hour for SASL users. > We hope to have a service that can be cluster aware, or know how many > cumulative messages have been sent by all the servers in the cluster per > user per hour. Looking for some feedback from the community on your > experiences with Postfwd and Policyd, or any other postfix policy servers > that you have used.
postfwd does not have any kind of "cluster awareness". But with postfwd2 the cache and the policy daemon are separate processes. This allows you to set up a central rate-cache, that could be queried from several "MTA nodes". Another option is the combination of hapolicy (http://postfwd.org/hapolicy/index.html) and postfwd. If you are further interested you are welcome to ask questions on postfwd's mailingslist. Regards Jan P. Kessler
