Adding this line to the the config file (update-exim4.conf.conf)
PRIMARY_HOSTNAME = $sender_address_domain
Gave the follow header:
Received: from [...] (helo=name)
By MAIN_HARDCODE_$sender_address_domain with esmtp (Exim 4.96) (envelope-from [email protected])
I want something like this:
By exsamplemail.com with esmtp (Exim 4.96)
I’ve tried various amounts of things like trying to set up an ACL and trying to add it to a specific port
New contributor
Mobius1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.