On Wed, Jul 05, 2006 at 02:53:07PM -0400, Moises Castellanos wrote: > I install Postfix and use maildir format for the mail. Well I change > the path when the mail is stored in [1]main.cf to /var/test/mail/ > instead of ~Maildir/ because the home is mounted with NFS and I don't > want the users home full with mail. Postfix is working fine y send > mail to any of my user and it is stored in /var/test/"user"/new/. > Later I want to use courier-imap but the users can't read the mail. > Here is the configuration file:
You didn't specify anything about your authdaemon configuration for courier-authlib. Assuming you are using authpam, then the solution is to make a symlink from /home/<user>/Maildir to /var/test/<user> for all your users. If using other modules (authuserdb, authmysql etc) then you can explicitly point the Maildir to wherever you like, and the symlink is not required. Regards, Brian. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
