We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To include Subject into postfix log file add to main.cf:
header_checks = regexp:/etc/postfix/header_checks
Then create file /etc/postfix/header_checks and add the following:
/^Subject:/ WARN
Restart postfix service.
To include TLS info into postfix log file in addtition to the above add the following to /etc/postfix/header_checks:
/^Received:/ WARN
Then you will get lock icon in the addition info email modal: