Opened 4 years ago
Closed 3 years ago
#2134 closed enhancement (fixed)
ssl cipher logging for mail
Reported by: | Geert Hendrickx | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-module | Version: | 1.19.x |
Keywords: | mail, logging | Cc: | |
uname -a: | |||
nginx -V: | nginx version: nginx/1.19.6 |
Description
For the http module, the access_log format can be customized to great extent.
For the mail module, there is only the standard error_log, and its format cannot be changed (beyond loglevel).
It would be useful to have the ability to create custom logging for mail as well, for example to include variables like $ssl_protocol, $ssl_cipher, etc. Currently we can only obtain this information from error_log at debug level, or via network wire tapping, both of which are not suitable for regular production use.
Change History (2)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 7905:13d0c1d26d47/nginx: