Re: mail-trends+Dovecot

2017-01-21 Thread Odhiambo Washington
On 22 January 2017 at 01:02, Sven Hartge wrote: > Odhiambo Washington wrote: > > > Traceback (most recent call last): > > File "./main.py", line 304, in > > message_infos = GetMessageInfos(opts) > > File "./main.py", line 104, in GetMessageInfos > > for mailbox in m.GetMailboxes():

Re: Relative home path not allowed - but how is this relative?

2017-01-21 Thread Roger Klorese
Never mind - query was a little screwed up...! Got it now. Thanks. On Sat, Jan 21, 2017 at 5:33 PM, Roger Klorese wrote: > I just set up my server with MySQL support for > authentication/authorization compatible with Postfix Admin. > > Initially, I was getting the "Relative home directory paths

Relative home path not allowed - but how is this relative?

2017-01-21 Thread Roger Klorese
I just set up my server with MySQL support for authentication/authorization compatible with Postfix Admin. Initially, I was getting the "Relative home directory paths not supported" message, and it's easy to see why - Postfix Admin stores the maildir as "$domain/$userpart@$domain". But the direct

Re: mail-trends+Dovecot

2017-01-21 Thread Sven Hartge
Odhiambo Washington wrote: > Traceback (most recent call last): > File "./main.py", line 304, in > message_infos = GetMessageInfos(opts) > File "./main.py", line 104, in GetMessageInfos > for mailbox in m.GetMailboxes(): > File "/scripts/mail-trends/mail.py", line 61, in GetMailbox

mail-trends+Dovecot

2017-01-21 Thread Odhiambo Washington
Hi, Out of curiosity, has anyone managed to use mail-trends[0] to analyse their e-mails. I thought about trying it out, but got stuck midstream. The mail-trends scripts work very well with gmail, but because they say it is supposed to work with _any_ IMAP server, I thought I could get it running

Is it possible to use sieve when delivering via pipe to the dovecot deliver command ?

2017-01-21 Thread Thomas CarriƩ
Hello, I am using Exim with this delivery configuration: virtual_delivery: driver = pipe command = /usr/lib/dovecot/deliver -d $local_part@$domain -f ... I have enabled manage-sieve and uploaded a simple sieve script that I can see on the server. man page of /usr/lib/dovecot/deliver says