From owner-freebsd-questions@FreeBSD.ORG Wed Jan 18 14:51:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 EA9CC16A41F for ; Wed, 18 Jan 2006 14:51:29 +0000 (GMT) (envelope-from chris@i13i.com) Received: from admin.i13i.com (admin.i13i.com [66.90.92.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 75B1043D46 for ; Wed, 18 Jan 2006 14:51:29 +0000 (GMT) (envelope-from chris@i13i.com) Received: (qmail 79645 invoked from network); 18 Jan 2006 15:13:45 -0000 Received: from mail.i13i.com (HELO webmail.i13i.com) (208.53.187.133) by admin.i13i.com with SMTP; 18 Jan 2006 15:13:45 -0000 Received: from 195.139.252.5 (proxying for 62.92.188.12) (SquirrelMail authenticated user chris@i13i.com) by webmail.i13i.com with HTTP; Wed, 18 Jan 2006 09:13:45 -0600 (CST) Message-ID: <44255.195.139.252.5.1137597225.squirrel@webmail.i13i.com> In-Reply-To: <43CE5077.3060203@ntlworld.com> References: <200601171907.17831.hagemann1@egs.uct.ac.za> <200601181129.38634.hagemann1@egs.uct.ac.za> <20060118123451.GA69630@abbott.allenmyland.com> <200601181556.33030.hagemann1@egs.uct.ac.za> <43CE5077.3060203@ntlworld.com> Date: Wed, 18 Jan 2006 09:13:45 -0600 (CST) From: chris@i13i.com To: "Crispy Beef" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Kilian Hagemann , freebsd-questions@freebsd.org Subject: Re: I have been hacked (WAS: Have I been hacked or is nmap wrong?) 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, 18 Jan 2006 14:51:30 -0000 sendmail_enable="NONE" would do the same as all that other crap mentioned i find it a waste of time trying to figure out how a hacker got in just format the machine reinstall freebsd and secure the box up a bit and try updating it when vulnerabilitie are out. And this shouldnt happen again >> Also, I said smtp ports were open on the machines in question, I just >> verified >> that I can send emails via BOTH these systems even though no >> sendmail/exim/whatever was ever installed by me and >> sendmail_enable="None" on >> both. > > For what it's worth, to disable senmail on 5.0 and later, you need: > > sendmail_enable="NO" > sendmail_submit_enable="NO" > sendmail_outbound_enable="NO" > sendmail_msp_queue_enable="NO" > > All those lines need to go in your /etc/rc.conf file, just the top line on > it's own will only stop mail coming into your system and I think it has to > be > "NO" not "None", but I'm not 100% on that. > > The above is from the Handbook: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mail-changingmta.html > > -- > Paul > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >