From owner-freebsd-hackers Fri Jun 12 09:35:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15974 for freebsd-hackers-outgoing; Fri, 12 Jun 1998 09:35:49 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from smtp02.primenet.com (daemon@smtp02.primenet.com [206.165.6.132]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA15744 for ; Fri, 12 Jun 1998 09:34:54 -0700 (PDT) (envelope-from tlambert@usr02.primenet.com) Received: (from daemon@localhost) by smtp02.primenet.com (8.8.8/8.8.8) id JAA20387; Fri, 12 Jun 1998 09:34:39 -0700 (MST) Received: from usr02.primenet.com(206.165.6.202) via SMTP by smtp02.primenet.com, id smtpd020317; Fri Jun 12 09:34:35 1998 Received: (from tlambert@localhost) by usr02.primenet.com (8.8.5/8.8.5) id JAA09705; Fri, 12 Jun 1998 09:34:29 -0700 (MST) From: Terry Lambert Message-Id: <199806121634.JAA09705@usr02.primenet.com> Subject: Re: hello To: yurtesen@ispro.net.tr (Evren Yurtesen) Date: Fri, 12 Jun 1998 16:34:29 +0000 (GMT) Cc: freebsd-hackers@FreeBSD.ORG In-Reply-To: from "Evren Yurtesen" at Jun 12, 98 08:28:21 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have a so serious problem... > my /var/mail directory is nearly full... > and I do not know what to do, also I do not want to > change the current hard drive with a newer one, I just want to > add a new drive... > how may I tell sendmail to have some users' emails to store > to the new disk??? One of the sample maps distributed with AMD places mail files in user's home directories. This may be one soloution. You could also specify a map that moved only specific users mailboxes to a different directory, ie: # cd /var # mv mail real_mail # mkdir mail Then start AMD with a map for /var/mail as a mount point, with some users mapped from /var/mail/xxx to /var/real_mail/xxx, and others to /new_disk/mail/yyy. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message