Hello friends, I am attempting to set a STMP server that can send out messages from two different domains
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 support@exsamplemail.com)
I want something like this:
By exsamplemail.com with esmtp (Exim 4.96)
I am on Debian 12
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 support@exsamplemail.com)
I want something like this:
By exsamplemail.com with esmtp (Exim 4.96)
I am on Debian 12
Statistics: Posted by Mobius 1 — 2024-06-20 17:07 — Replies 0 — Views 38