Re: Difference btw. Dovecot Director and Dovecot Proxy

2014-07-18 Thread Nathan Schultheiss
Hi, Thank for your reply. OK, if I understand I must just read doc with Dovecot Proxy :) Incoming mail: Postfix (LMTP) => Dovecot Proxy Server => Dovecot Backend Server (Final server and storage server) IMAP: Dovecot Proxy Server => Dovecot Backend Server (Final server and storage server) I c

Re: Difference btw. Dovecot Director and Dovecot Proxy

2014-07-18 Thread Jiri Bourek
On 19.7.2014 00:54, Nathan Schultheiss wrote: Hello, For a few days I try to understand what program (Dovecot Director or Dovecot Proxy) I should use for my email architecture. We are a hospital, and for security reasons, we must host ourselves our emails, and we must leave Google Apps... OT:

Difference btw. Dovecot Director and Dovecot Proxy

2014-07-18 Thread Nathan Schultheiss
Hello, For a few days I try to understand what program (Dovecot Director or Dovecot Proxy) I should use for my email architecture. We are a hospital, and for security reasons, we must host ourselves our emails, and we must leave Google Apps... I wish to make a Dovecot backend for each departm

Re: user@domain splitting not working

2014-07-18 Thread Ricardo Branco
Thanks, your test has cracked the problem. You noticed that there was no @ added to the auth_username_chars. Bit of a wild goose chase as I would have thought that as the username had an @ but was not specified in the auth_username_chars it would not even go as far as authdb or passdb checks. T

Re: ulimit warning when restarting

2014-07-18 Thread Alexander Dalloz
Am 18.07.2014 00:58, schrieb Will Yardley: When restarting Dovecot 2.2.10 (via atrpms) on RHEL 6, I get the error: Warning: fd limit (ulimit -n) is lower than required under max. load (1024 < 4096), because of default_client_limit # doveconf default_internal_user default_internal_user = dovecot

subfolders in public mailboxes

2014-07-18 Thread Burak Arslan
Hello, I added this to the configuration: namespace { type = public separator = . prefix = public. location = maildir:/var/mail/public subscriptions = no list = yes } and I can list maildirs inside these folders correctly. however, I can't see any subfolders. The issue seems to be t

Re: user@domain splitting not working

2014-07-18 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 17 Jul 2014, Ricardo Branco wrote: Also just to note that Postfix is not the problem here, that has now been ruled out I compiled to current hg version of Dovecot: changeset: 17627:fd0616d553b0 tag: tip user:Timo Siraine