Hi! В Вт, 16/12/2014 в 01:28 +0100, li...@rhsoft.net пишет: > Am 16.12.2014 um 01:14 schrieb Peter Volkov: > > always_add_missing_headers = yes > > was added in main.cf, restarted server and postconf reports it is there. > > According to documentation > > http://www.postfix.org/postconf.5.html#always_add_missing_headers > > I'm expecting to have To: header set in every e-mail, but still there is > > none (see below). Could you help me to understand why this happens? > > does the client match "local_header_rewrite_clients" > http://www.postfix.org/postconf.5.html#local_header_rewrite_clients > > always_add_missing_headers (default: no) > > Always add (Resent-) From:, To:, Date: or Message-ID: headers when not > present. Postfix 2.6 and later add these headers only when clients match > the local_header_rewrite_clients parameter setting. Earlier Postfix > versions always add these headers; this may break DKIM signatures that > cover non-existent headers.
I read this text as: 1. with this option always adds headers 2. postfix >2.6 add this headers even without always_add_missing_headers option if clients match local_header_rewrite_clients parameter setting Is my reading wrong? Should I really check local_header_rewrite_clients? -- Peter.