Re: X Header Logging Postfix

2017-08-17 Thread Noel Jones
On 8/17/2017 10:33 AM, Matthias Schneider wrote: > For sending mails using `smtp_header_checks` it _only_ logs the > headers if a connection to the destination server was established: > > Aug 17 16:48:48 mta01 postfix/smtp[14811]: 3xY8Rz2rFJzDxk2: info: > header X-TEST: value > > in case of a tem

X Header Logging Postfix

2017-08-17 Thread Matthias Schneider
Hello, for incoming mails logging the X-Headers works pretty fine by using: header_checks = regexp:/etc/postfix/header_checks the file header_checks contains: /^X-.*:/INFO Logfile: Aug 17 16:56:31 mta01 postfix/cleanup[15387]: 3xY8Rz2rFJzDxk2: info: header X-TEST: value from localhos