Re: shell script to send mail

2001-04-11 Thread SHAIBAL TALUKDER
 Raja,
After sending the msg do a mailx at the prompt. This should show you whether your message has been bounced or what. In case your message is bounced, you need to request your Unix sysadmin to configure the mailx utility for you.
Shaibal
  Viraj Luthra <[EMAIL PROTECTED]> wrote: 
Hello,This is the second time I am writing this message, dont know what happened where the last message went.Basically wanted to thank every one who ever responded, with this easy construct in the shell.But the problem, is that I sent like this, mailx -s "from the sco box" [EMAIL PROTECTED] < msgwhere msg is a regular file and contains the string - this is a test onlyBut I have waited for a long time and it did not appear in the above address.Any ideas why it did not reach. I have looked at the man for mailx, and I have already checked the various files, like dead.letter etc. but of no use, it simply does not exist.Please help.Regards,Raja--On Tue, 10 Apr 2001 09:15:40 SHAIBAL TALUKDER wrote:>>Raja,>>If you have unix mail utility you can send mail form unix. At!
!
 the system prompt type ->>mailx -s "Subject" [EMAIL PROTECTED] < msg>>hope this helps.>>Shaibal>> Viraj Luthra <[EMAIL PROTECTED]>wrote: >Paul,>>I dont need that software. I need the code to write in my software itself.>>rgds,>>raja>-->>On Mon, 09 Apr 2001 21:10:52 >Paul Drake wrote:>>check out tripwire ... http://sourceforge.net/projects/tripwire/Viraj Luthra wrote:>>> >>> Hello all,>>> >>> I need help. I need to write a shell script (aix box), when ever some loads a piece of software. >>> >>> thanks>>> >>> raja>>-- >>Please see the official ORACLE-L FAQ: http://www.orafaq.com>>-- >>Author: Paul Drake>> INET: [EMAIL PROTECTED]Fat City!
!
 Network Services -- (858) 538-5051 FAX: (858) 538-5051>>San Diego, California -- Public Internet access / Mailing Lists>>->Do You Yahoo!?>Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail.Get 250 color business cards for FREE! at Lycos Mailhttp://mail.lycos.com/freemail/vistaprint_index.html-- Please see the official ORACLE-L FAQ: http://www.orafaq.com-- Author: Viraj LuthraINET: [EMAIL PROTECTED]Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051San Diego, California -- Public Internet access / Mailing ListsTo REMOVE yourself from this mailing list, send an E-Mail messageto: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and inthe me!
!
ssage BODY, include a line containing: UNSUB ORACLE-L(or the name of mailing list you want to be removed from). You mayalso send the HELP command for other information (like subscribing).Do You Yahoo!?
Yahoo! Mail Personal Address - 
Get email at your own domain with Yahoo! Mail.

Re: shell script to send mail

2001-04-11 Thread David A. Barbour

Viraj,

As I remember, your initial query mentioned you were trying to send a
message from an AIX box.  First check to see if sendmail is running on
your system.  Execute the command ps -ef |grep sendmail . You should
receive a response that includes a line like the following:

 root  3900  2084   0   Mar 24  -  0:01 sendmail: accepting
connections

If you don't, then your system isn't going to send any mail, because it
isn't configured.  If it's running, check your /etc/sendmail.cf file. 
This may be the cause of your problem.  Remember, if you make any
changes to this file, you must recompile it and issue the refresh -s
sendmail command before it becomes effective.  Your problem may also lie
in the /etc/aliases file.  This also needs to be recompiled and the
refresh command issued if changed.  There is a little bit of work
required in setting up sendmail on any UNIX system - not just AIX - but
these are three good places to look for problems to begin with.  I
suggest you get a copy of O'Reilly's Sendmail if you're going to be
using mail from UNIX boxes on a regular basis.

Assuming your sendmail is running, AIX uses the commands mail, Mail, and
mailx interchangeably.  I just use mail (cause I hate to type extra
characters).  Make sure you're executing the mail command from the
directory containing the msg file, otherwise you'll need a fully
qualified path.

