Re: GNU mailutils maidag with postfix

2009-04-17 Thread Ralf Hildebrandt
* i...@comtek.co.uk : > Hi, > > I am using Postfix with the virtual agent to deliver to Maildirs for LDAP > users. We use > Courier IMAP to pick up mail. This all works fine, but I would like to > provide Sieve for > users. I have been looking at maidag > (http://www.gnu.org/software/mailutils

Re: GNU mailutils maidag with postfix

2009-04-17 Thread Barney Desmond
2009/4/18 i...@comtek.co.uk : I can't answer all your questions, but... > Would it be reasonable to use 'pipe' and pass mail for delivery to maidag > instead of 'virtual'? > I'm interested to note that I can find no references to maidag being used > with Postfix. Can > anybody foresee problems wi

Re: GNU mailutils maidag with postfix

2009-04-17 Thread Wietse Venema
i...@comtek.co.uk: > I am also wondering if there is an unreasonable overhead involved. > pipe will have to spawn maidag for each Maildir; is this reasonable? Postfix reuses a proces for multiple deliveries. You can also reuse non-Postfix delivery processes with systems that use the LMTP protocol

GNU mailutils maidag with postfix

2009-04-17 Thread i...@comtek.co.uk
Hi, I am using Postfix with the virtual agent to deliver to Maildirs for LDAP users. We use Courier IMAP to pick up mail. This all works fine, but I would like to provide Sieve for users. I have been looking at maidag (http://www.gnu.org/software/mailutils/manual/html_node/maidag.html). Woul