Re: [Dovecot] list all emails from command line?

2014-06-02 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 2 Jun 2014, Joseph Tam wrote: So something like this for dumping the INBOX contents #!/bin/sh master-user=masteru master-password=masterp while read user server; do netcat --ssl $server 993 <<_EOF_ >

Re: [Dovecot] list all emails from command line?

2014-06-02 Thread Will Yardley
This seems like a pretty complicated (and time / labor intensive) way to solve the problem. That said, if this is the way you want to approach the problem, Python's imaplib is pretty good at doing this kind of thing. This may not format it exactly the way you want, but it should give you a startin

Re: [Dovecot] list all emails from command line?

2014-06-02 Thread Joseph Tam
Therefore, I wanted to do some kind of "IMAP list" of the account, with a command line tool: - specify username, pass and server, - the tool would return a list of all email in their folders (message ID, From, To, Date, Subject). I would run it i.e. daily and this would let me verify when the

Re: [Dovecot] Odd ownership of the dovecot-uidlist file

2014-06-02 Thread Bruce
Hi Robert (and list), See my response below, On 27/05/14 23:05, dovecot-requ...@dovecot.org wrote: Message: 4 Date: Mon, 26 May 2014 19:50:01 -0700 From: Robert L Mathews To: Dovecot Mailing List Subject: Re: [Dovecot] Odd ownership of the dovecot-uidlist file Message-ID: <5383fd59.9050...@

Re: [Dovecot] list all emails from command line?

2014-06-02 Thread Daniel Parthey
Hi I would recommend writing some small check scripts using perl IMAP module. You can even develop your own monitoring plugins this way. A different option would be to execute mutt in batch mode on the command line. Regards Daniel

[Dovecot] list all emails from command line?

2014-06-02 Thread Tomasz Chmielewski
This is not strictly Dovecot question, but a more general IMAP one. I'm running a Dovecot server and have a user who is claiming that some email sent to him, say, on 30 May, showed up in his mailbox on 02 Jun. I've checked Postfix logs, and the message was correctly received on 30 May and passed

[Dovecot] Pigeonhole and dsync replication not replicating 'SETACTIVE' for a sieve script

2014-06-02 Thread Skeffling
Hello, I'm testing dovecot replication alongside pigeonhole and liking it. Dovecot v2.2.13 Pigeonhole v0.4.3 If I create or edit a sieve script on one server (via managesieve, using the thunderbird plugin as it happens) then it does get replicated to the other - great! However, if I set a

Re: [Dovecot] dovecot: lda(foo): Error: User foo doesn't have home dir set, disabling duplicate database

2014-06-02 Thread Christian Hoffmann
Hello, some config-trys later: I have to set allow_all_users=yes in the userdb with driver=static: |userdb { args = home=/var/mail/%u uid=Debian-exim gid=Debian-exim|||allow_all_users=yes| driver = static }| Have a good time Christian || Am 31.05.2014 17:04, schrieb Christian Hoffmann:

Re: [Dovecot] Installing Godaddy Certificate

2014-06-02 Thread Larry Rosenman
concatenate them together: cat actual.crt intermediate.crt >chain.crt and use that one for Dovecot. Just had to do this for my comodo cert (see https://webmail.lerctr.org) On Mon, Jun 2, 2014 at 12:38 PM, The Doctor, 3328-138 Ave Edmonton AB T5Y 1M4, 669-2000, 473-4587 wrote: > I have 2 ce

[Dovecot] Installing Godaddy Certificate

2014-06-02 Thread The Doctor, 3328-138 Ave Edmonton AB T5Y 1M4, 669-2000, 473-4587
I have 2 certs to install: One is intermediate the other the 'actual' cert. How do I do this?

Re: [Dovecot] Dovecot 2 | Creating message rules

2014-06-02 Thread Bradley Giesbrecht
+1 roundcube/managesieve On Jun 2, 2014, at 6:46 AM, Bubreg István wrote: > I'm using roundcube for this, it has a 'managesieve' plugin which works > with dovecot well. > > > 2014-06-02 15:35 GMT+02:00 Jos Chrispijn : > >> Can someone explain how I can create message rules to use with this >>

Re: [Dovecot] Dovecot 2 | Creating message rules

2014-06-02 Thread Christian Schmidt
02.06.2014 16:11, Reindl Harald: > > Am 02.06.2014 15:55, schrieb Jos Chrispijn: >> Bubreg István: >>> I'm using roundcube for this, it has a 'managesieve' plugin >>> which works with dovecot well. >> Do you mean that I can create rules with Roundcube and have them >> processed by Dovecot without

Re: [Dovecot] Dovecot 2 | Creating message rules

2014-06-02 Thread Reindl Harald
Am 02.06.2014 15:55, schrieb Jos Chrispijn: > Bubreg István: >> I'm using roundcube for this, it has a 'managesieve' plugin which works >> with dovecot well. > Do you mean that I can create rules with Roundcube and have them processed by > Dovecot without having to open > Roundcube itself (or an

[Dovecot] Dovecot 2.1.13: some questions about the mail-filter plugin

2014-06-02 Thread Axel Luttgens
Looking at mail_filter_mailbox_allocated() of src/plugins/mail-filter/mail-filter-plugin.c: if ((class_flags & MAIL_STORAGE_CLASS_FLAG_OPEN_STREAMS) == 0 && (class_flags & MAIL_STORAGE_CLASS_FLAG_BINARY_DATA) != 0 && muser->out_socket_path != NULL)

Re: [Dovecot] Dovecot 2 | Creating message rules

2014-06-02 Thread Jos Chrispijn
Bubreg István: I'm using roundcube for this, it has a 'managesieve' plugin which works with dovecot well. Do you mean that I can create rules with Roundcube and have them processed by Dovecot without having to open Roundcube itself (or any other mailclient) to process these rules? Thant would b

Re: [Dovecot] Dovecot 2 | Creating message rules

2014-06-02 Thread Bubreg István
I'm using roundcube for this, it has a 'managesieve' plugin which works with dovecot well. 2014-06-02 15:35 GMT+02:00 Jos Chrispijn : > Can someone explain how I can create message rules to use with this > version of Dovecot? I specially switched to this version because it > supports then Pigeon

[Dovecot] Dovecot 2 | Creating message rules

2014-06-02 Thread Jos Chrispijn
Can someone explain how I can create message rules to use with this version of Dovecot? I specially switched to this version because it supports then Pigeonhole Sieve. I would like to volunteer to contribute as a volunteer when someone would like to create a html driven user interface that prov