<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><span></span></div><div>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
On 04/05/18 02:34, B. Reino wrote:<br>
<blockquote type="cite" cite="mid:00a1a5aa9e60a58485af0c3ca46ce1b1@bbmk.org">On 2018-04-05
06:33, Helmut K. C. Tessarek wrote:
<br>
<blockquote type="cite">On 2018-04-04 23:10, Kevin Cummings wrote:
<br>
<blockquote type="cite">PAM audit_log_acct_message() failed:
Operation not permitted
<br>
imap-login: Disconnected (AUTH failed, 2 attempts in 10 secs):
<br>
user=<username>, method=PLAIN, rip=192.168.1.94
lip=192.168.1.94, TLS,
<br>
session=<sessionid>
<br>
</blockquote>
<br>
Please look at my pull request at:
<br>
<a class="moz-txt-link-freetext" href="https://github.com/dovecot/core/pull/71">https://github.com/dovecot/core/pull/71</a>
<br>
<br>
Or, if it's any easier:
<br>
<br>
1) Stop dovecot
<br>
2) Replace /usr/lib/systemd/system/dovecot.service with the
attached file
<br>
</blockquote>
<br>
I'd recommend to just override the necessary options by creating
/etc/systemd/system/dovecot.service.d/NoNewPrivileges.conf with
the following content:
<br>
<br>
-<<--
<br>
[Service]
<br>
NoNewPrivileges=false
<br>
-->>-
<br>
<br>
This way the fix survives any updates and you don't have to mess
with package-provided files.
<br>
<br>
<blockquote type="cite">3) systemctl daemon-reload
<br>
4) systemctl start dovecot
<br>
</blockquote>
</blockquote>
<br>
OK, so I went this root, added the new file, stopped dovecot, did
the daemon-reload, then started it up again.<br>
It did not work for me. As I continued to read the other emails in
this thread, I came to the conclusion that the Fedora configuration,
as packaged by <a href="http://City-Fan.org">City-Fan.org</a> is what is broken. Luckily for me,
there was still a 2.2.35 version of dovecot in the repository, so I
ended up doing the "dnf downgrade dovecot" and now I can read my
emails again. I'm assuming that the packager for Fedora will ensure
that this gets fixed in the current releases. I checked, and F26 <br>
</div></body></html>