Date: Wed, 29 Jan 2003 14:12:58 -0500 From: Chuck Swiger <cswiger@mac.com> To: Steve Warwick <ukla@attbi.com> Cc: <freebsd-questions@FreeBSD.ORG> Subject: Re: Moving sendmail mail files Message-ID: <AD6DC0C1-33BD-11D7-806A-000A27D85A7E@mac.com> In-Reply-To: <BA5D60EA.417E%ukla@attbi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, January 29, 2003, at 01:43 PM, Steve Warwick wrote: > I am trying to move Sendmail mail files from /var/mail to each users home > directory (this will help with back up and disk space). However, I have > not > managed to get sendmail to recognize the new mail file location. sendmail doesn't handle local mail delivery; /usr/libexec/mail.local or another LDA like procmail does. For instance, see "man mail.local": -h filename Store incoming mail in filename in the user's home directory instead of a system mail spool directory. and /usr/src/contrib/sendmail/mail.local/mail.local.c: char *HomeMailFile = NULL; /* store mail in homedir */ -Chuck Chuck Swiger | chuck@codefab.com | All your packets are belong to us. -------------+-------------------+----------------------------------- "The human race's favorite method for being in control of the facts is to ignore them." -Celia Green To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AD6DC0C1-33BD-11D7-806A-000A27D85A7E>