Try using single quotes instead of double quotes around your subject. 
To see if your box is  sending mail at all try:

mail -s 'Test' myusername@myunixhostname 
> Hello,
> 
> This is the second time I am writing this message, dont know what happened where the 
>last message went.
> 
> Basically wanted to thank every one who ever responded, with this easy construct in 
>the shell.
> 
> But the problem, is that I sent like this,
> 
> mailx -s "from the sco box" [EMAIL PROTECTED] < msg
> 
> where msg is a regular file and contains the string -
> this is a test only
> 
> But I have waited for a long time and it did not appear in the above address.
> 
> Any ideas why it did not reach. I have looked at the man for mailx, and I have 
>already checked the various files, like dead.letter etc. but of no use, it simply 
>does not exist.
> 
> Please help.
> 
> Regards,
> 
> Raja
> --
> 
> On Tue, 10 Apr 2001 09:15:40
>  SHAIBAL TALUKDER wrote:
> >
> >Raja,
> >
> >If you have unix mail utility you can send mail form unix. At the system prompt 
>type -
> >
> >mailx -s "Subject" [EMAIL PROTECTED] < msg
> >
> >hope this helps.
> >
> >Shaibal
> >
> >  Viraj Luthra <[EMAIL PROTECTED]> wrote:
> >Paul,
> >
> >I dont need that software. I need the code to write in my software itself.
> >
> >rgds,
> >
> >raja
> >--
> >
> >On Mon, 09 Apr 2001 21:10:52
> >Paul Drake wrote:
> >>check out tripwire ... http://sourceforge.net/projects/tripwire/
> >>
> >>Viraj Luthra wrote:
> >>>
> >>> Hello all,
> >>>
> >>> I need help. I need to write a shell script (aix box), when ever some loads a 
>piece of software.
> >>>
> >>> thanks
> >>>
> >>> raja
> >>--
> >>Please see the official ORACLE-L FAQ: http://www.orafaq.com
> >>--
> >>Author: Paul Drake
> >> INET: [EMAIL PROTECTED]
> >>
> >>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> >>San Diego, California -- Public Internet access / Mailing Lists
> >>
> >
> >
> >
> >-
> >Do You Yahoo!?
> >Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail.
> 
> Get 250 color business cards for FREE! at Lycos Mail
> http://mail.lycos.com/freemail/vistaprint_index.html
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Viraj Luthra
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California-- Public Internet access / Mailing Lists
> 
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: David A. Barbour
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: shell script to send mail

2001-04-11 Thread Ron Rogers

Raja,
 Do you have your sendmail running, Does it have access to the outside world to be 
able to "send" the mail? Check the logs and message status to determine the problem.
ROR mª¿ªm

>>> [EMAIL PROTECTED] 04/11/01 12:10AM >>>
Hello,

This is the second time I am writing this message, dont know what happened where the 
last message went.

Basically wanted to thank every one who ever responded, with this easy construct in 
the shell.

But the problem, is that I sent like this, 

mailx -s "from the sco box" [EMAIL PROTECTED] < msg

where msg is a regular file and contains the string - 
this is a test only

But I have waited for a long time and it did not appear in the above address.

Any ideas why it did not reach. I have looked at the man for mailx, and I have already 
checked the various files, like dead.letter etc. but of no use, it simply does not 
exist.

Please help.

Regards,

Raja
--

On Tue, 10 Apr 2001 09:15:40  
 SHAIBAL TALUKDER wrote:
