Здравствуйте, Jon. Вы писали 27 ноября 2006 г., 9:37:57: > 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 So, if I understand you correctly, you've got: 1. A laptop, connected to the Internet through cable provider. This provider blocks any outgoing traffic on 25th port, so you have to use port number 8889 as an outgoing SMTP port. 2. A server, located somewhere at another location, connected to the Internet, with a firewall rule that DNATs all incoming traffic on 8889 port to the port 25 on the same IP. This server is a qmail-based server with rblsmtp enabled, and dynablock in a list of rblservers. The trouble: you try to send a mail from your laptop, and get it immediately rejected by YOUR SMTP server directly in an SMTP session. Am I right? -- С уважением, 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]
