From owner-freebsd-questions Mon Jun 15 07:33:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA20884 for freebsd-questions-outgoing; Mon, 15 Jun 1998 07:33:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ix.netcom.com (sil-wa4-34.ix.netcom.com [207.93.136.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA20860 for ; Mon, 15 Jun 1998 07:33:01 -0700 (PDT) (envelope-from tomdean@ix.netcom.com) Received: (from tomdean@localhost) by ix.netcom.com (8.8.8/8.8.8) id HAA01761; Mon, 15 Jun 1998 07:31:31 -0700 (PDT) (envelope-from tomdean) Date: Mon, 15 Jun 1998 07:31:31 -0700 (PDT) Message-Id: <199806151431.HAA01761@ix.netcom.com> From: Thomas Dean To: yurtesen@ispro.net.tr CC: freebsd-questions@FreeBSD.ORG In-reply-to: (message from Evren Yurtesen on Mon, 15 Jun 1998 16:43:25 +0300 (EET DST)) Subject: Re: sendmail Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Look at 'man sendmail'. The config file for sendmail is /etc/sendmail.cf. This file tells sendmail where to put mail and a lot of other things. But, you should not change /etc/sendmail.cf, directly. Near the top of /etc/sendmail.cf, there is a note telling you the source of the file. sendmail.cf is generated from files located in src/usr.sbin/sendmail/cf. Look at the files in src/usr.sbin/sendmail and the information at http://WWW.Sendmail.ORG. Read all of the file src/usr.sbin/sendmail/cf/README. In src/usr.sbin/sendmail/mail.local/mail.local.c, _PATH_MAILDIR, determines the place to store mail. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message