From owner-freebsd-questions@FreeBSD.ORG Wed May 30 18:35:22 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 431F51065670 for ; Wed, 30 May 2012 18:35:22 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id EDF818FC1F for ; Wed, 30 May 2012 18:35:21 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id q4UIW3Io017126; Wed, 30 May 2012 13:32:03 -0500 (CDT) Date: Wed, 30 May 2012 13:32:03 -0500 (CDT) From: Robert Bonomi Message-Id: <201205301832.q4UIW3Io017126@mail.r-bonomi.com> To: freebsd-questions@freebsd.org, jbiquez@intranet.com.mx In-Reply-To: <3421246151-1670043725@intranet.com.mx> Cc: Subject: Re: Firewall, blocking POP3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2012 18:35:22 -0000 > From owner-freebsd-questions@freebsd.org Wed May 30 13:16:37 2012 > Date: Wed, 30 May 2012 13:08:30 -0500 > To: freebsd-questions@freebsd.org > From: Jorge Biquez > Cc: > Subject: Firewall, blocking POP3 > > Hello all. > > I am sorry if the question is too basic. > > I have a personal small machine running > > FreeBSD 7.3-PRERELEASE #0: > > It runs as my web and email server for a cuple of domains. NO clients > no other users have access to it. > > Is there any , easy/faster way to stop POP3 from being working. I am > running qpopper to be able to download emailes. > I decided to use sendmail since only a few accounts are there and I > do not need more but in the last days the server has been under a big > attack where people is trying to guess users and passwords. I am > using a strong schema of passwords so no problem on that but I rather > to be sure . The mail -server- you use is irrelevant to how users retrieve mail. you can use sendmail and qpopper, or sendmail and an IMAP server, or sendmail and webmail app, or postix and qpopper, or exim and qpopper, etc. All you have to do to disable qpopper is edit comment out the line in /etc/inetd.conf, and SIGHUP inetd. To re-enable when you need it, uncomment the line, and SIGHUP inetd again.