Re: quota rules for mail users

2016-06-15 Thread mkawada
Yachine-san, I very much appreciate you giving me the very useful information on my question. Masaharu Kawada On 2016年06月15日 19:36, chaouche yacine wrote: I personnaly use courier's maildirmake, which is a real binary unlike dovecote's maildirmake which is a thin bash wrapper around the lin

Re: Multiple ACTIVE Sieve scripts

2016-06-15 Thread Larry Rosenman
I have a "master" script that includes all my other snippets. And each file can have MULTIPLE scripts. Let me know if you need more info. Also, mail to you (Aaron) BOUNCES: Delivery to the following recipient failed permanently: m...@aaron-mueller.de Technical details of permanent failure

Multiple ACTIVE Sieve scripts

2016-06-15 Thread Aaron Müller
Hi! Is there a reason the email filter sieve can only activate one single script? > list "mailinglists.sieve" "spam.sieve" ACTIVE > activate mailinglists.sieve > list "mailinglists.sieve" ACTIVE "spam.sieve" > I can't see the logic here ... I am doing something wrong? Aaron

Re: Mail dates

2016-06-15 Thread Tanstaafl
On 6/15/2016 12:30 PM, @lbutlr wrote: > On Jun 15, 2016, at 9:44 AM, Tanstaafl wrote: >> On 6/14/2016 6:50 PM, @lbutlr wrote: >>> Where exactly does dovecot get the date that it reports via IMAP? >> >> This is a problem with how you restored the files. >> >> On a linux system, you should use som

Re: Mail dates

2016-06-15 Thread @lbutlr
On Jun 15, 2016, at 9:44 AM, Tanstaafl wrote: > On 6/14/2016 6:50 PM, @lbutlr wrote: >> Where exactly does dovecot get the date that it reports via IMAP? > > This is a problem with how you restored the files. > > On a linux system, you should use something like rsync -a to preserve > the origin

Re: sieve_extprograms: how to filter original message twice?

2016-06-15 Thread N0T3P4D
On 06/13/16 19:09, Stephan Bosch wrote: > > > Op 10-6-2016 om 0:57 schreef N0T3P4D: >> Hi, >> >> I use dovecot and sieve_extprograms to encrypt all incoming messages with >> the help of a Python script. >> Now, I want to process the _original_ message a second time. However, as >> expected, the

Re: Mail dates

2016-06-15 Thread Tanstaafl
On 6/14/2016 6:50 PM, @lbutlr wrote: > Where exactly does dovecot get the date that it reports via IMAP? This is a problem with how you restored the files. On a linux system, you should use something like rsync -a to preserve the original date/times...

Building Dovecot 2.2.24 GIT HEAD version

2016-06-15 Thread Juan C. Blanco
Hello, I'm testing the last GIT (master-2.2) versión of dovecot 2.2 but I'm not able to build new rpm packages with our SPEC file on Centos 5.11. The problem seems to be with a new lib-dcrypt library, the file "src/lib-dcrypt/dcrypt-openssl.c" includes the file "openssl/ec.h" but the OpenSSL de

Re: Upgrade to 2.2.9 breaks sasl auth Resolved

2016-06-15 Thread Paul
Hi Sorted After reading changelog of latest sources and noting comments about corrected problems with inet_listener I made the following change which resolved the short response from the sasl inet socket as seen with telnet inet_listener auth-userdb { address = 192.168.3.112 po

Re: Upgrade to 2.2.9 breaks sasl auth

2016-06-15 Thread Paul
Hi On 15/06/2016 09:04, aki.tu...@dovecot.fi wrote: On June 15, 2016 at 1:50 AM Paul wrote: Hi This is my 1st time here so please be gentle. I have encountered one problem since upgrading from 2.0.19 to 2.2.9 which has me beat. The system provides sasl auth services via inet to a postfix 2.

Re: quota rules for mail users

2016-06-15 Thread chaouche yacine
I personnaly use courier's maildirmake, which is a real binary unlike dovecote's maildirmake which is a thin bash wrapper around the linux mkdir command. Courier's maildirmake on the other hand has this nice -q option that let you specify a quota, at creation time of afterwards. I'm using it i

Re: Upgrade to 2.2.9 breaks sasl auth

2016-06-15 Thread aki . tuomi
> On June 15, 2016 at 1:50 AM Paul wrote: > > > Hi > This is my 1st time here so please be gentle. > > I have encountered one problem since upgrading from 2.0.19 to 2.2.9 > which has me beat. > The system provides sasl auth services via inet to a postfix 2.11 system. > Since the upgrade postf