0

I have a sendmail server and I'm trying to set it up to add a custom header called "Feedback-ID" to all outgoing messages in order to keep track of the messages sent from the server using Google's postmaster tools, however I've found surprisingly little documentation regarding that.

Is there any way to do it? Please note that this header must be added to all outgoing mail, including those received from remote clients that use my server as their MTA, and not only local messages.

Diego Lima
  • 16
  • 3

1 Answers1

0

After a bit of tinkering I found the solution. I added this to the end of sendmail.mc:

LOCAL_CONFIG
HFeedback-ID: header_value
Diego Lima
  • 16
  • 3