Re: Outlook 2013/2010 nightmare

2015-03-08 Thread Joseph Tam
"David.M.Clark" writes: I do have some customers using Outlook or Windows Live Mail, and these are for the most part working fine with IMAP - I don't do POP. ... The issue starts when you add an IMAP user to the Outlook client and upon opening it, initially, it tries to find a "Sent" Items fold

Overriding dovecot.conf from Userdb Extras

2015-03-08 Thread E.B.
Hi, I thought I read that anything from dovecot.conf can be overridden in a userdb lookup. Or a passdb lookup with "userdb_" prefix. But I tried for fun change log_path but it never worked. Is that because logging is special, already started logging before it comes to the passdb/userdb lookups?

Re: dovecot auth-worker error happens when I enabled the dovecot to consider both the system account and the MySQL virtual mailbox databases.

2015-03-08 Thread Emmanuel Chanel
I've found this for a long time. But I didn't examined "sudo apt-get libpam-smbpass" till now... Doing that, my problem is "solved"... http://ubuntuforums.org/showthread.php?t=2246951&highlight=dovecot+auth+worker libpam-smbpass has a bug of memory leak. I cannot tell surelyBut it returns th

Re: Sieve can't find Extprograms or Extdata

2015-03-08 Thread E.B.
> > Also, of course I have entered this in 90-plugins.conf > > > > > > plugin { > >   seive_plugins = sieve_extdata sieve_extprograms > > maybe you have a typo... > seive != sieve Oh yes that was problem!! Thank you!! Tricky because it's the plugins section, dovecot cannot lint it so typos won't b

Re: dovecot auth-worker error happens when I enabled the dovecot to consider both the system account and the MySQL virtual mailbox databases.

2015-03-08 Thread Emmanuel Chanel
Core Dump(?) from /var/log/apport.log on Ubuntu Server 14.04 LTS... -- ERROR: apport (pid 29249) Mon Mar 9 01:26:31 2015: called for pid 29239, signal 11, core limit 0 ERROR: apport (pid 29249) Mon Mar 9 01:26:31 2015: executable: /usr/lib/dovecot/auth (command

Re: dovecot auth-worker error happens when I enabled the dovecot to consider both the system account and the MySQL virtual mailbox databases.

2015-03-08 Thread Emmanuel Chanel
This is the configuration... --- $ sudo doveconf -n # 2.2.15: /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.6 (3e924b1b6c5c+) # OS: Linux 3.16.0-31-generic x86_64 Ubuntu 14.04.2 LTS auth_debug = yes auth_mechanisms = plain login auth_verbose = yes first_valid_uid = 1000 mail_debug = yes m

Re: v2.2.16 release candidate released

2015-03-08 Thread Hardy Flor
Instead of deleting it, it should be marked "deleted" by renaming only. If it is then required, so it can be recovered. This directory can be deleted by another control process that searches the mbox files for references. What has become of the question that attachments are not only saved as

Re: Sieve can't find Extprograms or Extdata

2015-03-08 Thread J. Echter
Am 08.03.2015 um 09:08 schrieb E.B.: > Also, of course I have entered this in 90-plugins.conf > > plugin { > seive_plugins = sieve_extdata sieve_extprograms > maybe you have a typo... seive != sieve

Re: Sieve can't find Extprograms or Extdata

2015-03-08 Thread E.B.
Also, of course I have entered this in 90-plugins.conf plugin { seive_plugins = sieve_extdata sieve_extprograms sieve_extensions = +vnd.dovecot.filter +vnd.dovecot.extdata } And enabled sieve for lmtp (as I noted, I have tested that simple sieve scripting is working OK) protocol lmtp { mai