Re: Got local mail working.. not remote.

2000-04-30 Thread Tomek Lipski
On Sun, 30 Apr 2000 [EMAIL PROTECTED] wrote: Hello, I am using qmail with Mailbox instead of Maildir. Sending and chekcing mail locally using elm, mail, pine etc works great. But when I connect via ipop3d it always tells me that I have no mail. It is reading from /var/spool/mail as oposed

RE: Got local mail working.. not remote.

2000-04-30 Thread Bryan Curnutt
Assuming that the ipop3d you're using is from UWash IMAP, you can get it working by editing src/osdep/unix/env_unix.c and replacing sprintf (tmp,"%s/%s",MAILSPOOL,myusername ()); in the function sysinbox() (around line 645 in imap-4.7) with sprintf (tmp,"%s/Mailbox",myhomedir ()); and