I'm running SME5.5U2. I downloaded and installed Damien's securemail RPM's from
http://www.pagefault.org/download/RPMS/noarch/ and the
http://untroubled.org/cvm/rh7/cvm-0.11-1.i386.rpmI set the IMAPS, POPS and SMTPS to be accessible by public in the web panel and clicked save...
However, the ports aren't open from the outside
Here's the NMAP scan result from the outside
465/tcp closed smtps
993/tcp closed imaps
995/tcp closed pop3s
So I checked /etc/init.d/masq and the rules were there:
/sbin/ipchains --append input -p tcp -s 0/0 -d $OUTERNET 993 -j ACCEPT
/sbin/ipchains --append output ! -y -p tcp -d 0/0 -s $OUTERNET 993 -j ACCEPT
/sbin/ipchains --append input -p tcp -s 0/0 -d $OUTERNET 995 -j ACCEPT
/sbin/ipchains --append output ! -y -p tcp -d 0/0 -s $OUTERNET 995 -j ACCEPT
/sbin/ipchains --append input -p tcp -s 0/0 -d $OUTERNET 465 -j ACCEPT
/sbin/ipchains --append output ! -y -p tcp -d 0/0 -s $OUTERNET 465 -j ACCEPT
So I did a /etc/init.d/masq restart
And the ports were still closed... Weird...
I can't find any logs indicating errors, rejections etc. Any tips on where I could look? Would love to get this up and running...
Again, thanks.