On Mon, Sep 24, 2012 at 05:04:40PM +0200, Philippe Chevalier wrote:
I will apply the patch later today and will let you know the result.
I applied the patch, and obviously, when getpwnam_r sets the result to
NULL and returns EINVAL, dovecot do as if the entry was not found and
stays mute.
So
On Mon, Sep 24, 2012 at 05:16:06PM +0300, Timo Sirainen wrote:
On 24.9.2012, at 16.48, Philippe Chevalier wrote:
dovecot: auth-worker(99126): Error: passwd(x...@domain.org,12.34.254.255):
getpwnam() failed: Invalid argument
I guess it's because the login is a full email that getpwnam
Hello,
I don't know if it's been addressed before, but anyway :
In my dovecot setup, I have local and virtual users. So, I need multiple passdb
backends. Namely, passwd for the local users and ldap for the virtual
users.
passdb {
driver = passwd
}
passdb {
args = /usr/local/etc/dovecot/do
On Wed, Jun 16, 2010 at 12:23:16PM -0400, Dillon Kass wrote:
I quit using mmap_disable around 7.1-STABLE and haven't had that bug since
then. I'm running 8.0-R with Maildirs in a compressed ZFS dataset right now
with no problems. That's pretty odd...I'm pretty sure it was in the
implementatio
Hello,
I'm currently using dovecot 1.2.11 on FreeBSD 8.0 with ZFS filesystems.
So far, so good, it works quite nicely, but I have a couple glitches.
Each user has his own zfs partition, mounted on /home/ (easier
to set per user quotas) and mail is stored in their home.
From day one, when peop