On Wed, Jun 16, 2004 at 11:56:41AM +0200, Dinosoft Italia wrote: > Good morning, > we have installed Courier ESMTP /POP3D on a Linux Server running Fedora > > This is the problem : > > when we send an email to this server courier append the email to Maildir > file in the directory of the owner leaving /new dir empty,but we want > courier to write a single file for any email and put it in the /new > directory of the owner and no append it in Maildir file What are the > right configuration ? Thanks Gabriele
You must make sure that a Maildir directory (with the new, cur and tmp) subdirectories exists in the user's home directory before courier delivers any email. Otherwise courier will create a _file_ called Maildir, which you don't want. The best thing to do is to create a Maildir in the /etc/skel directory so that each new user automatically gets a Maildir. -- Anand Buddhdev Celtel International ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
