From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 01:22:58 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 6113437B401 for ; Tue, 12 Aug 2003 01:22:58 -0700 (PDT) Received: from rambo.401.cx (rambo.401.cx [80.65.205.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3556443FA3 for ; Tue, 12 Aug 2003 01:22:57 -0700 (PDT) (envelope-from listsub@401.cx) Received: from 401.cx (132.dairy.twenty4help.se [80.65.195.132]) by rambo.401.cx (8.12.9/8.12.9) with ESMTP id h7C8Md7P011931; Tue, 12 Aug 2003 10:22:55 +0200 (CEST) (envelope-from listsub@401.cx) Message-ID: <3F38A3CB.90306@401.cx> Date: Tue, 12 Aug 2003 10:22:35 +0200 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030723 Thunderbird/0.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Richard Shea References: <20030811093337.M742-100000@gwdu60.gwdg.de> <3F377B26.6060004@401.cx> <20030811224206.5AEE876790@smtp.us2.messagingengine.com> In-Reply-To: <20030811224206.5AEE876790@smtp.us2.messagingengine.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Questions Subject: Re: sendmail_enable="NO" /"YES"/"MAYBE" ? 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, 12 Aug 2003 08:22:58 -0000 Richard Shea wrote: >Thanks to both of you for your replies however this has raised another >question ! ... (see below) > >On Mon, 11 Aug 2003 13:16:54 +0200, "Roger 'Rocky' Vetterberg" > said: > > >>Konrad Heuer wrote: >> >> >> >>>On Mon, 11 Aug 2003, Richard Shea wrote: >>> >>> >[Original Question snipped] > > >>>Yes, sendmail_enable="YES" will do the job. >>> >>>FreeBSD sendmail respects the TCP wrapper config file /etc/hosts.allow; >>>you can limit access to sendmail there (look at "man 5 hosts_options"). >>> >>> >>> >>Checkout /etc/mail/access, it allows you to control who is permitted to >>relay trough your server. >> >> >> >Well I discovered I think that if I don't use /etc/mail/access in fact I >cannot send mail through the FBSD box. (I get "550 5.7.1 ... Relaying >denied"). So I went an looked at /etc/mail and there is a access.sample >but not a plain access file so I copied and edited access.sample to >include a line ... > >192.168.10.4 OK > >... and rebooted but still I get the same error. On the system console I >get a more verbose form of the same message but also "lost input channel >from SS11232 [192.168.10.4] to MTA after rcpt" which doesn't sound too >good to me. > >Am I using the access file correctly here ? Am I right in thinking that I >MUST use the access file or could I just ignore it ? Should I have >renamed access.sample to access ? > >Thanks again for your help so far and any other help would be welcome. > >regards > >richard. > > After editing /etc/mail/access, run 'makemap hash /etc/mail/access < /etc/mail/access' to rebuild the access db and then restart sendmail. -- R