Search found 3 matches

by rhyse
11 Mar 2016 08:40
Forum: Feature Requests
Topic: Integrate Postfix-Policyd
Replies: 3
Views: 6745

Re: Integrate Postfix-Policyd

Hi

I got basic integration of postfwd working with the following

perl -MCPAN -e shell
install Net::Server::Daemonize
install Net::Server::PreFork
install Storable
install Net::Server::Multiplex
install Time::HiRes
#install Net::DNS

/usr/bin/wget -O /usr/bin/postfwd http://postfwd.org ...
by rhyse
10 Mar 2016 11:42
Forum: Feature Requests
Topic: Integrate Postfix-Policyd
Replies: 3
Views: 6745

Re: Integrate Postfix-Policyd

Sorry another option may be postfwd (http://postfwd.org/)
by rhyse
10 Mar 2016 10:51
Forum: Feature Requests
Topic: Integrate Postfix-Policyd
Replies: 3
Views: 6745

Integrate Postfix-Policyd

Hi
It would be good to integrate Postfix-Policyd (http://wiki.policyd.org) into the system.

In particular the quota portion (the one I really need) as the other features largely seem to overlap with current functionality

Thanks