Sending mail to freebsd-questions

2003-03-17 Thread Paul D . Lathrop
I was attempting to send a different question to this list, when I ran 
smack dab into a more pressing problem. When I sent the mail, it never 
reached the list. Further investigation found this message in my mail 
logs:

Mar 16 22:10:32 rackspace postfix/smtp[28417]: 8B00131673: 
to=[EMAIL PROTECTED], relay=mx1.freebsd.org[216.136.204.125], 
delay=11, status=deferred (host mx1.freebsd.org[216.136.204.125] said: 
450 Client host rejected: cannot find your hostname, [65.61.155.146] 
(in reply to RCPT TO command))

What exactly does this mean, and how can I fix it? I don't want my mail 
server to be crippled in this manner.

Thanks,
Paul D. Lathrop (usually [EMAIL PROTECTED])
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Sending mail to freebsd-questions

2003-03-17 Thread Rus Foster
On Sun, 16 Mar 2003, Paul D.Lathrop wrote:

 I was attempting to send a different question to this list, when I ran
 smack dab into a more pressing problem. When I sent the mail, it never
 reached the list. Further investigation found this message in my mail
 logs:


I would think that it is a temporary glitch. freebsd.org requires that
your IP address has forward and reverse DNS setup. I've check and it does
seem to be ok now

[EMAIL PROTECTED]:~$ host  rackspace.mqtweb.com
rackspace.mqtweb.com is an alias for mqtweb.com.
mqtweb.com has address 65.61.155.146
[EMAIL PROTECTED]:~$ host 65.61.155.146
146.155.61.65.in-addr.arpa domain name pointer rackspace.mqtweb.com.

Rgds

rus


--
http://www.65535.net | MSN: [EMAIL PROTECTED] | e: [EMAIL PROTECTED]
  More bits for your bite
Lifetime FreeBSD + Linux Hosting and Shell Accounts
 Please respect RFC1855 and don't top post

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Sending mail to freebsd-questions

2003-03-17 Thread Giorgos Keramidas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2003-03-16 23:16, Paul D.Lathrop [EMAIL PROTECTED] wrote:
 I was attempting to send a different question to this list, when I
 ran smack dab into a more pressing problem. When I sent the mail, it
 never reached the list. Further investigation found this message in
 my mail logs:

 Mar 16 22:10:32 rackspace postfix/smtp[28417]: 8B00131673:
 to=[EMAIL PROTECTED], relay=mx1.freebsd.org[216.136.204.125],
 delay=11, status=deferred (host mx1.freebsd.org[216.136.204.125] said:
 450 Client host rejected: cannot find your hostname, [65.61.155.146]
 (in reply to RCPT TO command))

The IP address of your server resolves fine now.  It was probably just
a temporary DNS outage.

 What exactly does this mean, and how can I fix it? I don't want my
 mail server to be crippled in this manner.

The FreeBSD.org mail server, in an effort to stop some spammers,
requires that hosts mailing through it have both a forward and reverse
DNS lookup that works (host - ip address and address - host).

When your message was received, it failed to resolve your IP address
[65.61.155.146] properly, and rejected the post.

Now it should work fine.  hub.freebsd.org below is the primary MX for
the FreeBSD.org domain:

: [EMAIL PROTECTED]:10]/home/keramida$ hostname
: hub.freebsd.org
:
: [EMAIL PROTECTED]:09]/home/keramida$ host 65.61.155.146
: 146.155.61.65.IN-ADDR.ARPA domain name pointer rackspace.mqtweb.com
:
: [EMAIL PROTECTED]:10]/home/keramida$ host rackspace.mqtweb.com
: rackspace.mqtweb.com is a nickname for mqtweb.com
: mqtweb.com has address 65.61.155.146
: mqtweb.com mail is handled (pri=10) by mail.mqtweb.com

- - Giorgos

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE+do9c1g+UGjGGA7YRAqXEAJ9x8UD4lzqmqV4CM1bgbxcbY9v4ZQCfcaL4
rvuNRZ9ccOk00fCuekoCtdM=
=WNMt
-END PGP SIGNATURE-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message