Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem when compilling imapd :(

Status
Not open for further replies.

haneo

Programmer
Jan 2, 2002
274
CA
I have downloded imapd ( i want to compil it so imapd and pop3d read mails from ~user/.mail and not from /var/spool/mail/$USER

from teh doc i changed
in the file src/osdep/unix/env_unix.c , the line
sprintf (tmp,"%s/%s",MAILSPOOL,myusername ());
to :
sprintf (tmp,"%s/.mailbox",myhomedir ());


so i issued:
make lnp;
cp ipopd/ipop3d /usr/sbin/ipop3d

when from another machine i issur:
telnet IMAPD-SEVER 110
+OK POP3 ns.IMAPD-SERVER.dz v2002.81 server ready
user test
-ERR Unknown AUTHORIZATION state command

why this error !!
i have done also :
make clean; make lnp PASSWDTYPE=pmb

also the same the probleme remaine !!!


any suggestion is welcom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top