From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 06:09:19 2003 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 4E4A316A4CE for ; Tue, 18 Nov 2003 06:09:19 -0800 (PST) Received: from ptb-mailc04.plus.net (ptb-mailc04.plus.net [212.159.14.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C31443F93 for ; Tue, 18 Nov 2003 06:09:18 -0800 (PST) (envelope-from simong@desktop-guardian.com) Received: from [81.174.227.186] (helo=desktop-guardian.com) by ptb-mailc04.plus.net with smtp (Exim 4.12) id 1AM6Xd-00046L-00 for questions@freebsd.org; Tue, 18 Nov 2003 14:09:17 +0000 Received: (qmail 79723 invoked by uid 1006); 18 Nov 2003 14:10:04 -0000 Received: from simong@desktop-guardian.com by dtg25 by uid 82 with qmail-scanner-1.16 (clamscan: 0.54. spamassassin: 2.55. Clear:. Processed in 11.267983 secs); 18 Nov 2003 14:10:04 -0000 Received: from unknown (HELO dtg17) (192.168.0.17) by 192.168.0.25 with SMTP; 18 Nov 2003 14:09:51 -0000 Message-ID: <02ac01c3addd$65091ea0$1100a8c0@dtg17> From: "Simon Gray" To: "faisal gillani" References: <20031118060858.12943.qmail@web11001.mail.yahoo.com> Date: Tue, 18 Nov 2003 14:08:08 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: questions@freebsd.org Subject: Re: OK ! how to limit number of recipient on can send mail 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: Tue, 18 Nov 2003 14:09:19 -0000 Hi, > Ok > I want my sendmail users to only sendmail to a limited > recipient .. for example he can only send mail to max > 15 recipient within one mail .. so that i can limit > out spam attemps .. it this possible in sendmail ? I've not used sendmail in years, but I do recall within sendmail.cf you should be able to add: MAX_RCPTS_PER_MESSAGE=15 I think that'll work. Also a quick look in google found : http://www.sans.org/rr/papers/19/582.pdf It's not directly aimed at the MAX_RCPTS_PER_MESSAGE values but does include some other techniques for preventing spam which may be of some use. Hope this helps, Simon