From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 19:32:42 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 182D116A417 for ; Wed, 23 Jan 2008 19:32:42 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id A363A13C43E for ; Wed, 23 Jan 2008 19:32:41 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so206363uge.37 for ; Wed, 23 Jan 2008 11:32:35 -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:content-transfer-encoding:content-disposition:references; bh=YNy1nI7Zk0jlFcjTITLFPD80awXDk0a0dlbdbp1IyE0=; b=H8D/YWQ4L65hSWOfMCczUOzkCBkF17EYJsaKK5xNv05ASIHiczAtPHNb3da9Ap7PBlMXn3/A3vPN7CUjZg4YkpmO5rU+83Mnu03+o5nXUH/uZ+DrE/BtodsAHKmJt+EUQVvKINCy+rK/ujdmbpVvlxLjtRqepIiPPNDUj15riII= 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:content-transfer-encoding:content-disposition:references; b=k2l49GcpVN9geHHYQmqSeEfbA7rPHDktknnCVdR0HMkDsxMjnO1rG/7WZdxiNDCs4ZBWSpE/T3tRIj6qhbOcEg5QnQwBlCNep+AC/TmE+iAjD95RpLTQQ5t4ZfkgJ/jkTxbsedG4Y363/GZZQ4AxUD7NjigBaf2iiQhpjO+iy+4= Received: by 10.78.176.20 with SMTP id y20mr13961185hue.36.1201116755356; Wed, 23 Jan 2008 11:32:35 -0800 (PST) Received: by 10.78.130.5 with HTTP; Wed, 23 Jan 2008 11:32:35 -0800 (PST) Message-ID: <94136a2c0801231132vd110f7fp55ffa0baa0185de5@mail.gmail.com> Date: Wed, 23 Jan 2008 20:32:35 +0100 From: "Zbigniew Szalbot" To: Rob In-Reply-To: <47978F63.2070107@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47978F63.2070107@gmail.com> Cc: Agus , 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 19:32:42 -0000 Hello, 2008/1/23, Rob : > Agus wrote: > > 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.... > > I like to avoid sendmail all together. > > Install ports/mail/ssmtp > > Turn off sendmail: > sendmail_enable="NONE" # Run the sendmail inbound daemon (YES/NO/NONE). > sendmail_outbound_enable="NO" # Dequeue stuck mail (YES/NO). > sendmail_submit_enable="NO" # Start a localhost-only MTA for mail submission > > >From pkg-descr: > "A secure, effective and simple way of getting mail off a system to your > mail hub. It contains no suid-binaries or other dangerous things - no mail > spool to poke around in, and no daemons running in the background. Mail is > simply forwarded to the configured mailhost. Extremely easy configuration. > > WARNING: the above is all it does; it does not receive mail, expand aliases > or manage a queue. That belongs on a mail hub with a system administrator. > > WWW: http://packages.debian.org/testing/mail/ssmtp.html But this is not what OP has asked for! Zbigniew Szalbot