From owner-freebsd-questions@FreeBSD.ORG Wed May 11 13:58:31 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DAD216A4CE for ; Wed, 11 May 2005 13:58:31 +0000 (GMT) Received: from sa10.bezeqint.net (sa10.bezeqint.net [192.115.104.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C03143D6E for ; Wed, 11 May 2005 13:58:31 +0000 (GMT) (envelope-from gal@aftershock.co.il) Received: from localhost (unknown [127.0.0.1])ESMTP id 83B0D33DFF for ; Wed, 11 May 2005 16:58:28 +0300 (IDT) Received: from sa10.bezeqint.net ([127.0.0.1]) by localhost (sa10 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24393-04 for ; Wed, 11 May 2005 16:58:28 +0300 (IDT) Received: from [192.168.0.4] (unknown [62.219.77.24])ESMTP for ; Wed, 11 May 2005 16:58:28 +0300 (IDT) Message-ID: <42821DA0.8050105@aftershock.co.il> Date: Wed, 11 May 2005 16:58:40 +0200 From: Gal Ben-Haim User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-8-I; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at bezeqint.net Subject: problems with pop3 daemons X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 13:58:31 -0000 Im running a mailserver on FreeBSD 5.4, for some time now im experiencing problems with downloading large messages (above 1 mb but i don't know from which size it starts) through pop3: After about 30 secs of downloading, the download just hangs, qpopper's output to the logs is: ay 11 16:31:00 loki qpopper[57578]: I/O error flushing output to client xxx Operation not permitted (1). I tried to switch pop3 daemon, and tried popd, pop3lite and pop3ad.. all did the same thing but didn't report anything.. im using ipfw to limit the bandwidth to port 110 with the following rules: pipe 1 config bw 16KByte/s add pipe 1 tcp from me 110 to any although I tried turning ipfw off and got the same results. Im also using pf as my firewall and allowing ICMP with the following rules: pass in on $ext_if inet proto icmp from any to any keep state pass out on $ext_if inet proto icmp all keep state what can be the problem ?!