We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: