Hello I have set my Webserver with the perfect HowTo Mandriva 2006. All is works well but when I want to check the server for new emails by an external Mozilla client mail. The server takes always 30 sec to respond. By the webmail, the response is direct. Is there a postfix time to configure ? Thanks for your help ED
First, Postfix is an SMTP server, not a POP3 server, so it has nothing to do with the problem. Do you see anything related to this in the mail log? Please post the output of Code: netstat -tap and Code: iptables -L
Ok here are the files ... PHP: iptables -LChain INPUT (policy DROP)target prot opt source destinationDROP tcp -- anywhere 127.0.0.0/8ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHEDACCEPT all -- anywhere anywhereDROP all -- BASE-ADDRESS.MCAST.NET/4 anywherePUB_IN all -- anywhere anywherePUB_IN all -- anywhere anywherePUB_IN all -- anywhere anywhereDROP all -- anywhere anywhereChain FORWARD (policy DROP)target prot opt source destinationACCEPT all -- anywhere anywhere state RELATED,ESTABLISHEDDROP all -- anywhere anywhereChain INT_IN (0 references)target prot opt source destinationACCEPT icmp -- anywhere anywhereDROP all -- anywhere anywhereChain INT_OUT (0 references)target prot opt source destinationACCEPT icmp -- anywhere anywhereACCEPT all -- anywhere anywhereChain OUTPUT (policy ACCEPT)target prot opt source destinationPUB_OUT all -- anywhere anywherePUB_OUT all -- anywhere anywherePUB_OUT all -- anywhere anywhereChain PAROLE (9 references)target prot opt source destinationACCEPT all -- anywhere anywhereChain PUB_IN (3 references)target prot opt source destinationACCEPT icmp -- anywhere anywhere icmp destination-unreachableACCEPT icmp -- anywhere anywhere icmp echo-replyACCEPT icmp -- anywhere anywhere icmp time-exceededACCEPT icmp -- anywhere anywhere icmp echo-requestPAROLE tcp -- anywhere anywhere tcp dpt:ftpPAROLE tcp -- anywhere anywhere tcp dpt:sshPAROLE tcp -- anywhere anywhere tcp dpt:smtpPAROLE tcp -- anywhere anywhere tcp dpt:domainPAROLE tcp -- anywhere anywhere tcp dpt:httpPAROLE tcp -- anywhere anywhere tcp dpt:81PAROLE tcp -- anywhere anywhere tcp dpt:pop3PAROLE tcp -- anywhere anywhere tcp dpt:httpsPAROLE tcp -- anywhere anywhere tcp dpt:10000ACCEPT udp -- anywhere anywhere udp dpt:domainDROP icmp -- anywhere anywhereDROP all -- anywhere anywhereChain PUB_OUT (3 references)target prot opt source destinationACCEPT all -- anywhere anywhere PHP: more /tmp/tap_output.txtConnexions Internet actives (serveurs et établies)Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program nametcp 0 0 *:32769 *:* LISTEN -tcp 0 0 *:nfs *:* LISTEN -tcp 0 0 *:imaps *:* LISTEN 3583/xinetdtcp 0 0 *:pop3s *:* LISTEN 3583/xinetdtcp 0 0 dreamed-server1:10026 *:* LISTEN 27367/mastertcp 0 0 *:906 *:* LISTEN 3695/rpc.mountdtcp 0 0 *:618 *:* LISTEN 2556/rpc.statdtcp 0 0 *:mysql *:* LISTEN 2404/mysqldtcp 0 0 *:netbios-ssn *:* LISTEN 4028/smbdtcp 0 0 *:843 *:* LISTEN 3631/rpc.rquotadtcp 0 0 *:pop3 *:* LISTEN 3583/xinetdtcp 0 0 *:imap *:* LISTEN 3583/xinetdtcp 0 0 *:sunrpc *:* LISTEN 2451/portmaptcp 0 0 *:x11 *:* LISTEN 15485/Xtcp 0 0 *:http *:* LISTEN 4904/httpdtcp 0 0 *:81 *:* LISTEN 4454/ispconfig_httptcp 0 0 *:ftp *:* LISTEN 5096/proftpd: (accetcp 0 0 192.168.0.19:domain *:* LISTEN 5061/namedtcp 0 0 dreamed-server1:domain *:* LISTEN 5061/namedtcp 0 0 dreamed-server1:5335 *:* LISTEN 3317/mDNSRespondertcp 0 0 *:smtp *:* LISTEN 27367/mastertcp 0 0 *:https *:* LISTEN 4904/httpdtcp 0 0 *:7741 *:* LISTEN 4256/lisatcp 0 0 *:microsoft-ds *:* LISTEN 4028/smbdtcp 0 0 192.168.0.19:pop3 lan31-1-X-X-X-X.fb:3031 TIME_WAIT -tcp 0 0 192.168.0.19:pop3 lan31-1-X-X-X-X.fb:3029 TIME_WAIT -tcp 0 0 *:x11 *:* LISTEN 15485/Xtcp 0 0 *:ssh *:* LISTEN 3479/sshdtcp 0 0 ::ffff:192.168.0.19:ssh lan31-1-X-X-X-X.fb:3033 ESTABLISHED 16154/1 When the mailing client is checking & waiting for new mails : PHP: more /tmp/tap_output.txtConnexions Internet actives (serveurs et établies)Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program nametcp 0 0 *:32769 *:* LISTEN -tcp 0 0 *:nfs *:* LISTEN -tcp 0 0 *:imaps *:* LISTEN 3583/xinetdtcp 0 0 *:pop3s *:* LISTEN 3583/xinetdtcp 0 0 dreamed-server1:10026 *:* LISTEN 27367/mastertcp 0 0 *:906 *:* LISTEN 3695/rpc.mountdtcp 0 0 *:618 *:* LISTEN 2556/rpc.statdtcp 0 0 *:mysql *:* LISTEN 2404/mysqldtcp 0 0 *:netbios-ssn *:* LISTEN 4028/smbdtcp 0 0 *:843 *:* LISTEN 3631/rpc.rquotadtcp 0 0 *:pop3 *:* LISTEN 3583/xinetdtcp 0 0 *:imap *:* LISTEN 3583/xinetdtcp 0 0 *:sunrpc *:* LISTEN 2451/portmaptcp 0 0 *:x11 *:* LISTEN 15485/Xtcp 0 0 *:http *:* LISTEN 4904/httpdtcp 0 0 *:81 *:* LISTEN 4454/ispconfig_httptcp 0 0 *:ftp *:* LISTEN 5096/proftpd: (accetcp 0 0 192.168.0.19:domain *:* LISTEN 5061/namedtcp 0 0 dreamed-server1:domain *:* LISTEN 5061/namedtcp 0 0 dreamed-server1:5335 *:* LISTEN 3317/mDNSRespondertcp 0 0 *:smtp *:* LISTEN 27367/mastertcp 0 0 *:https *:* LISTEN 4904/httpdtcp 0 0 *:7741 *:* LISTEN 4256/lisatcp 0 0 *:microsoft-ds *:* LISTEN 4028/smbdtcp 0 1 192.168.0.19:33090 lan31-1-X-X-X-X.fb:auth SYN_SENT 16390/xinetdtcp 0 1 192.168.0.19:33089 lan31-1-X-X-X-X.fb:auth SYN_SENT 16389/xinetdtcp 0 0 192.168.0.19:pop3 lan31-1-X-X-X-X.fb:3066 ESTABLISHED 16390/xinetdtcp 0 0 192.168.0.19:pop3 lan31-1-X-X-X-X.fb:3065 ESTABLISHED 16389/xinetdtcp 0 0 *:x11 *:* LISTEN 15485/Xtcp 0 0 *:ssh *:* LISTEN 3479/sshdtcp 0 0 ::ffff:192.168.0.19:ssh lan31-1-X-X-X-X.fb:3033 ESTABLISHED 16154/1