Re: [Dovecot] Dovecot sieve with postfix.

2012-11-27 Thread Ben Morrow
At 12PM -0800 on 26/11/12 /#!/JoePea wrote: > Hi Ben, > Indeed, the mailq command shows my test messages sitting there with "mail > transport unavailable". > > > ┌─[11:48:22/hypership/root/~] > > └─╼ mailq > > -Queue ID- --Size-- Arrival Time -Sender/Recipient--- > > 2DCCB580C01 19

Re: [Dovecot] Dovecot sieve with postfix.

2012-11-26 Thread Николай Клименко
1. clear the log 2. Send message 3. show mail.log mail.err you should add following in main.cf dovecot_destination_recipient_limit = 1 27.11.12 1:15, /#!/JoePea пишет: Hi, thanks for the reply, What's the difference between dovecot-lda and deliver? Are they the same? The manpages are identic

Re: [Dovecot] Dovecot sieve with postfix.

2012-11-26 Thread /#!/JoePea
Hi Ben, Indeed, the mailq command shows my test messages sitting there with "mail transport unavailable". > ┌─[11:48:22/hypership/root/~] > └─╼ mailq > -Queue ID- --Size-- Arrival Time -Sender/Recipient--- > 2DCCB580C01 1901 Mon Nov 26 11:45:02 trus...@gmail.com >

Re: [Dovecot] Dovecot sieve with postfix.

2012-11-26 Thread Николай Клименко
may be this is the best way dovecot unix - n n - - pipe flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient} -a ${recipient} parameter-a $ {recipient} allow to keep the recipient's address in the headers "from:" 19.11.12 2

Re: [Dovecot] Dovecot sieve with postfix.

2012-11-26 Thread Ben Morrow
At 2AM -0800 on 26/11/12 you (/#!/JoePea) wrote: > Hi, thanks for the reply. I'm new to all this. How can I tell if postfix is > deferring messages, or if it thinks they've been delieverd? Where is the > postfix log? You can tell if a message is still in the queue with 'mailq'. You can find out w

Re: [Dovecot] Dovecot sieve with postfix.

2012-11-26 Thread /#!/JoePea
Hi, I tried changing dovecot-lda to deliver in master.cf and also added the acl plugin to the lda protocol like yours. It still won't work though. */#!/*JoePea On Mon, Nov 19, 2012 at 9:04 AM, Fi4IT - Daniel Fischer wrote: > Hello Joe, > > i use this: > main.cf > virtual_transport = dovecot > >

Re: [Dovecot] Dovecot sieve with postfix.

2012-11-26 Thread /#!/JoePea
Hi, thanks for the reply. I'm new to all this. How can I tell if postfix is deferring messages, or if it thinks they've been delieverd? Where is the postfix log? How do I feed a message to dovecot-lda manually, as mailman? How do I use LMTP instead of LDA? */#!/*JoePea On Mon, Nov 19, 2012 at

Re: [Dovecot] Dovecot sieve with postfix.

2012-11-19 Thread Fi4IT - Daniel Fischer
Hello Joe, i use this: main.cf virtual_transport = dovecot master.cf dovecot unix - n n - - pipe flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient} /etc/dovecot/conf.d/15-lda.conf protocol lda { log_path = /var/log/sieve

Re: [Dovecot] Dovecot sieve with postfix.

2012-11-19 Thread Ben Morrow
At 6AM -0800 on 19/11/12 you (/#!/JoePea) wrote: > > I can't get dovecot working with postfix. If I leave virtual_transport set > to "virtual", I can send and receive messages just fine in roundcube. If I > set virtual_transport to "dovecot", I can only send messages in roundcube, > but incoming