> -----Original Message----- > From: Albert Whale [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 27, 2004 4:32 PM > To: Marc Powell > Cc: [EMAIL PROTECTED] > Subject: Re: [SM-USERS] Different Servers - imapServerAddress > > > > Marc Powell wrote: > > > > > > >>-----Original Message----- > >>From: [EMAIL PROTECTED] > >> > >> > >[mailto:squirrelmail- > > > > > >>[EMAIL PROTECTED] On Behalf Of Albert Whale > >>Sent: Thursday, November 25, 2004 11:27 AM > >>To: [EMAIL PROTECTED] > >>Subject: [SM-USERS] Different Servers - imapServerAddress > >> > >>I would like to implement a different Web and Mail server. Using the > >>$imapServerAddress I can point to the Mail Server, and see the mail, > >> > >> > >but > > > > > >>the Folders present a problem for browser indicating a Create Failure. > >> > >>Is it possible to separate the Squirrelmail Web Pages and the Email > >>Server? > >> > >> > > > >Yes, certainly. SM talks to your IMAP server via the IMAP protocol only, > >regardless of where each part is. Check your IMAP server logs for the > >reason why folder creation is failing. One thing you should verify is > >that you have the correct IMAP server selected in the SM config. > > > >-- > >Marc > > > > > > > There are no errors in the Imap Server logs (UW - Imap), but I did get > the following: > > ERROR : Could not complete request. > Query: CREATE "mail/Sent" > Reason Given: CREATE failed: Can't create mailbox node > /home/aewhale/Mail/mail/: Permission denied
Looks like file system permissions to me. Does the user your IMAP server runs as have permissions to write to /home/aewhale/Mail/mail? Does the directory /home/aewhale/Mail/mail exist? Is that the directory you really wanted for your Default Folder Prefix (I think it might need to be '~/Mail/' instead). -- Marc ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [EMAIL PROTECTED] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
