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. Regards, Ranbir -- Kanwar R.S. Sandhu
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.
On Tue, 2015-09-08 at 19:27 +0300, Timo Sirainen wrote:> 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.Where do I add this config: in auth-static.conf.ext? I take it a master user isn't absolutely required, but to workaround this bug, one must be configured? Ranbir -- Kanwar R.S. Sandhu
Kanwar Ranbir Sandhu skrev den 2015-09-08 17:14:> Thanks to everyone for the help! At least now I know it's not my fault.only fault if any you maked was to choice a precompiled problem, but try to make a bugreport at redhat on it, possible also on other distros that is precompiled, if you find another os that solves it faster, you have found a possible os to install :=)