On Wed, Oct 23, 2002 at 02:31:27PM +0100, Mikael Jirari wrote: > Hi I'm setting up Qmail on a debian machine. > I want my mails ton be stored in the Maildir format. > I went into /etc/init.d/qmail and changed > alias_empty="|/usr/sbin/qmail-procmail" > into > alias_empty="./Maildir/" > I previously created a Maildir directory with maildirmake > But when I send an email, it doesn't go in Maildir, it goes in ~/Mailbox > Any idea ?
try creating a dot qmail file in the home directory of the user (.qmail). there you can control delivery of emails. for example 'echo "./Maildir/" >~/.qmail would mean deliver to ~./Maildir. hth -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GPA/CS dx s-:- a-- C++$ UL/S+++>++++ P++>+++ L+++(++++)$ !E W+ N- o? K? !w 0? !M V- PS++(---) !PE Y+ PGP++ t-- !5 X+ R- !tv b+(++) DI++ D+++ G e+ h-- r y? ------END GEEK CODE BLOCK------ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

