• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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, user=ted.tester@test.bla, ip=[::ffff:x.x.x.x]
Sep 11 15:27:36 h2106588 pop3d-ssl: 1378906056.105456 LOGOUT, user=ted.tester@test.bla, 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