Hi all, I am a newbie and would appreciate some help. I can not send mail out to the internet (get it returned).
This is my situation: I've installed james-2.3.0rc5.zip on my local machine, which is connected via a router/firewall to the internet (POP3 and SMTP ports are open). Internally I've got IP 192.168.8.2 and the WAN-side is 84.73.53.169. I don't have a DNS-Server, so I set up a domain name at https://www.dyndns.com/ and set the <servername>-Tag accordingly as follows: <servername>stefanbuehlmann.dyndns.biz</servername> In the transport-Processor I set <mailet match="RemoteAddrNotInNetwork=127.0.0.*, 192.168.8.*, 84.73.53.169" class="ToProcessor"> Where 84.73.53.169 is my (current dynamic) WAN-Address and 192.168.8.* is my internal LAN address. I also set <authorizedAddresses>127.0.0.*, 192.168.8.*, 84.73.53.169</authorizedAddresses> And: <delayTime> 2 minutes </delayTime> <maxRetries> 2 </maxRetries> Incoming mail works fine. But I have problems sending out. I send the following mail (by replying to an arriving one) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Test ... The mail never arrives. I get it returned with: Hi. This is the James mail server at Mars. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. Below I include the list of recipients and the reason why I was unable to deliver your message. Failed recipient(s): [EMAIL PROTECTED] Error message: No mail server(s) available at this time. Details.txt is: Reporting-MTA: dns; Mars Received-From-MTA: dns; 84-73-53-169.dclient.hispeed.ch Final-Recipient: rfc822; [EMAIL PROTECTED] Action: failed Status: 4.4.1 Diagnostic-Code: X-James; No mail server(s) available at this time. Last-Attempt-Date: Sat, 14 Oct 2006 16:31:30 +0200 (CEST) "No mail server(s) available at this time." can't be true, since I can read that account all the times. Here my logs: smtpserver-2006-10-14-16-27.log: 14/10/06 16:27:45 INFO smtpserver: SMTP Service started plain:25 14/10/06 16:28:30 INFO smtpserver: Connection from mail.gmx.de (213.165.64.20) 14/10/06 16:28:32 INFO smtpserver: Successfully spooled mail Mail1160836112484-0 from [EMAIL PROTECTED] on 213.165.64.20 for [EMAIL PROTECTED] 14/10/06 16:29:25 INFO smtpserver: Connection from 84-73-53-169.dclient.hispeed.ch (84.73.53.169) 14/10/06 16:29:25 INFO smtpserver: Successfully spooled mail Mail1160836165312-1 from [EMAIL PROTECTED] on 84.73.53.169 for [EMAIL PROTECTED] mailet-2006-10-14-16-27.log: 14/10/06 16:31:30 INFO James.Mailet: RemoteDelivery: Storing message Mail1160836165312-1-to-gmx.ch into outgoing after 1 retries 14/10/06 16:33:30 INFO James.Mailet: RemoteDelivery: Attempting delivery of Mail1160836165312-1-to-gmx.ch to host mx0.gmx.de. at 213.165.64.100 for addresses [EMAIL PROTECTED] 14/10/06 16:33:31 INFO James.Mailet: RemoteDelivery: Could not connect to SMTP host: 213.165.64.100, port: 25, response: -1 14/10/06 16:33:31 INFO James.Mailet: RemoteDelivery: Attempting delivery of Mail1160836165312-1-to-gmx.ch to host mx0.gmx.net. at 213.165.64.100 for addresses [EMAIL PROTECTED] 14/10/06 16:33:32 INFO James.Mailet: RemoteDelivery: Could not connect to SMTP host: 213.165.64.100, port: 25, response: -1 14/10/06 16:33:32 INFO James.Mailet: RemoteDelivery: Temporary exception delivering mail (Mail1160836165312-1-to-gmx.ch: 14/10/06 16:33:32 INFO James.Mailet: RemoteDelivery: Bouncing message Mail1160836165312-1-to-gmx.ch after 2 retries What's my problem? How do I configure this correctly? Thanks, Stefan Bühlmann Rötelsteig 11 8037 Zürich +41 (76) 41 41 824 [EMAIL PROTECTED] www.stefanbuehlmann.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]