• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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