Dovecot and IPA
Timo Sirainen
tss at iki.fi
Tue Sep 8 16:27:35 UTC 2015
On 09/08/2015 06:14 PM, Kanwar Ranbir Sandhu wrote:
> On Tue, 2015-09-08 at 13:11 +0300, Timo Sirainen wrote:
>> I guess it's now crashing with this:
>>
>> auth: Panic: file auth-request.c: line 733
>> (auth_request_is_disabled_master_user): assertion failed: (request
>> ->requested_login_user != NULL)
>>
>> That's a bug in the Dovecot version you're using. Upgrade.
>
> That's just awesome. I saw that in the debug log before I posted to the
> list, but I was hoping it was being triggered by a bad configuration on
> my part. :/
>
> Ima screwed until an update is release by the CentOS team and they'll
> be waiting until Red Hat does something about it.
>
> :: cries ::
>
> Thanks to everyone for the help! At least now I know it's not my fault.
You can probably work around that by configuring something like:
passdb {
driver = passwd-file
args = /etc/dovecot/passwd.master
master = yes
}
The passwd.master file itself can be empty.
More information about the dovecot
mailing list