5 Apr
2018
5 Apr
'18
9:01 a.m.
On 05.04.2018 07:33, Helmut K. C. Tessarek wrote:
On 2018-04-04 23:10, Kevin Cummings wrote:
PAM audit_log_acct_message() failed: Operation not permitted imap-login: Disconnected (AUTH failed, 2 attempts in 10 secs): user=<username>, method=PLAIN, rip=192.168.1.94 lip=192.168.1.94, TLS, session=<sessionid> Please look at my pull request at: https://github.com/dovecot/core/pull/71
Or, if it's any easier:
- Stop dovecot
- Replace /usr/lib/systemd/system/dovecot.service with the attached file
- systemctl daemon-reload
- systemctl start dovecot
Done.
Cheers, K. C.
Hi!
Never replace /lib or /usr/lib systemd unit files, if you want to replace the whole unit file, please put it under /etc/systemd/system/ directory. If unit file with same name is found under there, it is used instead.
Aki