Hello Muhamad, On Wednesday, November 05, 2003, Muhamad Soleh Fajari wrote...
>> Have you tested with another mail client? Have you checked the mail logs? >> Most people have an issue with courier-imap when they set it up because >> they either forget to maildirmaake first, or do it as root, but forget to >> change ownership. Check the mail logs for courier (usually /var/log/mail) >> while you login, and see what pops up. >> > i'm using solaris 9 > /var/log/syslog says (while I login): > Nov 5 12:44:59 mail imapd: [ID 702911 mail.info] Connection, > ip=[::ffff:127.0.0.1] > Nov 5 12:44:59 mail imapd: [ID 702911 mail.info] LOGIN, user=philips, > ip=[::ffff:127.0.0.1], protocol=IMAP > Nov 5 12:44:59 mail imapd: [ID 702911 mail.info] LOGOUT, user=philips, > ip=[::ffff:127.0.0.1], headers=0, body=0 > Nov 5 12:45:00 mail imapd: [ID 702911 mail.info] Connection, > ip=[::ffff:127.0.0.1] > Nov 5 12:45:00 mail imapd: [ID 702911 mail.info] LOGIN, user=philips, > ip=[::ffff:127.0.0.1], protocol=IMAP > Nov 5 12:45:00 mail imapd: [ID 702911 mail.info] LOGOUT, user=philips, > ip=[::ffff:127.0.0.1], headers=0, body=0 > Nov 5 12:45:00 mail imapd: [ID 702911 mail.info] Connection, > ip=[::ffff:127.0.0.1] > Nov 5 12:45:00 mail imapd: [ID 702911 mail.info] LOGIN, user=philips, > ip=[::ffff:127.0.0.1], protocol=IMAP > on ldap database, home directory for each virtual user saved in > /export/home/kakatua.net.id/, I also already to make ./Maildir on that > folder with maildirmake command and also changed ownership to vmail. I am > not using unix system account. All profile store in ldap Is the owner of the folder really vmail? It should have the ownership of the user attempting to open the folder, I'm not entirely sure what you have that set to, but it should be owned by the user philips. > bash-2.05# ls -al > total 14 > drwxr-xr-x 6 vmail vmail 512 Nov 5 10:57 . > drwxrwxrwx 5 vmail vmail 512 Nov 4 11:24 .. > drwx------ 5 vmail vmail 512 Nov 5 10:57 .Draft > drwx------ 5 vmail vmail 512 Nov 4 14:07 .Sent > drwx------ 5 vmail vmail 512 Nov 5 10:56 .Trash > -rw-r--r-- 1 vmail vmail 11 Nov 4 11:25 .qmail > drwx------ 5 vmail vmail 512 Nov 4 11:25 Maildir > After login, I saw there are two errors, Folders form and Inbox > folder. In Folders form, I fix it in $auto_create_special= true; and > change it to "false". Eventhough there is no error in Folder form > after I change that variable, in INBOX there is no other subfolders > such as Drafts, Sent and Trash. And in Inbox folder, a place that we > should saw contain of our email list, still get error : ERROR : > Connection dropped by imap-server Query: SELECT "INBOX" This is interesting, Courier-IMAP stores all of its mail folders under Maildir. That would suggest either a) you're looking in the wrong place in the above ls, or b) those folders (draft, sent, trash etc) are in the wrong place. Double check to make sure you have your folders pointing to the right place, and not the directory above the one you have done an ls on. If the directory you're in is supposed to be shown as the Maildir, then you're missing a couple of folders, and a few files in there (take a look inside Maildir). -- Jonathan Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
