Hello,
Can the client's port number be included in the log entries generated by auth-worker, without needing to recompile Dovecot?
Currently, the log entries look like this:
|auth-worker(3538137): sql(user@domain.tld,123.123.123.123): Password mismatch |
I would like the log entries to appear as follows:
|auth-worker(3538137): sql(user@domain.tld,123.123.123.123,45343): Password mismatch |
In this format, the client's port number (e.g., 45343) is also logged.
thanks in advance.
Hello, Can the client's port number be included in the log entries generated by auth- worker, without needing to recompile Dovecot? Currently, the log entries look like this: auth-worker(3538137): sql(user@domain.tld,123.123.123.123): Password mismatch I would like the log entries to appear as follows: auth-worker(3538137): sql(user@domain.tld,123.123.123.123,45343): Password mismatch In this format, the client's port number (e.g., 45343) is also logged. thanks in advance.