>I already set the imapservername in Squirrelmail to the cp4... address. >That helps a little. At least I get a welcome screen from Squirrelmail. >Now it seems that I have to figure out how to add courier-imap to >xinetd to make the 'connection refused' message go away. If someone can >help me there, that would be much appreciated!
Things become interesting. In the Courier-imap I read that couries does NOT go in xinetd (fine, it is not there anyway) but also /etc/services should not have entries for port 143 (imap). I #'d them out, restarted xinetd services but still no joy. The firewall allows port 143 for both tcp and udp, so that can't be it: Firewall script: $iptables -A INPUT -p tcp --dport 143 -j ACCEPT $iptables -A INPUT -p udp --dport 143 -j ACCEPT iptables -L: ACCEPT tcp -- anywhere anywhere tcp dpt:143 ACCEPT udp -- anywhere anywhere udp dpt:143 The problem must be something VERY simple... Paul
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
