Hi!
We`re having a bit of a trouble with Exim when sending out mails via the php mail function. The enveloppe & return path are incorrectly set. The format is [email protected] instead of [email protected]ion
I already tried adding the lines below to exim.conf
local_from_check = false
local_sender_retain = true
untrusted_set_sender = *
I added the directadmin to the trusted users as well.
These changes didn`t help
The php script itself is fine. On a second directadmin server it`s running fine.
Any thoughts on this?
We`re having a bit of a trouble with Exim when sending out mails via the php mail function. The enveloppe & return path are incorrectly set. The format is [email protected] instead of [email protected]ion
I already tried adding the lines below to exim.conf
local_from_check = false
local_sender_retain = true
untrusted_set_sender = *
I added the directadmin to the trusted users as well.
These changes didn`t help
The php script itself is fine. On a second directadmin server it`s running fine.
Any thoughts on this?