>
>Raja,
>
>If you have unix mail utility you can send mail form unix. At the system prompt type -
>
>mailx -s "Subject" [EMAIL PROTECTED] < msg
>
>hope this helps.
>
>Shaibal
>
>  Viraj Luthra <[EMAIL PROTECTED]> wrote: 
>Paul,
>
>I dont need that software. I need the code to write in my software itself.
>
>rgds,
>
>raja
>--
>
>On Mon, 09 Apr 2001 21:10:52 
>Paul Drake wrote:
>>check out tripwire ... http://sourceforge.net/projects/tripwire/ 
>>
>>Viraj Luthra wrote:
>>> 
>>> Hello all,
>>> 
>>> I need help. I need to write a shell script (aix box), when ever some loads a 
>piece of software. 
>>> 
>>> thanks
>>> 
>>> raja
>>-- 
>>Please see the official ORACLE-L FAQ: http://www.orafaq.com 
>>-- 
>>Author: Paul Drake
>> INET: [EMAIL PROTECTED] 
>>
>>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>>San Diego, California -- Public Internet access / Mailing Lists
>>
>
>
>
>-
>Do You Yahoo!?
>Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail.


Get 250 color business cards for FREE! at Lycos Mail
http://mail.lycos.com/freemail/vistaprint_index.html 
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com 
-- 
Author: Viraj Luthra
  INET: [EMAIL PROTECTED] 

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Ron Rogers
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: shell script to send mail

2001-04-11 Thread Alex Apostolopoulos

Hi,
you can run mailx in verbose and then check the messages for any errors 
 
echo "this is a test" | mailx -v -s "from the sco box" [EMAIL PROTECTED] 

cheers alex

> Hello,
>
> This is the second time I am writing this message, dont know what happened
> where the last message went.
>
> Basically wanted to thank every one who ever responded, with this easy
> construct in the shell.
>
> But the problem, is that I sent like this,
>
> mailx -s "from the sco box" [EMAIL PROTECTED] < msg
>
> where msg is a regular file and contains the string -
> this is a test only
>
> But I have waited for a long time and it did not appear in the above
> address.
>
> Any ideas why it did not reach. I have looked at the man for mailx, and I
> have already checked the various files, like dead.letter etc. but of no
> use, it simply does not exist.
>
> Please help.
>
> Regards,
>
> Raja
> --
>
> On Tue, 10 Apr 2001 09:15:40
>
>  SHAIBAL TALUKDER wrote:
> >Raja,
> >
> >If you have unix mail utility you can send mail form unix. At the system
> > prompt type -
> >
> >mailx -s "Subject" [EMAIL PROTECTED] < msg
> >
> >hope this helps.
> >
> >Shaibal
> >
> >  Viraj Luthra <[EMAIL PROTECTED]> wrote:
> >Paul,
> >
> >I dont need that software. I need the code to write in my software itself.
> >
> >rgds,
> >
> >raja
> >--
> >
> >On Mon, 09 Apr 2001 21:10:52
> >
> >Paul Drake wrote:
> >>check out tripwire ... http://sourceforge.net/projects/tripwire/
> >>
> >>Viraj Luthra wrote:
> >>> Hello all,
> >>>
> >>> I need help. I need to write a shell script (aix box), when ever some
> >>> loads a piece of software.
> >>>
> >>> thanks
> >>>
> >>> raja
> >>
> >>--
> >>Please see the official ORACLE-L FAQ: http://www.orafaq.com
> >>--
> >>Author: Paul Drake
> >> INET: [EMAIL PROTECTED]
> >>
> >>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> >>San Diego, California -- Public Internet access / Mailing Lists
> >>
> >
> >-
> >Do You Yahoo!?
> >Yahoo! Mail Personal Address - Get email at your own domain with Yahoo!
> > Mail.
>
> Get 250 color business cards for FREE! at Lycos Mail
> http://mail.lycos.com/freemail/vistaprint_index.html
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Alex Apostolopoulos
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: shell script to send mail

2001-04-10 Thread Viraj Luthra

Hello,

This is the second time I am writing this message, dont know what happened where the 
last message went.

Basically wanted to thank every one who ever responded, with this easy construct in 
the shell.

But the problem, is that I sent like this, 

mailx -s "from the sco box" [EMAIL PROTECTED] < msg

where msg is a regular file and contains the string - 
this is a test only

But I have waited for a long time and it did not appear in the above address.

Any ideas why it did not reach. I have looked at the man for mailx, and I have already 
checked the various files, like dead.letter etc. but of no use, it simply does not 
exist.

