[Tickets #4904] Re: A Postfix policy daemon to manage white/blacklisting

bugs at bugs.horde.org bugs at bugs.horde.org
Tue Aug 14 09:43:59 UTC 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=4904
-----------------------------------------------------------------------
 Ticket             | 4904
 Updated By         | robb at wtg.cw.com
 Summary            | A Postfix policy daemon to manage white/blacklisting
 Queue              | Ingo
 Version            | HEAD
 Type               | Enhancement
 State              | Feedback
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


robb at wtg.cw.com (2007-08-14 02:43) wrote:

works as described. Needed a bit of tweaking to run on my system:

here:

>  *    policy  unix  -       n       n       -       -       spawn
>  *      user=nobody
argv=/path/to/horde/ingo/scripts/ingo-postfix-policyd

user=apache was required to get read access to horde configs

> $pos = strpos($user, '@');
>    if ($pos !== false) {
>        $user = substr($user, 0, $pos);
>  }

this probably needs to be configurable (command line arg?), username for
us is same as email address.




More information about the bugs mailing list