Re: "From" email address from AIX
From: Andreas Schulze (b79xan_at_gmx.de)
Date: 01/13/05
- Next message: Mark Taylor: "Re: recreatevg and jfs log devices"
- Previous message: Laurenz Albe: "Re: files associated with filesystem"
- In reply to: SBC Global News: ""From" email address from AIX"
- Next in thread: C C: "Re: "From" email address from AIX"
- Reply: C C: "Re: "From" email address from AIX"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 13 Jan 2005 09:38:38 +0100
"SBC Global News" <someone@microsoft.com> schrieb im Newsbeitrag
news:f9hFd.8527$Vj3.6237@newssvr17.news.prodigy.com...
> We have a RS6000 running AIX 4.3+. We have applications
> that automatically send e-mail to the Internet. I want
> recipients to see the mail as coming from an e-mail address
> from our known mail server. A user logged on to our backend
> AIX will have an Internet address of
> joe@rs6000.ourdomain.com. This user has a mailbox in our
> Exchange serve as joe.blow@ourdomain.com. When this user
> runs the application in the AIX which auto-emails a report
> to a recipient in the Internet, I want the "From" address to
> read joe.blow@ourdomain.com. Note that the AIX is relaying
> to our Exchange server for Internet e-mail. How can I
> configure the AIX user so that he will have a "From" address
> the same as his Exchange server's address?
>
> Thanks in advance.
>
Given that your app uses mail and given that the Exchange server does not
overwrite the reply-to field (that should not happen actually) you could
export the wanted mail address from the uers's environment file (ENV on AIX
systems is .kshrc usually) as an alias. alias mail='mail -r
joe.blow@ourdomain.com' should do the trick.
HTH,
Andreas
- Next message: Mark Taylor: "Re: recreatevg and jfs log devices"
- Previous message: Laurenz Albe: "Re: files associated with filesystem"
- In reply to: SBC Global News: ""From" email address from AIX"
- Next in thread: C C: "Re: "From" email address from AIX"
- Reply: C C: "Re: "From" email address from AIX"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|