Michael A. Jerger writes:

Making check in imap:
 
* Sanity check in progress *
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=user, ip=[127.0.0.1, headers=0, body=0
  { repeats many times }
 
find:cannot read dir confmdtest2/.b/tmp:Permission denied

Manually edit imap/testsuite, replace:

find confmdtest -exec chmod u+rwx {} \;
find confmdtest2 -exec chmod u+rwx {} \;

with:

chmod -R u+rwx confmdtest
chmod -R u+rwx confmdtest2

I'm following a book and Internet instructions that were written for
Redhat 7; I'm writing up detailed instructions to guide other users to
install this program upon Sun computers.  I found some minor command
modifications are necessary.
 
If anyone has seen these symptoms before and overcame them, I'm very
interested in hearing from you. This latest problem has dogged me for two
weeks.

Although it's nice to hear that you're teaching yourself this stuff, you should really try your hand with installing simpler stuff, first. Once you're comfortable with debugging shell scripts, you can move on to more complicated stuff, like an IMAP server.



Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to