• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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