You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by J Malcolm <te...@malcolms.com> on 2003/12/27 07:16:50 UTC

RemoteDelivery: 501 5.0.0 Invalid domain name

I did a little cleanup of my conf file, and now for some reason all
outbound mail fails.  I looked for obvious things in the updated conf
file, and everything looks fine as far as I can tell.  I went back to
the old conf file, and it works.  So I know it's some mess up in the
conf file.  But don't have a clue.  It fails on any and all external
domains.

Here is some of the mailet log:

26/12/03 23:07:54 INFO  James.Mailet: RemoteDelivery: Attempting
delivery of Mail1072501673290-0-to-austin.rr.com to host
flmx-2.tampabay.rr.com. to addresses [xxxxxxxxx@austin.rr.com]

26/12/03 23:07:55 INFO  James.Mailet: RemoteDelivery: 501 5.0.0 Invalid
domain name

 

26/12/03 23:07:55 INFO  James.Mailet: RemoteDelivery: Attempting
delivery of Mail1072501673290-0-to-austin.rr.com to host
texas.mgw.rr.com. to addresses [xxxxxxxxx@austin.rr.com]

26/12/03 23:07:55 INFO  James.Mailet: RemoteDelivery: 501 5.0.0 Invalid
domain name

 

26/12/03 23:07:55 INFO  James.Mailet: RemoteDelivery: Attempting
delivery of Mail1072501673290-0-to-austin.rr.com to host
vamx02.mgw.rr.com. to addresses [xxxxxxxxx@austin.rr.com]

26/12/03 23:07:57 INFO  James.Mailet: RemoteDelivery: Could not connect
to SMTP host: vamx02.mgw.rr.com., port: 25;

  nested exception is:

        java.net.ConnectException: Connection refused: connect

26/12/03 23:07:57 INFO  James.Mailet: RemoteDelivery: Temporary
exception delivering mail (Mail1072501673290-0-to-austin.rr.com:
javax.mail.MessagingException: No mail server(s) available at

        at
org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery
.java:513)

        at
org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.jav
a:797)

        at java.lang.Thread.run(Unknown Source)