Change "Mail Delivery System‏"

idon

Verified User
Joined
Oct 10, 2017
Messages
14
Hi, How can I change the "Mail Delivery System‏" name and email address "Mailer-Daemon@server.***.com‏"?
and why when directadmin forward these feedback mails so gmail mark it as spam?

thank you
 
do you can tell me direcly how to change it in exim.conf? or in directadmin panel?
 
Too lazy to look at the last links to the DA help sections?

@Zeiter: When doing the "bounce_return_message = false", must this be done in /etc/exim.conf or can this also be placed within /etc/exim.variables.custom.conf?
And if yes, does one need to put:
bounce_return_message = false
or
bounce_return_message == false
in the custom file?
 
@idon,

Never needed anything of it for my own or my customers. I can do it but I don't need it now. So here you are on your own unless you hire somebody to do it for you.


@Richard,

With the exim.conf 4.x you can use /etc/exim.variables.custom.conf

Code:
bounce_return_message = false

and run ./build exim_conf
 
Back
Top