From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Adam T. Bowen" Subject: Re: sendmail - dany a user to send email Date: Mon, 17 Oct 2005 16:54:03 +0100 Message-ID: <4353C91B.7040101@connectinternetsolutions.com> References: <4353BCC2.5040806@infinito.it> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4353BCC2.5040806@infinito.it> Sender: linux-admin-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-admin@vger.kernel.org Cc: Luca Ferrari Hi, The easiest way I can think of to do this is to add a line in your access file (usually /etc/mail/access) like: From:user@mydomain.com REJECT but, depending on how you authenticate users, it can be bypassed quite easily. If you do try that method, don't forget to rebuild the access db (makemap hash /etc/mail/access < /etc/mail/access). Cheers Adam Luca Ferrari wrote: > Hi, > is there a way in sendmail to deny a user to send email, allowing she to > receive emails? > > Thanks, > Luca