Please help.

Regards,

Raja
--

On Tue, 10 Apr 2001 09:15:40  
 SHAIBAL TALUKDER wrote:
>
>Raja,
>
>If you have unix mail utility you can send mail form unix. At the system prompt type -
>
>mailx -s "Subject" [EMAIL PROTECTED] < msg
>
>hope this helps.
>
>Shaibal
>
>  Viraj Luthra <[EMAIL PROTECTED]> wrote: 
>Paul,
>
>I dont need that software. I need the code to write in my software itself.
>
>rgds,
>
>raja
>--
>
>On Mon, 09 Apr 2001 21:10:52 
>Paul Drake wrote:
>>check out tripwire ... http://sourceforge.net/projects/tripwire/
>>
>>Viraj Luthra wrote:
>>> 
>>> Hello all,
>>> 
>>> I need help. I need to write a shell script (aix box), when ever some loads a 
>piece of software. 
>>> 
>>> thanks
>>> 
>>> raja
>>-- 
>>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>>-- 
>>Author: Paul Drake
>> INET: [EMAIL PROTECTED]
>>
>>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>>San Diego, California -- Public Internet access / Mailing Lists
>>
>
>
>
>-
>Do You Yahoo!?
>Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail.


Get 250 color business cards for FREE! at Lycos Mail
http://mail.lycos.com/freemail/vistaprint_index.html
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Viraj Luthra
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: shell script to send mail

2001-04-10 Thread Viraj Luthra

Hello,

This is the second time I am writing this message, dont know what happened where the 
last message went.

Basically wanted to thank every one who ever responded, with this easy construct in 
the shell.

But the problem, is that I sent like this, 

mailx -s "from the sco box" [EMAIL PROTECTED] < msg

where msg is a regular file and contains the string - 
this is a test only

But I have waited for a long time and it did not appear in the above address.

Any ideas why it did not reach. I have looked at the man for mailx, and I have already 
checked the various files, like dead.letter etc. but of no use, it simply does not 
exist.

Please help.

Regards,

Raja
--

On Tue, 10 Apr 2001 09:15:40  
 SHAIBAL TALUKDER wrote:
>
>Raja,
>
>If you have unix mail utility you can send mail form unix. At the system prompt type -
>
>mailx -s "Subject" [EMAIL PROTECTED] < msg
>
>hope this helps.
>
>Shaibal
>
>  Viraj Luthra <[EMAIL PROTECTED]> wrote: 
>Paul,
>
>I dont need that software. I need the code to write in my software itself.
>
>rgds,
>
>raja
>--
>
>On Mon, 09 Apr 2001 21:10:52 
>Paul Drake wrote:
>>check out tripwire ... http://sourceforge.net/projects/tripwire/
>>
>>Viraj Luthra wrote:
>>> 
>>> Hello all,
>>> 
>>> I need help. I need to write a shell script (aix box), when ever some loads a 
>piece of software. 
>>> 
>>> thanks
>>> 
>>> raja
>>-- 
>>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>>-- 
>>Author: Paul Drake
>> INET: [EMAIL PROTECTED]
>>
>>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>>San Diego, California -- Public Internet access / Mailing Lists
>>
>
>
>
>-
>Do You Yahoo!?
>Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail.


Get 250 color business cards for FREE! at Lycos Mail
http://mail.lycos.com/freemail/vistaprint_index.html
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Viraj Luthra
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: shell script to send mail

2001-04-10 Thread Viraj Luthra

 Hello,

Thanks to every one who responded to my query.

I tried doing like this:-

mailx -s "from sco system" [EMAIL PROTECTED] < msg

where msg contained: "this is test only" and saved it as file

BUT the problem is that I have not received this mail in this address.

Am I doing some thing wrong; looking at man mailx, I have been through all the files 
(mbox,mail,dead.letter) etc. but to of no use, there is nothing there.

Please help.

Regards,

Raja


On Tue, 10 Apr 2001 04:50:22  
 William Rogge wrote:
