--- 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