From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 15:31:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60CDC16A419 for ; Wed, 23 Jan 2008 15:31:56 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 15D3F13C45A for ; Wed, 23 Jan 2008 15:31:55 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so4225239pyb.10 for ; Wed, 23 Jan 2008 07:31:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=g+lE+jNvV08lJtQLRbx0DhEXoltU7Jf3wMpqNsB/LDs=; b=pOI9e5i6t+fZ/HEulFUTIE/j7SOJoSc6Bb/c7j9quZcXS5UmD0B/DtVygvvx/e0RK63lE8AWzt+9H/kekmvi3VCU5bsUbfT5kfEM56wnNsTdDpBGiiHqHPVwxiwZY7jY35svIBR8qe+2LPEk4JbBKUb7vt77FAJdA9JAJWf1auc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=mHIruWSE/u0+NMJKi6OQsLET03vmLQHIsZtxeQygOLPedcA2A9A1HppUCRA6vagfzfkkaW1QgCNkeQrhL7IRsy1pEXYhoTP+Vo5PGKhh+P4lupIXCWyMnUkVXbdOCQ02f2PpAA0a34Mn4n9tAt89iUsTnXcAIJVneaNSzINrYeU= Received: by 10.35.34.19 with SMTP id m19mr11062430pyj.2.1201102315282; Wed, 23 Jan 2008 07:31:55 -0800 (PST) Received: by 10.35.109.18 with HTTP; Wed, 23 Jan 2008 07:31:55 -0800 (PST) Message-ID: Date: Wed, 23 Jan 2008 12:31:55 -0300 From: Agus To: "Lowell Gilbert" In-Reply-To: <44ir1l4iqq.fsf@be-well.ilk.org> MIME-Version: 1.0 References: <44ir1l4iqq.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions Subject: Re: Sendmail local only..... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 15:31:56 -0000 2008/1/22, Lowell Gilbert : > > Agus writes: > > > Just trying to make sendmail work locally only.....And by that i mean, i > > dont want sendmail to be able to relay or send mail to any other machine > > except for localhost.... > > > > How can i do this? I mean is there a way on rc.conf or i need to touch > the > > cf?? > > This is a very standard thing to do. See "man 8 sendmail.conf" > (as recommended by the rc.conf(8) manual). > There is no man for sendmail.conf, nor sendmail.cf..... The rc.conf only mentions the rc.sendmail... Giorgos, question...is it needed to put the sendmail_submit_enable="YES" sendmail_msp_queue_enable="YES" Although they are the default ones? Cheers, Agustin