HP3000-L Archives

November 1999, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Chuck Ryan <[log in to unmask]>
Reply To:
Chuck Ryan <[log in to unmask]>
Date:
Wed, 24 Nov 1999 08:43:39 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (48 lines)
I have a simple job that uses Mail :

!JOB JOBTEST,XXX.XX,XXXXXXXX;INPRI=12;OUTCLASS=LP,4
!SETVAR TOLIST, &
!   "-t [log in to unmask] " + &
!   "-t [log in to unmask] " + &
!   "-t [log in to unmask]"
!SETVAR MAILHOST, "-h svmic_nt"
!SETVAR SUBJECT, "-s 'JobTest Message'"
!IF FINFO("DAILY.CRASHTST.DB","EXISTS") THEN
!   SETVAR MESSAGE, "-m MSGDAY.CRASHTST"
!   MAIL "!TOLIST !MAILHOST !SUBJECT !MESSAGE"
!   PURGE DAILY.CRASHTST.DB
!ENDIF
!EOJ

I had the same problem you reported when I tried just using 'chuckr' instead
of [log in to unmask]

This worked fine for me after I added the exchange server host name to my
hosts.net.sys file.

> -----Original Message-----
> From: Steven P. Barrett [mailto:[log in to unmask]]
> Sent: Tuesday, November 23, 1999 4:37 PM
> To: [log in to unmask]
> Subject: MAIL
>
>
> I would like to use the Telamon MAIL program to e-mail job status
> information to a couple of  MS/Exchange users (myself and the system
> manager).
>
> In verbose mode the conversation with the Exchange server
> appears to be
> OK.  However, the message never reaches my mailbox.  I have
> also tested
> "mail" with an e-mail account I have on the Internet.  In
> this case the
> mail is successfully delivered.
>
> Can anyone help?  I can provide the verbose listing privately if that
> will help.
>
> Thanks,
> Steve Barrett    [log in to unmask]
>

ATOM RSS1 RSS2