From owner-freebsd-questions Thu Jan 10 0: 8:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from poontang.schulte.org (poontang.schulte.org [209.134.156.197]) by hub.freebsd.org (Postfix) with ESMTP id BF58F37B41F for ; Thu, 10 Jan 2002 00:08:37 -0800 (PST) Received: from tarmap.nospam.schulte.org (tarmap.schulte.org [209.134.156.198]) by poontang.schulte.org (Postfix) with ESMTP id A2B30D15BB; Thu, 10 Jan 2002 02:08:24 -0600 (CST) Message-Id: <5.1.0.14.0.20020110020307.0359dd10@pop3s.schulte.org> X-Sender: X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 10 Jan 2002 02:08:22 -0600 To: "Philip Pereira" , From: Christopher Schulte Subject: Re: Sendmail - local delivery In-Reply-To: <000901c199ad$24561de0$699c01d4@wintellect.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Have you read this? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mail.html It's a good place to start. Read through that first, then if you can formulate a more specific question, post back to this list. HINT: to enable sendmail as a daemon, make sure this is in /etc/rc.conf sendmail_enable="YES" sendmail_flags="-bd -q30m" which says, 'Enable sendmail, as a daemon, flushing the queue every 30 minutes' Then reboot. Sendmail should be running. At 08:02 AM 1/10/2002 +0000, Philip Pereira wrote: >Hey all-knowledgeful-people, > >I am a "newbie" and want to configure my FreeBSD box to deliver local mail >with the default "sendmail", as currently this does not happen. I want to be >able to send mail to my other machine via the network cable. Please help! >The configurations are as follows: > >Redhat 7.2 workstation >Name: rhwork.wintellect.com >IP: 192.168.1.2 > >FreeBSD server >Name: freeserver.wintellect.com >IP: 192.168.1.1 > >Thank you very much > >phil. --chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message