• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Courier-IMAP DISABLE logging user logins

hans_swurst

New Pleskian
Hi everyone,
I want to stop courier-imap from logging connection information into the mail.* logfiles
Despite DEBUG_LOGIN is set to 0 (default) everytime a user logs into pop3 the following is flooding the logs:

Sep 11 15:27:35 h2106588 pop3d-ssl: IMAP connect from @ [::ffff:x.x.x.x]digascii: x, response: x
Sep 11 15:27:35 h2106588 pop3d-ssl: LOGIN, [email protected], ip=[::ffff:x.x.x.x]
Sep 11 15:27:36 h2106588 pop3d-ssl: 1378906056.105456 LOGOUT, [email protected], ip=[::ffff:x.x.x.x], top=0, retr=0, time=1, rcvd=12, sent=39, maildir=/var/qmail/mailnames/test.bla/ted.tester/Maildir

How can i stop courier from annoying me with these entries :)

vServer with Plesk 11.09 / Ubuntu 12.04 LTS

Thanks in advance

Chris
 
You may try to change default -facility of courierlogger(1) and than just drop the destination via syslog settings.

But I personally still wouldn't do that. grep -v should be able to save you from annoyance pretty well.
 
Back
Top