From owner-freebsd-questions@FreeBSD.ORG Tue Feb 7 16:59:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 AC53816A420 for ; Tue, 7 Feb 2006 16:59:13 +0000 (GMT) (envelope-from paul.eskello@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0C4643D49 for ; Tue, 7 Feb 2006 16:59:12 +0000 (GMT) (envelope-from paul.eskello@gmail.com) Received: by uproxy.gmail.com with SMTP id j3so88177ugf for ; Tue, 07 Feb 2006 08:59:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=L+t3l4xh+5lQwSwiNnvwPIt0YbIvdIRwykRArDHa/S7ujvWT4IhN5xiIDytAywZRp8QJoGxXGwAQJIDJQ210/5bv7ZsNkoxj66Hp1Bv8q8wPTbOjKrXSAfXlT69ltzcQZ54ngzlfvxu4CMKu/oTVVq8VrmD61FrYataEEgudc78= Received: by 10.48.143.11 with SMTP id q11mr1572143nfd; Tue, 07 Feb 2006 08:59:10 -0800 (PST) Received: by 10.49.39.7 with HTTP; Tue, 7 Feb 2006 08:59:09 -0800 (PST) Message-ID: <8cdf6c720602070859v6d68aa63l36674af12551708@mail.gmail.com> Date: Tue, 7 Feb 2006 17:59:09 +0100 From: Paul Eskello To: freebsd-questions@freebsd.org In-Reply-To: <43E7C115.1070700@osx.demon.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43E7C115.1070700@osx.demon.nl> Subject: Re: [help] howto : setup a bsmtp (batch) smtp 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: Tue, 07 Feb 2006 16:59:13 -0000 Hi topcat, > For some time i'm surfing for a 'how-to' for setting-up a bsmtp server. > Without result. I suggest you to read http://www.postfix.org/ETRN_README.html and if that does not answer ALL your questions, try the postfix mailinglist. In a nutshell: In /etc/postfix/transport add osx.demon.nl =20 etrn-only[mailserver.osx.demon.nl] and make sure relay_domains in /etc/postfix/main.cf does list osx.demon.nl. Don't forget to postmap the transport file afterwards (heh). In master.cf make sure the bsmtp entry is enabled. HTH you. Regards, Paul