From owner-freebsd-stable Sun Nov 25 15: 4:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from jochem.dyndns.org (cc40670-a.groni1.gr.nl.home.com [217.120.131.23]) by hub.freebsd.org (Postfix) with ESMTP id 457A837B417 for ; Sun, 25 Nov 2001 15:04:30 -0800 (PST) Received: (from jochem@localhost) by jochem.dyndns.org (8.11.6/8.11.6) id fAPN4Y027088 for freebsd-stable@FreeBSD.org; Mon, 26 Nov 2001 00:04:34 +0100 (CET) (envelope-from jochem) Date: Mon, 26 Nov 2001 00:04:34 +0100 From: Jochem Kossen To: freebsd-stable@FreeBSD.org Subject: [j.kossen@home.nl: patch for /usr/src/etc/sendmail/freebsd.mc to disable submission (close port 587)] Message-ID: <20011126000434.A27072@jochem.dyndns.org> Mail-Followup-To: freebsd-stable@FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Of course i forgot to attach the patch :) ----- Forwarded message from Jochem Kossen ----- Date: Mon, 26 Nov 2001 00:02:11 +0100 To: freebsd-stable@FreeBSD.org From: Jochem Kossen Subject: patch for /usr/src/etc/sendmail/freebsd.mc to disable submission (close port 587) I wonder why by default, the submission function of sendmail (which is to my knowledge rarely used) is enabled, so i created a small a patch for disabling it, maybe it could be used? If not, could someone explain to me whoever uses the thing? :) TIA, Jochem ----- End forwarded message ----- --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-freebsd.mc" --- freebsd.mc.orig Sun Nov 25 23:53:32 2001 +++ freebsd.mc Sun Nov 25 23:54:39 2001 @@ -54,6 +54,7 @@ FEATURE(mailertable, `hash -o /etc/mail/mailertable') FEATURE(relay_based_on_MX) FEATURE(virtusertable, `hash -o /etc/mail/virtusertable') +FEATURE(`no_default_msa') dnl Uncomment to activate Realtime Blackhole List dnl information available at http://www.mail-abuse.com/ --+QahgC5+KEYLbs62-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message