Well... I have it working again. For those idiots like me here is what happened:
I redirect the ports like so: $ iptables -t nat -A PREROUTING -p tcp --dport smtp -j REDIRECT --to-ports 10025 $ iptables -t nat -A PREROUTING -p tcp --dport pop3 -j REDIRECT --to-ports 10026 I also run the portsentry program and yesterday afternoon someone did a scan. Portsentry will sometimes restart iptables, and since I never saved the redirects I lost access to James. You save them by doing (on Redhat): /sbin/service iptables save active anyway, I hope this can help someone else out in the future. Sorry for the noise, -Rob Quoting [EMAIL PROTECTED]: > (just subscribed under new address - was rob @ koberg . com) > I(and everybody else - just a few people, luckily) on my james mail server > cannot access the mail server. > > I don't see any illegal access in any system logs. > > I have stopped and started phoenix.sh but I cannot connect to the mail > server. > Everything else (apache, my servlet container) is working properly. > > Does this type of thing just happen? > > I don't see anything unusual in the james logs. Does anybody have any ideas > what I can check/do to get access back. I realize this is lame but I don't > want > to bounce messages to the lists I subscribe. > > Can someone try to send an email to rob @ koberg .com and let me (rob @ > livestoryboard . com) know what kind of response you get back. > > I am pulling my hair out ... arrrggghhh... > > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
