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 think twice <me...@gmail.com> on 2008/05/27 07:57:26 UTC

RemoteDelivery failed

I am running james v2.3.1.  here is what i have done:
1. telenet to my james mail server (actually my pc)
2. add another user
3. uncomment <authRequired>true</authRequired>
4. run nslookup on my winxp system, i get these info
>>>>>>>>>>>>>>>>>
C:\Documents and Settings\god>nslookup
DNS request timed out.
    timeout was 2 seconds.
*** Can't find server name for address 160.196.217.184: Timed out
DNS request timed out.
    timeout was 2 seconds.
*** Can't find server name for address 160.196.216.184: Timed out
Default Server:  snow
Address:  172.26.10.3
<<<<<<<<<<<<<<<<<<
so i add 172.26.10.3 to dnsserver in config.xml, turn off autodiscover.then
i restart james .

Test account at localhost works fine. Problem occurs when I send mail to
outside world. 
i'm in intranet of my company.
here is some info in log file:
mailetxxx.log
RemoteDelivery: Couldn't not connect to SMTP host:210.22.XXX.XXX

dnsserverxxx.log
dnsserver: DNS Server is: 172.26.10.3

could anyone help me?
-- 
View this message in context: http://www.nabble.com/RemoteDelivery-failed-tp17483563p17483563.html
Sent from the James - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: RemoteDelivery failed

Posted by Norman Maurer <no...@apache.org>.
Am Montag, den 26.05.2008, 22:57 -0700 schrieb think twice:
> I am running james v2.3.1.  here is what i have done:
> 1. telenet to my james mail server (actually my pc)
> 2. add another user
> 3. uncomment <authRequired>true</authRequired>
> 4. run nslookup on my winxp system, i get these info
> >>>>>>>>>>>>>>>>>
> C:\Documents and Settings\god>nslookup
> DNS request timed out.
>     timeout was 2 seconds.
> *** Can't find server name for address 160.196.217.184: Timed out
> DNS request timed out.
>     timeout was 2 seconds.
> *** Can't find server name for address 160.196.216.184: Timed out
> Default Server:  snow
> Address:  172.26.10.3
> <<<<<<<<<<<<<<<<<<
> so i add 172.26.10.3 to dnsserver in config.xml, turn off autodiscover.then
> i restart james .
> 
> Test account at localhost works fine. Problem occurs when I send mail to
> outside world. 
> i'm in intranet of my company.
> here is some info in log file:
> mailetxxx.log
> RemoteDelivery: Couldn't not connect to SMTP host:210.22.XXX.XXX
> 
> dnsserverxxx.log
> dnsserver: DNS Server is: 172.26.10.3
> 
> could anyone help me?

Hi,

maybe your ISP is blocking access to port 25. Please try: 
telnet 210.22.xxx.xxx 25

If this not work you need probably use your ISP's mailserver as relay.

Cheers,
Norman 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org