Title: Xserver....
I use X Manager.  It's shareware I downloaded from http://www.download.com.  It works great, and it's cheap.
-----Original Message-----
From: KANODIA, ASHOK [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 20, 2001 9:56 AM
To: '[EMAIL PROTECTED]'
Subject: Xserver....

Hi,

Does any one know any web site to download the Xserver to run xterm on windows NT.

Thanks in advance
-Ashok

-----Original Message-----
From: Warren Melnick [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 20, 2001 9:19 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Sendmail problem


As I stated in my next line, the domain gets looked up just fine normally.
When mail is sent in the foreground everything works fine, as it does when I
run the queue manually.

The nslookup returns the proper IP, and the relevent part of dig shows:
;; ANSWERS:
astata.com.     24259   MX      30 mailhost02.astata.com.
astata.com.     24259   MX      20 mailhost01.astata.com.
astata.com.     24259   MX      40 relay.astata.com.

Which are 100% correct.  When I mail in the foreground:

$ echo Test|/usr/lib/sendmail -v [EMAIL PROTECTED]
[EMAIL PROTECTED] Connecting to mailhost01.astata.com. via
esmtp...
220 astatamail01.astatacorp.com ESMTP Server (Microsoft Exchange Internet
Mail Service 5.5.2653.13) ready
>>> EHLO hostu.net
250-astatamail01.astatacorp.com Hello [xxxxxxxx.xxx]
250-XEXCH50
250-HELP
250-ETRN
250-DSN
250-SIZE 10240000
250-AUTH LOGIN
250 AUTH=LOGIN
>>> MAIL From:<[EMAIL PROTECTED]> SIZE=5
250 OK - mail from <[EMAIL PROTECTED]>; can accomodate 5 bytes
>>> RCPT To:<[EMAIL PROTECTED]>
250 OK - Recipient <[EMAIL PROTECTED]>
>>> DATA
354 Send data.  End with CRLF.CRLF
>>> .
250 OK
[EMAIL PROTECTED] Sent (OK)
Closing connection to mailhost01.astata.com.
>>> QUIT
221 closing connection


But the same mail in the background:
$ echo Test|/usr/lib/sendmail [EMAIL PROTECTED]
$ tail -2 /var/log/maillog
Mar 20 09:04:49 www sendmail[8669]: JAA08669: from=warren, size=5, class=0,
pri=30005, nrcpts=1, msgid=<[EMAIL PROTECTED]>,
relay=warren@localhost
Mar 20 09:04:49 www sendmail[8671]: JAA08669: [EMAIL PROTECTED],
ctladdr=warren (503/503), delay=00:00:00, xdelay=00:00:00, mailer=esmtp,
relay=astata.com., stat=Deferred: Name server: astata.com.: host name lookup
failure

(Note:  the machine calls itself www, that's not some weirdness)

Any ideas?

----------------
Warren Melnick
Director of Research and Development
Astata Corporation




-----Original Message-----
From: Emmanuel Seyman [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 20, 2001 4:19 AM
To: [EMAIL PROTECTED]
Subject: Re: Sendmail problem


On Mon, Mar 19, 2001 at 05:03:33PM -0500, Warren Melnick a ecrit:
> This one is weird:
>
> Whenever I send an email, sendmail gives me something like this:
> Mar 19 16:50:55 www sendmail[399]: QAA00397: [EMAIL PROTECTED],
> ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=esmtp,
> relay=astata.com., stat=Deferred: Name server: astata.com.: host name
lookup
> failure
>
> Any ideas why this is being deferred instead of sent?

Apparently, Sendmail can't find your domain in the DNS server.
What does `nslookup astata.com` and `dig -t mx astata.com` give you?

Emmanuel



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to