>From a shell script is easy, only one command:
>
>ex:/  mailx -s "$MSG_TITLE" $MAIL_TO_ADDRESS <$FILE_WITH_MESSAGE_BODY
>
>Hope this helps.
>
>-Original Message-
>From:  Viraj Luthra [SMTP:[EMAIL PROTECTED]]
>Sent:  Monday, April 09, 2001 10:30 PM
>To:    Multiple recipients of list ORACLE-L
>Subject:   shell script to send mail
>
>Hello all,
>
>I need help. I need to write a shell script (aix box), when ever some loads 
>a piece of software. How is this possible using unix shell scripting? can 
>some one please send a skeleton of it where in I can just put in the 
>environment variables and some text and off it goes?
>
>Also will the mail program use the std. internet protocol? I need to say 
>send to an internet address, how do i do this?
>
>thanks
>
>raja
>
>
>Get 250 color business cards for FREE! at Lycos Mail
>http://mail.lycos.com/freemail/vistaprint_index.html
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Viraj Luthra
>  INET: [EMAIL PROTECTED]
>
>Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
>San Diego, California-- Public Internet access / Mailing Lists
>
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from).  You may
>also send the HELP command for other information (like subscribing).
>-- 
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>-- 
>Author: William Rogge
>  INET: [EMAIL PROTECTED]
>
>Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
>San Diego, California-- Public Internet access / Mailing Lists
>
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from).  You may
>also send the HELP command for other information (like subscribing).
>


Get 250 color business cards for FREE! at Lycos Mail
http://mail.lycos.com/freemail/vistaprint_index.html
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Viraj Luthra
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: shell script to send mail

2001-04-10 Thread SHAIBAL TALUKDER
Raja,
If you have unix mail utility you can send mail form unix. At the system prompt type -
mailx -s "Subject" [EMAIL PROTECTED] < msg
hope this helps.
Shaibal
  Viraj Luthra <[EMAIL PROTECTED]> wrote: 
Paul,I dont need that software. I need the code to write in my software itself.rgds,raja--On Mon, 09 Apr 2001 21:10:52 Paul Drake wrote:>check out tripwire ... http://sourceforge.net/projects/tripwire/>>Viraj Luthra wrote:>> >> Hello all,>> >> I need help. I need to write a shell script (aix box), when ever some loads a piece of software. >> >> thanks>> >> raja>-- >Please see the official ORACLE-L FAQ: http://www.orafaq.com>-- >Author: Paul Drake> INET: [EMAIL PROTECTED]>>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051>San Diego, California -- Public Internet access / Mailing Lists>Do You Yahoo!?
Yahoo! Mail Personal Address - 
Get email at your own domain with Yahoo! Mail.

RE: shell script to send mail

2001-04-10 Thread William Rogge

>From a shell script is easy, only one command:

ex:/  mailx -s "$MSG_TITLE" $MAIL_TO_ADDRESS <$FILE_WITH_MESSAGE_BODY

Hope this helps.

-Original Message-
From:   Viraj Luthra [SMTP:[EMAIL PROTECTED]]
Sent:   Monday, April 09, 2001 10:30 PM
To: Multiple recipients of list ORACLE-L
Subject:    shell script to send mail

Hello all,

I need help. I need to write a shell script (aix box), when ever some loads 
a piece of software. How is this possible using unix shell scripting? can 
some one please send a skeleton of it where in I can just put in the 
environment variables and some text and off it goes?

Also will the mail program use the std. internet protocol? I need to say 
send to an internet address, how do i do this?

thanks

raja


Get 250 color business cards for FREE! at Lycos Mail
http://mail.lycos.com/freemail/vistaprint_index.html
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Viraj Luthra
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: William Rogge
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: shell script to send mail

2001-04-09 Thread Paul Drake

funny.
Tripwire wasn't the only piece of code on that site.
How about this one: 
http://sourceforge.net/projects/lhc/Lame Hash Checker  Doph! - no cvs
commits.

