Re: LDA input validation

2015-01-25 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 25 Jan 2015, Joseph Tam wrote: St?phane Cottin writes: dspam already send errors to syslog, the point here is to never loose email contents. This was a wrong design, i'm now use a wrapper instead ( see my previous post for details ). You

Re: LDA input validation

2015-01-25 Thread Joseph Tam
St?phane Cottin writes: dspam already send errors to syslog, the point here is to never loose email contents. This was a wrong design, i'm now use a wrapper instead ( see my previous post for details ). You're stilling going to lose contents. If dspam fails, the mail is dumped, the LDA retur

Re: imap-login: Fatal: pipe() failed: Too many open files

2015-01-25 Thread Edgar Pettijohn
Sorry didn't scroll to the bottom to see the dovecot -n. I'm assuming freebsd has an /etc/login.conf similiar to openbsd. If so you may need to do something similiar to this: dovecot:\ :openfiles-cur=512:\ :openfiles-max=2048:\ :tc=daemon: Rebu

Re: imap-login: Fatal: pipe() failed: Too many open files

2015-01-25 Thread Reindl Harald
Am 26.01.2015 um 02:13 schrieb Leander Schäfer: I just checked my ulimit again and it really seems like it has more than enough - so I still don't understand what I've configured wrong here ;/ root@WM-01 [~]$ su -m dovecot -c "ulimit -a" socket buffer size (bytes, -b) unlimited core file

Re: imap-login: Fatal: pipe() failed: Too many open files

2015-01-25 Thread Edgar Pettijohn
What is the OS? On 01/25/15 18:50, Leander Schäfer wrote: Hi I keep on getting errors and can't connect/login to Dovecot. I did my research but unfortunately without success. It is for sure not ulimit because ulimit is set to unlimited per default already. Still , it complains about "Too man

Re: imap-login: Fatal: pipe() failed: Too many open files

2015-01-25 Thread Leander Schäfer
I just checked my ulimit again and it really seems like it hhas more than enough - so I still don't understand what I've configured wrong here ;/ root@WM-01 [~]$ su -m dovecot -c "ulimit -a" socket buffer size (bytes, -b) unlimited core file size (blocks, -c) unlimited data seg s

imap-login: Fatal: pipe() failed: Too many open files

2015-01-25 Thread Leander Schäfer
Hi I keep on getting errors and can't connect/login to Dovecot. I did my research but unfortunately without success. It is for sure not ulimit because ulimit is set to unlimited per default already. Still , it complains about "Too many open files" but this is a test system and the service dov

Dovecot antispam

2015-01-25 Thread David Mehler
Hello, This is not specifically a dovecot issue, but to it's antispam plugin, that being the case if private responses are deemed so please do so. I've got a Postfix, amavisd-new, dovecot (delivery and sieve), setup with spamassassin. It's for the most part working fine, here's the problem, false

Dovecot Virtual Plugin Use Cases (was Re: Indexing Mail faster)

2015-01-25 Thread Thomas Leuxner
* LuKreme 2015.01.25 19:32: > > Another example, the one I used in the original reply, is 'gluing' together > > archives as a single view: > > > > $ cat virtual/Postfix-Users/dovecot-virtual > > Public/Archive/Mailing-Lists/Postfix-Users/* > > Public/Mailing-Lists/Postfix-Users > > all > > T

Re: Indexing Mail faster

2015-01-25 Thread LuKreme
On Jan 25, 2015, at 5:05 AM, Thomas Leuxner wrote: > The namespace "Virtual" will look for its configuration in the user's home > directory: > > namespace { > location = virtual:~/mdbox/virtual > prefix = Virtual/ > separator = / > } > > Inside the ~/mdbox/virtual directory the actual query

Re: Indexing Mail faster

2015-01-25 Thread Thomas Leuxner
* A. Schulze 2015.01.25 16:58: > once setup correctly it works like expected :-) Good! > how do you separate older postings into the Archive? > something like "doveadm search + move ? Yes basically with move. I'd like to have them archived by year e.g. Public/Archive/Mailing-Lists/Dovecot/20

Re: Indexing Mail faster

2015-01-25 Thread A. Schulze
Thomas Leuxner: namespace { location = virtual:~/mdbox/virtual prefix = Virtual/ separator = / } $ cat virtual/Flagged/dovecot-virtual * Public/* flagged once setup correctly it works like expected :-) Another example, the one I used in the original reply, is 'gluing' together ar

Re: Indexing Mail faster

2015-01-25 Thread Thomas Leuxner
* Andreas Schulze 2015.01.25 12:47: > I assume you drop multiple mailing lists together in a mailbox and separate > them using the virtual plugin, right? > could publish how you configured dovecot virtual plugin? The namespace "Virtual" will look for its configuration in the user's home direct

Re: Indexing Mail faster

2015-01-25 Thread Andreas Schulze
Thomas Leuxner: > I have a view defined (virtual plugin) with around 22.000 messages in it interesting. I assume you drop multiple mailing lists together in a mailbox and separate them using the virtual plugin, right? could publish how you configured dovecot virtual plugin? I never had success on

Re: Corruption of index files

2015-01-25 Thread Oliver Welter
Hi Andreas, Am 25.01.2015 um 12:41 schrieb Andreas Schulze: > Oliver Welter: >>> after upgrading my mail server (dovecot 1.1.7 -> 2.2.13) I get tons of >>> messages about corrupted index files in the syslog ("Error: Corrupted >>> transaction log" and "Warning: fscking index file .. dovecot.index".

Re: Corruption of index files

2015-01-25 Thread Andreas Schulze
Oliver Welter: > >after upgrading my mail server (dovecot 1.1.7 -> 2.2.13) I get tons of > >messages about corrupted index files in the syslog ("Error: Corrupted > >transaction log" and "Warning: fscking index file .. dovecot.index". > > > Some more debugging - I did a "fuser" on a broken dovecot.i