PDA

View Full Version : Masking the Sender: in Welcome email


Andrax
11-24-2003, 03:50 PM
From the reseller cp, when you use DA to send out a welcome email to the end user, it lists the Sender: in the email header, and the sender appears to be the server name.

Is it possible to remove this, or mask it so that it does not appear in the Welcome email to the reseller clients?

sander815
11-25-2003, 06:27 AM
yep, would like to know that too

DirectAdmin Support
11-25-2003, 01:02 PM
Hello,

You can remove the "Sender:" header by adding:

local_from_check = false

to your "MAIN CONFIGURATION SETTINGS" in the /etc/exim.conf

John

sjohnston
01-26-2004, 04:34 PM
I am a reseller with a company that uses DA. E-mails from my account contain the res0XXXX details in the mail header (I have already changed my details on the stats page).

I have asked my supplier to check out this forum message thread and determine whether the suggested solution would fix the problem. They have said that after contacting DA that it is not possible to set this option. Is this correct?

Thanks

Stephen

DirectAdmin Support
01-27-2004, 10:15 AM
Hello,

I don't think it's possible to remove the "Return-path". I've tried many things, but that particular header likes to stay put :)

John

ilan
08-03-2004, 05:41 PM
You can remove the "Sender:" header by adding:

local_from_check = false

to your "MAIN CONFIGURATION SETTINGS" in the /etc/exim.conf
With exim 4 instead of:

local_from_check = false

you should write:

no_local_from_check

rldev
08-27-2004, 09:20 PM
Where would I put this in Jeff's Spam Blocker exim.conf? I don't see this section.

skruf
08-28-2004, 12:36 AM
Hey,

The "Main Configuration Settings" section is the first section after all the comments at the beginning of the exim.conf file.

You should be able to put it in that area.

David

lkbryant
09-25-2008, 03:08 AM
pulling a thread out of the grave again.....

anyone know if there are any bad side-effects to this? surely directadmin have a reason they dont have this enabled by default?

because this adversely affects suExec setups and turning it off seems to be the only solution. but what about in terms of security?

jlasman
09-25-2008, 04:08 PM
Why don't I put it into the exim.conf file? Because I believe in as much documentation as possible, for use when tracking down spam. Don't forget the setting doesn't just keep the sender out of emails sent by DirectAdmin; it keeps it out of all emails sent by the server.

How does it effect suExec? It only effects a header in outgoing email; nothing else.

Jeff

lkbryant
09-26-2008, 12:37 AM
yes it only effects header but when you view the mail in Outlook or Hotmail, it shows the email as "server.hostname.com" on behalf of "client@client.com".

it's been a growing complaint from customers and we needed a solution. any advice here?

thanks

jlasman
09-26-2008, 11:57 AM
Microsoft (gotta love 'em) believes that if an email's sender and return address differ it should let you know.

I've done a bit more research since my last post. We do (at least by default and according to RFCs) want mailing lists to show senders so recipients can see which mailing list actually sent the message (the from address is often the poster).

Jeff