From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 22:21:14 2005 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 05FA316A41C for ; Tue, 28 Jun 2005 22:21:14 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 653E943D4C for ; Tue, 28 Jun 2005 22:21:11 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a199.otenet.gr [212.205.215.199]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j5SML8WU015154; Wed, 29 Jun 2005 01:21:09 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j5SMKxgp001404; Wed, 29 Jun 2005 01:20:59 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j5SMKwgt001403; Wed, 29 Jun 2005 01:20:58 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 29 Jun 2005 01:20:54 +0300 From: Giorgos Keramidas To: John Larson Message-ID: <20050628222054.GA815@gothmog.gr> References: <20050628162543.78055.qmail@web20326.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050628162543.78055.qmail@web20326.mail.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: postfix question 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, 28 Jun 2005 22:21:14 -0000 On 2005-06-28 09:25, John Larson wrote: > I have a lan with freebsd 4.11 server and one client connected with a > crossover cable and two nic cards. I want to be able to send a form to > my server and display it in email.Someone gave me a recipe for the > main.cf file but I lost it. any help would be appreciated. There is excellent documentation that is distributed as part of your Postfix port installation. There is a great site with online documentation, at www.postfix.org You should definitely have a look at these first. BTW, "forms" are supported by any email setup, as long as: a) the setup works for sending normal mail messages and b) the forms are posted as normal mail messages. - Giorgos