yeah, those pieces that are labeled "pre-alpha" aren't really what
you're looking for.
The important thing is - when the code is up there, you'll be able to
see it, as its a GPL project.
Read the code. If you don't release it, you don't have to use the GPL.
But you can read it - and learn.

That was the point - look at a site that has GPL software. So I didn't
give you a direct hit.
There was that field "SEARCH" on sourceforge.

this one has actual code - and documentation
http://sourceforge.net/projects/integrit/ integrit file verification
system

So maybe you call a C routine like Integrit to get the MD5 hashes- and
wrap it in your shell of choice.
The hash table code that integrit uses has been made into a standalone
library that users can easily use in any
application. 

Getting warm. Getting tired too.

Funny, I just saw an Oracle Banner on sourceforge. 
how do those people at Double-Click figure that kinda stuff out? :P

Is that what the registry key ORACLE_AFFINITY means?

Paul

Viraj Luthra wrote:
> 
> Paul,
> 
> I dont need that software. I need the code to write in my software itself.
> 
> rgds,
> 
> raja
> --
> 
> On Mon, 09 Apr 2001 21:10:52
>  Paul Drake wrote:
> >check out tripwire ... http://sourceforge.net/projects/tripwire/
> >
> >Viraj Luthra wrote:
> >>
> >> Hello all,
> >>
> >> I need help. I need to write a shell script (aix box), when ever some loads a 
>piece of software.
> >>
> >> thanks
> >>
> >> raja
> >--
> >Please see the official ORACLE-L FAQ: http://www.orafaq.com
> >--
> >Author: Paul Drake
> >  INET: [EMAIL PROTECTED]
> >
> >Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> >San Diego, California-- Public Internet access / Mailing Lists
> >
> >To REMOVE yourself from this mailing list, send an E-Mail message
> >to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> >the message BODY, include a line containing: UNSUB ORACLE-L
> >(or the name of mailing list you want to be removed from).  You may
> >also send the HELP command for other information (like subscribing).
> >
> 
> Get 250 color business cards for FREE! at Lycos Mail
> http://mail.lycos.com/freemail/vistaprint_index.html
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Viraj Luthra
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California-- Public Internet access / Mailing Lists
> 
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Paul Drake
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: shell script to send mail

2001-04-09 Thread Viraj Luthra

Paul,

I dont need that software. I need the code to write in my software itself.

rgds,

raja
--

On Mon, 09 Apr 2001 21:10:52  
 Paul Drake wrote:
>check out tripwire ... http://sourceforge.net/projects/tripwire/
>
>Viraj Luthra wrote:
>> 
>> Hello all,
>> 
>> I need help. I need to write a shell script (aix box), when ever some loads a piece 
>of software. 
>> 
>> thanks
>> 
>> raja
>-- 
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>-- 
>Author: Paul Drake
>  INET: [EMAIL PROTECTED]
>
>Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
>San Diego, California-- Public Internet access / Mailing Lists
>
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from).  You may
>also send the HELP command for other information (like subscribing).
>


Get 250 color business cards for FREE! at Lycos Mail
http://mail.lycos.com/freemail/vistaprint_index.html
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Viraj Luthra
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: shell script to send mail

2001-04-09 Thread Paul Drake

check out tripwire ... http://sourceforge.net/projects/tripwire/

Viraj Luthra wrote:
> 
> Hello all,
> 
> I need help. I need to write a shell script (aix box), when ever some loads a piece 
>of software. 
> 
> thanks
> 
> raja
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Paul Drake
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



shell script to send mail

2001-04-09 Thread Viraj Luthra

Hello all,

I need help. I need to write a shell script (aix box), when ever some loads a piece of 
software. How is this possible using unix shell scripting? can some one please send a 
skeleton of it where in I can just put in the environment variables and some text and 
off it goes?

Also will the mail program use the std. internet protocol? I need to say send to an 
internet address, how do i do this?

thanks

raja


Get 250 color business cards for FREE! at Lycos Mail
http://mail.lycos.com/freemail/vistaprint_index.html
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Viraj Luthra
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).