From owner-freebsd-questions Sat Jul 28 11:18:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailrelay1.inwind.it (unknown [212.141.54.101]) by hub.freebsd.org (Postfix) with ESMTP id 0FC0A37B401 for ; Sat, 28 Jul 2001 11:18:47 -0700 (PDT) (envelope-from fcasadei@inwind.it) Received: from [62.98.224.153] (62.98.224.153) by mailrelay1.inwind.it (5.5.029) id 3B5F084000051759 for freebsd-questions@freebsd.org; Sat, 28 Jul 2001 20:18:46 +0200 Received: (qmail 3073 invoked by uid 1000); 28 Jul 2001 18:18:32 -0000 Date: Sat, 28 Jul 2001 20:18:32 +0200 From: Francesco Casadei To: freebsd-questions mailing list Subject: Re: qmail Message-ID: <20010728201832.B3050@goku.kasby> Mail-Followup-To: freebsd-questions mailing list References: <3B625F1F.6010203@optonline.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="MW5yreqqjyrRcusr" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B625F1F.6010203@optonline.net>; from trini0@optonline.net on Sat, Jul 28, 2001 at 02:43:43AM -0400 X-Operating-System: FreeBSD 4.3-STABLE i386 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 --MW5yreqqjyrRcusr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 28, 2001 at 02:43:43AM -0400, Gerard Samuel wrote: > Hey all, a while ago I installed qmail on one of my boxes. I just=20 > reinstalled fbsd on it and Im trying to reinstall qmail on it. > For the life of me I cant remember how I made mail go to a users=20 > directory (ie /home/$USER/Mailbox) instead of /var/mail/$USER. > Anyone got a point or tip for me. > Thanks.. >=20 > Gerard >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 > end of the original message Change the argument to qmail-start in the qmail startup file. For example I have: # cat /var/qmail/rc=20 #!/bin/sh # Using qmail-local to deliver messages to ~/Maildir/ by default. exec env - PATH=3D"/var/qmail/bin:$PATH" qmail-start "./Maildir/" Qmail delivers messages to $HOME/Maildir in Maildir format by default. Francesco Casadei --=20 You can download my public key from http://digilander.iol.it/fcasadei/ or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...) Key fingerprint is: 1671 9A23 ACB4 520A E7EE 00B0 7EC3 375F 164E B17B --MW5yreqqjyrRcusr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7YwH4fsM3XxZOsXsRAj6HAKDSaH7HPWufuQuJ9+rJA9TxQXykswCfRi7F tbjQ9nZBj0Dq8Qwid/5T3jQ= =rrLM -----END PGP SIGNATURE----- --MW5yreqqjyrRcusr-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message