Hi,

     I am facing a huge problem for ipchains with my pop server using vmailmgr+qmail.  My server is not able to receive any emails once the firewall (ipchains) is executed.

my pop server startup script is as follow:

exec /usr/local/bin/tcpserver -H -c200 202.35.12.1 pop-3 /var/qmail/bin/qmail-popup dns1.3dsources.com /usr/bin/checkvpw /usr/sbin/relay-ctrl-allow /var/qmail/bin/qmail-pop3d Maildir &

my ipchains script is as follow:

ipchains -A input -i eth0 -p tcp \
             -s any/0 1024:65535 \
             -d 202.35.12.1 110 -j ACCEPT

ipchains -A input -i eth0 -p tcp \
             -s any/0 0:1024 \
             -d 202.35.12.1 110 -j ACCEPT

ipchains -A output -i eth0 -p tcp ! -y\
             -s 202.35.12.1 110 \
             -d any/0 1024:65535 -j ACCEPT

ipchains -A output -i eth0 -p tcp ! -y\
             -s 202.35.12.1 110 \
             -d any/0 0:1023 -j ACCEPT

I am using Redhat Linux 6.2 + qmail + tcpserver + vmailmgr.  I am using outexpress to pop into my server.  But I got the following error messages stating that "Failed to connect to server"

Please help me out.

Re: I haven't tried to send any messages out yet !
 

Thank you so much

Mark Lo

Reply via email to