mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 02:10:52 +08:00
Allow disabling logging for specific source IPs
This commit is contained in:
parent
75f9420c3c
commit
30f0e83ed3
1 changed files with 1 additions and 0 deletions
1
pop3.js
1
pop3.js
|
@ -21,6 +21,7 @@ const serverOptions = {
|
|||
disableVersionString: !!config.pop3.disableVersionString,
|
||||
|
||||
useProxy: !!config.imap.useProxy,
|
||||
ignoredHosts: config.pop3.ignoredHosts,
|
||||
|
||||
// log to console
|
||||
logger: {
|
||||
|
|
Loading…
Reference in a new issue