1826312 Members
4345 Online
109692 Solutions
New Discussion

mail

 
chapaya_1
Frequent Advisor

mail

Hi ,

How do i configure , when sending a mail from a user , for example user1 to be seen at recipient as user2 ?
mailx -r , is not good for me .

BYE
3 REPLIES 3
Jean-Yves Picard
Trusted Contributor

Re: mail

Hello,

this sound deliciously as spoofing.

however, you can:
-use reply-to: field if you want reply to be redirected somewhere.
-be a trusted mailer in you system (you'll need root of course)

Jean-Yves Picard
Peter Godron
Honored Contributor

Re: mail

Hi,
do you mean something like user1 sending:
echo "Subject: testing \n\n emailtest" | sendmail -bm -F "user2" fred.test@aol.com
chapaya_1
Frequent Advisor

Re: mail

Hi ,

I need a permanent solution for it ,
every mail user1 is sending need to be seeing as user2 , may be need to configure sendmail.cf .

10x