Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: linux spoof from in mail
Try this
using your email as the -R parameter and the toemail and any text file
as the input.
do it as the oracle user on the computer
The email will come with "Oracle User" in the from line (or
oracle_at_host.domain.com if a common name isn't given to the user)
The -R is the reply-to address. So any replies should go to you.
mailx -s Test -R email_at_domain.com toemail_at_domain.com <mailbody.text.file
for details:
man mailx
Gives all kinds of good info about using mailx. "man" is your friend.
Michael McMullen wrote:
>
> In solaris I use mailx –r myemail.com to send email
>
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Feb 13 2007 - 12:27:44 CST
![]() |
![]() |