Exim wrong return path

gazkin

Verified User
Joined
Jun 13, 2007
Messages
14
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?
 
What's your hostname? It needs to be findable in DNS and routable.

Jeff
 
Any thoughts on this?

That has been already discussed on these forums several time (search the forums for details) . You can't change return path in a simple way while using PHP mail().
 
Back
Top