Displaying 1 result from an estimated 1 matches for "fgvjhbcsstt".
2020 Aug 12
1
Adjusting logging with the "remote" syntax
...7)
...
info_log_path = /dev/null
...
remote 127.0.0.1 {
info_log_path = /dev/null
}
---
However, I?m still getting spammed with local login reports:
Aug 12 12:17:13 imap-login: Info: Login: user=<user at domain.tld>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=29798, TLS, session=<FGVJhbCsstt/AAAB>
Aug 12 12:17:13 imap(user at domain.tld): Info: Logged out in=305 out=2277
I've also tried logging to a specific file, instead of /dev/null, but no file was created. So there must be an issue with my understanding.
How can I prevent logins from localhost from being logged without sac...