PDA

View Full Version : New User Wecome email problems



joh2900
11-14-2003, 08:23 PM
When the system send a new user the welcome message the email address is in the format of admin@name.server.com.. If they reply to that it will bounce, if it gets there at all if their mail server does DNS lookup. How can I change the admin email.

DirectAdmin Support
11-14-2003, 08:38 PM
Hello,

Exim is the one that decides who the mail is from. Since the code is running as "admin".. exim naturally decides that the email should be from admin@hostname. This could be helped by just adding a Return-path header. Unfortunately, it's hard coded, so the headers can't be changed. I can look into adding a setting so you could specify who the mail will be returned to.

John

joh2900
11-14-2003, 08:41 PM
So basically I should include a big old DO NOT REPLY
Also.. Will all of the domains that resellers setup use that admin@hostname.com email add?

DirectAdmin Support
11-15-2003, 02:52 PM
Hello,

user@hostname *is* a valid email address on the server and will get to your system email account, but only if the proper MX records are created for the hostname.

The user who creates the account will be in the From field as user@hostname. I'm will add the ability to specify the From/reply email, as well as the name that will be displayed.

John