Re: how to configure ipop3d?

2003-09-02 Thread Paul A. Thiessen
On Monday, September 1, 2003, 10:09:16 AM, Paul A. Thiessen wrote: PAT I'm trying to set up ipop3d to use as a POP-IMAP relayer... Well, after looking more at the code, I'm a bit discouraged. I'm using Win2000, and I see in env_nt.c, in system_login(), the lines: if (check_nt ()) {

Re: how to configure ipop3d?

2003-09-02 Thread Mark Crispin
On Mon, 1 Sep 2003, Paul A. Thiessen wrote: I'm trying to set up ipop3d to use as a POP-IMAP relayer, so that I can access an IMAP server from my POP3 e-mail client - that is what it's for, right? I'm not totally confused? ;) ipop3d is a POP3 server which happens to have IMAP proxy capability

Re: Patch for dmail: add '-s' option (flag as '\Seen')

2003-09-02 Thread Mark Crispin
Thank you very much for your suggested patch. After careful consideration, I have decided that this patch is generally useful and should be adopted. With minor cosmetic differences, it will be in imap-2003. -- Mark -- http://staff.washington.edu/mrc Science does not emerge from voting, party

Re[2]: how to configure ipop3d?

2003-09-02 Thread Paul A. Thiessen
Thanks, Mark, for your help! I discovered that I can make this work on my system by making the following simple change (to : imap-2002d diff c-client/env_nt.c src/osdep/nt/env_nt.c 342c342 else if (!pass) return env_init (user,NIL); /* ditto pass==NIL */ --- else if (!pass);

Re[3]: how to configure ipop3d?

2003-09-02 Thread Mark Crispin
On Tue, 2 Sep 2003, Paul A. Thiessen wrote: Is it not possible to drop these privileges under win2000, or has it just not been written into system_login() yet for this platform? That's exactly what logging in as Guest is supposed to do. Or, why not make it possible to run ipop3d as a normal

Re[4]: how to configure ipop3d?

2003-09-02 Thread Paul A. Thiessen
On Tuesday, September 2, 2003, 6:43:26 PM, Mark Crispin wrote: Is it not possible to drop these privileges under win2000, or has it just not been written into system_login() yet for this platform? MC That's exactly what logging in as Guest is supposed to do. I know, but my whole point is

Re[4]: how to configure ipop3d?

2003-09-02 Thread Mark Crispin
On Tue, 2 Sep 2003, Paul A. Thiessen wrote: I know, but my whole point is that as far as I can tell from reading the code, as the imapd-2002d code currently stands this logging on as Guest in ipop3d under win2000 will *never* work - that is, anonymous_login() will *always* fail. Right? Hence