I send mail via outlook using my SMTP server on port 8889. I have a firewall rule to forward all traffic from 25 to 8889 so I can get around my ISP blocking port 25 (thus allowing me to use my own SMTP server)
The SMTP connection is immediately blocked when I attempt to send and the Undeliverable email comes in. Inside my SMTP log this is what is shown: 2006-11-26 16:56:47.657605500 tcpserver: status: 1/100 2006-11-26 16:56:47.657611500 tcpserver: pid 23714 from 68.225.200.xxx 2006-11-26 16:56:47.657613500 tcpserver: ok 23714 dedi121.dumbfounded.net:63.134.253.122:25 :68.225.200.xxx::2692 2006-11-26 16:56:48.442750500 rblsmtpd: 68.225.200.xxx pid 23714: 451 Dynamic/Residential IP range listed by NJABL dynablock - http://njabl.org/dynablock.html 2006-11-26 16:56:52.163508500 tcpserver: end 23714 status 0 The 68.225.200.xxx address is the IP given to me by my cable provider. Here's the firewall rule I use. -A PREROUTING -d 63.134.253.122 -p tcp -m tcp --dport 8889 -j DNAT --to-destination 63.134.253.122:25 -----Original Message----- From: Alexey Loukianov [mailto:[EMAIL PROTECTED] Sent: Sunday, November 26, 2006 11:25 PM To: Jon M. Ernster Subject: Re: [qmailtoaster] NJABL DNSBL Здравствуйте, Jon. Вы писали 27 ноября 2006 г., 9:06:10: > list. When I try sending to mail servers that utilize this list as > well, the message immediately returns back as Undeliverable by System Administrator: What do you do to send a message? Do you have mail-client configured to connect to your SMTP server, authorize itself and send a message? If so, does your SMTP server accept a message from your mail client, or a message get's banned immediately in SMTP session? We need to have more info to help you investigate the cause of a problem. > > Your message did not reach some or all of the intended recipients. > > Subject: > > Sent: 11/26/2006 4:57 PM > > > The following recipient(s) could not be reached: > > '[EMAIL PROTECTED]' on 11/26/2006 4:57 PM > > 451 Dynamic/Residential IP range listed by NJABL > dynablock - http://njabl.org/dynablock.html > This delivery report doesn't seems to be generated by a qmail. Could you please bring a bit more light to your setup and a ways you expect your mail traffic to travel? -- С уважением, Alexey mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
