Re: [Dovecot] Sieve vacation variables reference

2013-07-15 Thread Axel Luttgens
Le 16 juil. 2013 à 02:15, Simon a écrit : > Hi There. > > [...] > > is there a definitive list of things like "days", "subject" etc? Hello Simon, You might go to: http://www.rfc-editor.org/search/rfc_search.php and perform there a search on "sieve". For the vacation extension, there

[Dovecot] dovecot-metadata-plugin v14 patches

2013-07-15 Thread Sergey Sidlyarenko
Please apply patches for dovecot-metadata-plugin v14. 1. dovecot-metadata-plugin-value_nil - fix plugin crach if entry->value == NULL (strlen(NULL) - segfault). 2. dovecot-metadata-plugin-utf7_support - add support metadata for UTF8 mailfolder. -- Sidlyarenko Sergey https://github.com/lefoyerd

Re: [Dovecot] constant Log synchronization error's

2013-07-15 Thread kim Bisgaard
Some more detail :-) The previous system (i386) worked fine with dovecot 2.2.2 and pigeonhole 0.4.0 packages also from Atrpms on Fedora 17. I have downgraded to 2.1.16 and pigeonhole 0.3.5 for the time being. Regards, Kim On 2013-07-14 12:18, Kim Bisgaard wrote: Hi, I am seeing constant "L

Re: [Dovecot] Fail2ban and logging

2013-07-15 Thread Mark Sapiro
On 07/15/2013 09:09 AM, Paul van der Vlis wrote: > > Are you blocked when you login a few times with a wrong password? > > I expect your log will say something like "auth failed, 22 attempts in > 30 secs", and fail2ban will see that as 1 authentications error, so will > not block you. I am bloc

Re: [Dovecot] Sieve scripts in mysql?

2013-07-15 Thread Simon
Have just read the recent thread on this on the mailing list. Sorry for not checking first before emailing :) On 16/07/2013, at 12:12 PM, Simon wrote: > Hi There. > > We are using dovecot v2.2.4 with pigeonhole 0.4.1 (both compiled from source) > Centos 6.4. We are storing our virtual user co

[Dovecot] Sieve vacation variables reference

2013-07-15 Thread Simon
Hi There. We are using dovecot v2.2.4 with pigeonhole 0.4.1 (both compiled from source) Centos 6.4. Sorry for the dumb question in advance if I'm just missing an obvious link somewhere (also if I've got the terminology all wrong!), but could someone point me to the reference list for "vacation

[Dovecot] Sieve scripts in mysql?

2013-07-15 Thread Simon
Hi There. We are using dovecot v2.2.4 with pigeonhole 0.4.1 (both compiled from source) Centos 6.4. We are storing our virtual user config in mysql. At the moment we are storing our sieve script configs in mysql and then running a script to write these out to a file.. But I'm wondering if there

[Dovecot] courier to dovecot

2013-07-15 Thread J Gao
Hi, All, I am new here and I need your advises. Here is my story: I have a mail server like this: - CentOS 5 32 bit (LAMP) - Postfix 2.3 - Courier - MailScanner Courier use maildir to save emails in /home/vmail// / Now I want to build a new system on CentOS 6.4 64bit with postfix, dovecot an

Re: [Dovecot] mail not reject when the mailbox is full (Dovecot-LDAP-Imap_quota)

2013-07-15 Thread Benny Pedersen
Victor Oñate skrev den 2013-07-15 22:41: this is my #dovecot -n thanks.. make dovecot use dict storage quotas, then in mta query the dict tables in mta stage, that way it can be tempfailed the right place, dovecot-lda would be accept and bounce problem one day i get mad again and create th

[Dovecot] Solved. Re: Services not starting in 2.1 (or 2.2)

2013-07-15 Thread Tommy Wareing
On Wed, Jul 10, 2013 at 06:33:55AM -0400, Charles Marcus wrote: > On 2013-07-10 5:28 AM, Tommy Wareing wrote: > >I'm trying to install Dovecot onto my QNAP NAS. > > QNAP NAS devices are notorious for having ancient versions of > critical OS software (like the kernel, glib, OpenSSL, etc)... It tu

Re: [Dovecot] mail not reject when the mailbox is full (Dovecot-LDAP-Imap_quota)

2013-07-15 Thread Victor Oñate
Hi list... this is my #dovecot -n thanks.. # 1.2.15: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-5-mckinley ia64 Debian 6.0.5 base_dir: /var/run/dovecot/ log_path: /var/log/dovecot/dovecot.log info_log_path: /var/log/dovecot/info.log log_timestamp: %Y-%m-%d %H:%M:%S ssl_cert_file: /etc/ssl/corr

Re: [Dovecot] trying to configre dovecot

2013-07-15 Thread Gene Heskett
On Monday 15 July 2013 14:14:38 Noel Butler did opine: > On Sun, 2013-07-14 at 21:38 -0700, Professa Dementia wrote: > > On 7/14/2013 9:03 PM, Gene Heskett wrote: > > > Guessing between the lines I made a few substitutions to localize it > > > for me, but when I run the line to dump the configs, t

Re: [Dovecot] Fail2ban and logging

2013-07-15 Thread Paul van der Vlis
On 14-07-13 20:52, Mark Sapiro wrote: > On 07/14/2013 03:26 AM, Paul van der Vlis wrote: >> Hello, >> >> Dovecot is logging authentication failures this way: >> -- >> Jul 12 18:07:19 vps0 dovecot: imap-login: Disconnected (auth failed, 22 >> attempts in 172 secs): user=, method=PLAIN, rip=82.95

Re: [Dovecot] 2.2.4 - quota-status changing the user it is running as

2013-07-15 Thread Axel Luttgens
Le 14 juil. 2013 à 18:54, Axel Luttgens a écrit : > [...] > > Is this the expected behavior, to have quota-status switch to another user? I should have added: "And to have it indefinitely running as that user?". Notwithstanding the permission problems that come with that behavior (see my previ

Re: [Dovecot] trying to configre dovecot

2013-07-15 Thread Gene Heskett
On Monday 15 July 2013 09:02:12 Noel Butler did opine: > On Mon, 2013-07-15 at 17:58 +1000, Noel Butler wrote: > > ssl_key_file = /etc/ssl/certs/mail.key > > Hrmm the forced html -to- text conversion of this list (I sometimes > wonder if this is 1993 not 2013) seems to have stripped out the less

Re: [Dovecot] trying to configre dovecot

2013-07-15 Thread Gene Heskett
On Monday 15 July 2013 09:00:41 Noel Butler did opine: > On Sun, 2013-07-14 at 21:38 -0700, Professa Dementia wrote: > > On 7/14/2013 9:03 PM, Gene Heskett wrote: > > > Guessing between the lines I made a few substitutions to localize it > > > for me, but when I run the line to dump the configs, t

Re: [Dovecot] trying to configre dovecot

2013-07-15 Thread Noel Butler
On Mon, 2013-07-15 at 17:58 +1000, Noel Butler wrote: > ssl_key_file = /etc/ssl/certs/mail.key Hrmm the forced html -to- text conversion of this list (I sometimes wonder if this is 1993 not 2013) seems to have stripped out the less than bracket preceding the filename, but the actual entry would

Re: [Dovecot] trying to configre dovecot

2013-07-15 Thread Noel Butler
On Sun, 2013-07-14 at 21:38 -0700, Professa Dementia wrote: > On 7/14/2013 9:03 PM, Gene Heskett wrote: > > > > Guessing between the lines I made a few substitutions to localize it for > > me, but when I run the line to dump the configs, the output is very short > > because I do not have the *.