From owner-freebsd-hackers Tue Aug 29 14:46:55 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from camus.cybercable.fr (camus.cybercable.fr [212.198.0.200]) by hub.freebsd.org (Postfix) with SMTP id 8E66E37B42C for ; Tue, 29 Aug 2000 14:46:53 -0700 (PDT) Received: (qmail 8033732 invoked from network); 29 Aug 2000 21:46:51 -0000 Received: from r121m50.cybercable.tm.fr (HELO qualys.com) ([195.132.121.50]) (envelope-sender ) by camus.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 29 Aug 2000 21:46:51 -0000 Message-ID: <39AC2FDF.D09CB511@qualys.com> Date: Tue, 29 Aug 2000 23:49:19 +0200 From: Maxime Henrion X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: Modification of the default configuration of sendmail request Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, A very useful feature of sendmail is not activated by default : genericstable. It does the opposite of what virtusertable do. The following lines should be appended to the freebsd.mc file : FEATURE(genericstable, `hash -o /etc/mail/genericstable')dnl GENERICS_DOMAIN_FILE(`/etc/mail/generics-domains')dnl Perhaps it would be nice to disallow VRFY and EXPN commands by default too. This can be easily done by adding goaway to the PrivacyOptions (and so put O PrivacyOptions=authwarnings,goaway). Hoping this will help. Regards, Maxime Henrion To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message