T TheMooseman New Member Proxmox Subscriber Oct 22, 2025 2 0 1 Nov 1, 2025 #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 323 104 43 Nov 1, 2025 #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.
H hoanv9 Well-Known Member Apr 15, 2020 55 6 48 45 Nov 5, 2025 #3 TheMooseman said: I am trying to fetch data and I can't find where the subject line is logged. Do I need to enable that ? Click to expand... find at https://forum.proxmox.com/threads/how-to-log-subjects-of-all-incoming-email.54191/
TheMooseman said: I am trying to fetch data and I can't find where the subject line is logged. Do I need to enable that ? Click to expand... find at https://forum.proxmox.com/threads/how-to-log-subjects-of-all-incoming-email.54191/