Re: [Dovecot] Transparent Migration from cyrus to dovecot

2013-10-12 Thread Daniel Parthey
Hi Jogi "Jogi Hofmüller" schrieb: >One question still remains in my head. The migration/dsync page [1] >states that 'The source IMAP/POP3 mailboxes shouldn't be modified while >dsync is running. Also "dsync backup" means that if the destination has >any changes that don't exist in source IMAP

Re: [Dovecot] Transparent Migration from cyrus to dovecot

2013-10-12 Thread Noel Butler
On 12/10/2013 19:22, Daniel Parthey wrote: No mail will be lost, since it should remain in the remote MTA's mail queue for a while in order to be retried and delivered later. No guarantee there, some services are broken and do not retry, hotmail used to, and I've heard in some cases, still d

[Dovecot] Dovecot 2.2.6 comression library build error

2013-10-12 Thread Dimitri
Hi, I'm trying to build Dovecot 2.2.6 under Mageia Linux, and there are two issues. 1. I get the following errors during build, please see http://pastebin.com/RmSRZPip - the compression library requires dlopen/dlsym/etc functions, but the library providing them is not mentioned in the linking comm

[Dovecot] Error: Syncing mailbox virtual failed: Virtual mailbox missing configuration file

2013-10-12 Thread Mike Constabel
Hi, if I use doveadm search -u x...@xx.de savedbefore 15w or other search queries i got as first line: doveadm(x...@xx.de): Error: Syncing mailbox virtual failed: Virtual mailbox missing configuration file The virtual Mailbox has a config file: # cat /mailspool1/xx.de/xx/Maildir/virtual/Alle

[Dovecot] Problem with Dovecot after upgrade to Debian 7.0 (stable)

2013-10-12 Thread Milan Milošević
Dear all, few days ago I updated Debian to the latest stable and since then Dovecot is not working. I use Dovecot as LDA for Postfix and also for IMAP access. Also I used SASL and everything was ok before update. After I updated to Dovecot 2.1.7 (it used to be 1.x before) it looks like that e

Re: [Dovecot] Problem with Dovecot after upgrade to Debian 7.0 (stable)

2013-10-12 Thread Reindl Harald
Am 12.10.2013 22:24, schrieb Milan Milošević: > Dear all, > > few days ago I updated Debian to the latest stable and since then Dovecot is > not working. I use Dovecot as LDA for > Postfix and also for IMAP access. Also I used SASL and everything was ok > before update. After I updated to Dove

Re: [Dovecot] Problem with Dovecot after upgrade to Debian 7.0 (stable)

2013-10-12 Thread Milan Milošević
I have checked that before and did doveconf -n -c... at first but the result was same. After that I have removed Postfix, Dovecot, saslauthd and all configurations. I installed everything again (by following documentations for Dovecot and Postfix) and the problem is still here. To me it look

Re: [Dovecot] Problem with Dovecot after upgrade to Debian 7.0 (stable)

2013-10-12 Thread Steffen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Milan Milošević wrote: > Oct 12 22:16:16 seenet-mtp dovecot: auth-worker(24788): Debug: > pam(u...@mydomain.com,178.x.y.z): lookup service=dovecot Oct 12 > 22:17:16 seenet-mtp dovecot: auth: Error: auth worker: Aborted > request: Lookup timed out >

[Dovecot] Problem with PAM, vpopmail and Roundcube

2013-10-12 Thread ede
Hello, I have a problem to which I have not been able to find a solution by myself or online. I have Dovecot running together with Qmail on a CentOS server. I need to be able to control which users are allowed IMAP access and at the same time allow IMAP access for all users when the requests

Re: [Dovecot] Transparent Migration from cyrus to dovecot

2013-10-12 Thread Darren Pilgrim
On 10/12/2013 3:43 AM, Noel Butler wrote: On 12/10/2013 19:22, Daniel Parthey wrote: No mail will be lost, since it should remain in the remote MTA's mail queue for a while in order to be retried and delivered later. No guarantee there, some services are broken and do not retry, hotmail used

Re: [Dovecot] Problem with PAM, vpopmail and Roundcube

2013-10-12 Thread Daniel Parthey
Hi Daniel possibly http://wiki2.dovecot.org/PostLoginScripting is the right wiki article for you. It describes how to block a user depending on username and/or IP. Regards Daniel

Re: [Dovecot] Problem with Dovecot after upgrade to Debian 7.0 (stable)

2013-10-12 Thread Milan Milošević
Thanks. I tried it (few combinations) but it didn't help. I have received few errors: - User doesn't exist: vmail - dovecotWarning: fd limit (ulimit -n) is lower than required under max. load (1024 < 12500), because of service auth { client_limit Milan On 10/12/2013 11:12 PM, Steffe

Re: [Dovecot] Problem with PAM, vpopmail and Roundcube

2013-10-12 Thread ede
Hi Daniel, Thank you for getting back to me so quickly. I was actually thinking of using Post Login Scripting if everything else failed, but was hoping for a solution using PAM. Anyway, I'll give the scripting a chance. Thanks again. Daniel At 05:40 PM 10/12/2013, Daniel Parthey wrote: --