-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_ >
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
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
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...@
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
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
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
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:
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
I have 2 certs to install:
One is intermediate the other the 'actual' cert.
How do I do this?
+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
>>
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
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
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)
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
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
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
17 matches
Mail list logo