Try this command:
"telnet mx.wm.co.za. 25"
if you can't see
----
Trying 196.25.211.166...
Connected to mx.wm.co.za..
Escape character is '^]'.
220 mail.webmail.co.za ESMTP Welcome to the Webmail.co.za SMTP Server.
quit
221 mail.webmail.co.za Goodbye.
Connection closed by foreign host.
------
then you have a network problem: either you have a firewall blocking
that connection or your provider blocks port 25 (it happens).
Stefano
PS: it's not a DNS problem because the IP has been resolved as you can
see in the logs (196.25.211.166).
Tarmenel wrote:
This is the error message of one of the emails trying to be sent in the log
file:
14/10/06 18:44:38 INFO James.Mailet: RemoteAddrNotInNetwork: Authorized
addresses: [127.0.0.1/255.255.255.255]
14/10/06 18:44:38 INFO James.Mailet: RemoteDelivery: maxRetries is larger
than total number of attempts specified. Increasing last delayTime with 19
attempts
14/10/06 18:44:38 INFO James.Mailet: RemoteDelivery: Delay of 21600000
msecs is now attempted: 20 times
14/10/06 18:45:28 INFO James.Mailet: RemoteDelivery: Attempting delivery of
Mail1160844320187-0-to-webmail.co.za to host mx.wm.co.za. at 196.25.211.166
to addresses [EMAIL PROTECTED]
14/10/06 18:45:49 INFO James.Mailet: RemoteDelivery: Could not connect to
SMTP host: 196.25.211.166, port: 25, response: -1
14/10/06 18:45:49 INFO James.Mailet: RemoteDelivery: Attempting delivery of
Mail1160844320187-0-to-webmail.co.za to host mx2.wm.co.za. at 196.25.211.170
to addresses [EMAIL PROTECTED]
14/10/06 18:46:10 INFO James.Mailet: RemoteDelivery: Could not connect to
SMTP host: 196.25.211.170, port: 25, response: -1
14/10/06 18:46:10 INFO James.Mailet: RemoteDelivery: Temporary exception
delivering mail (Mail1160844320187-0-to-webmail.co.za:
javax.mail.MessagingException: No mail server(s) available at this time.
at
org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.java:617)
at
org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:912)
at java.lang.Thread.run(Thread.java:595)
From what I understand here I have a problem with my mail server being
unavailable. I also think that it could have something to do with the DNS
Server properties in my config.xml, I have tried to enter the information
that was provided in the documentation but this did not yield any results. I
then tried to enter DNS Servers off a website that said these were the
primary addresses with same effect. Do I need to configure a DNS on my
machine?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]