7 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] webmail setup problem...
FromSent OnAttachments
jiesheng zhangApr 15, 2005 3:41 am 
Sam VarshavchikApr 15, 2005 6:26 am 
jiesheng zhangApr 15, 2005 7:00 am 
Sam VarshavchikApr 15, 2005 8:03 am 
jiesheng zhangApr 15, 2005 8:41 am 
jiesheng zhangApr 18, 2005 12:23 am 
Sam VarshavchikApr 18, 2005 7:04 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] webmail setup problem: Transport endpoint is not connectedActions...
From:jiesheng zhang (jaso@yahoo.com)
Date:Apr 18, 2005 12:23:55 am
List:net.sourceforge.lists.courier-sqwebmail

--- jiesheng zhang <jaso@yahoo.com> wrote:

This error message is reported when the sqwebmail cgi-bin stub cannot connect to sqwebmaild via the filesystem socket.

Perhaps you upgraded from the standalone version of sqwebmail, and did not move Courier's sqwebmail stub to the cgi-bin directory, replacing the older version.

I installed the full set of courier from rpm. I verified the courier-webmail. It seemed every file in courier-webmail package was fine.

Or, the permissions on the filesystem socket directory are not set correctly.

How can I check and reset this? What directory is filesystem socket directory? Can I debug this?

Indeed, this is caused by the permission on the filesystem cokect directory. I caught this by running "strace ./webmail" and I got this line from trace file

--------------------------------------- connect(3, {sa_family=AF_FILE, path="/var/spool/courier/sqwebmail.sock"}, 110) = -1 EACCES (Permission denied)

-------------------------------------- I checked the /var/sppol/courier/sqwebmail.sock srwxrwxrwx 1 root root 0 Apr 18 15:06 sqwebmail.sock

------------------------------------------ It seems that every one has the read/write permission, why webmail can not access it?

Help is really appreciated.

jason zhang