Comment 10 for bug 1771524

Revision history for this message
Christian Ehrhardt  (paelzer) wrote : Re: Merge newer dovecot for Cosmic

Auth-Fails in almost all cases of imap and pop3 login.
Already this fails:
$ telnet localhost 110
user ubuntu
pass ubuntu

Dovecot should use the passwd, according to the config the test sets up.

Gets:
auth[2573]: PAM audit_log_acct_message() failed: Operation not permitted

No associated apparmor deny or such, no other journal entry.
I debugged and found plenty of data, finally after I knew what I was up to I found:
- https://bugzilla.redhat.com/show_bug.cgi?id=1564348
- https://github.com/dovecot/core/pull/71

This will likely become rather different later on, but for now lets mask the critical new entries in the service file.

I added a commit for that to the MP and rebuild the PPA.