T TheMooseman New Member Proxmox Subscriber Oct 22, 2025 2 0 1 Yesterday at 04:28 #1 I am trying to fetch data and I can't find where the subject line is logged. Do I need to enable that ?
I am trying to fetch data and I can't find where the subject line is logged. Do I need to enable that ?
O Onslow Active Member Sep 18, 2025 237 63 28 Yesterday at 14:33 #2 I don't know about PMG, but plain Postfix doesn't record subjects of messages. To enable it in Postfix: 1) Create or edit /etc/postfix/header_checks file and insert or uncomment the following line: /^Subject:/ INFO 2) Edit /etc/postfix/main.cf and insert or uncomment the following line: header_checks = regexp:/etc/postfix/header_checks 3) Restart postfix: systemctl restart postfix If the solution works for you, please edit the subject of this post thread and from the drop-down menu select "[SOLVED]" as the prefix of the subject.
I don't know about PMG, but plain Postfix doesn't record subjects of messages. To enable it in Postfix: 1) Create or edit /etc/postfix/header_checks file and insert or uncomment the following line: /^Subject:/ INFO 2) Edit /etc/postfix/main.cf and insert or uncomment the following line: header_checks = regexp:/etc/postfix/header_checks 3) Restart postfix: systemctl restart postfix If the solution works for you, please edit the subject of this post thread and from the drop-down menu select "[SOLVED]" as the prefix of the subject.