Date: Sat, 28 Jul 2001 20:18:32 +0200 From: Francesco Casadei <fcasadei@inwind.it> To: freebsd-questions mailing list <freebsd-questions@freebsd.org> Subject: Re: qmail Message-ID: <20010728201832.B3050@goku.kasby> In-Reply-To: <3B625F1F.6010203@optonline.net>; from trini0@optonline.net on Sat, Jul 28, 2001 at 02:43:43AM -0400 References: <3B625F1F.6010203@optonline.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010728201832.B3050>