we have a program that gives a user the ability to send mail from our unix box with AIX 4.3.3, the problem is when they send something it goes out as first name and first letter of last name (this is the login for the user on the unix server).
example....
John Doe, this would be sent at johnd@company.com
The problem I am running into is that John Does actual e-mail address is john.doe@company.com. So if somebody replies to it, it comes back as undeliverable, could not find johnd@company.com. Well, that is not a valid e-mail address. I want the reply to go to John's pop server account that he has set up for the company.
Is there a way in sendmail to say if John Doe (johnd) sends something via mail it will put john.doe@company.com instead of johnd@company.com?
example....
John Doe, this would be sent at johnd@company.com
The problem I am running into is that John Does actual e-mail address is john.doe@company.com. So if somebody replies to it, it comes back as undeliverable, could not find johnd@company.com. Well, that is not a valid e-mail address. I want the reply to go to John's pop server account that he has set up for the company.
Is there a way in sendmail to say if John Doe (johnd) sends something via mail it will put john.doe@company.com instead of johnd@company.com?