Hi,
  I installed the UW Imap (2002-e) server on
solaris/sparc, changed the following in env_unix.c : 

// -- myHomeDir = cpystr (home);
sprintf (tmp, "%s/mail", home);
myHomeDir = cpystr (tmp);


and in sysInbox :
// -- sprintf(tmp, "%s/%s", MAILSPOOL, myusername());
sprintf (tmp, "%s/mail/incoming", myhomedir());
sysInbox = cpystr (tmp);

I also disabled the mbox but rest I used without any
change. If I send an email to a [EMAIL PROTECTED] the
mail is recieved in /var/mail/userID. If I give
/usr/bin/mail command and save it it creates (if not
already there) mbox and saves the mail (even when I
removed the mbox value in the Makefile). 


I enabled the clear password so that I can telnet to
the host. If I select $HOME/mbox the telnet session
can read the box but when I configure the mozilla
(email client) it couldnot find the INBOX. I don't see
any c-client.cf file in /etc. I am sure I might be
missing some options.. but how to set them? The
default configuration is not working.  Please help!

Thanks,
-Ashish




        
                
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 
-- 
-----------------------------------------------------------------
 For information about this mailing list, and its archives, see: 
 http://www.washington.edu/imap/imap-list.html
-----------------------------------------------------------------

Reply via email to