Re: virtual pop3

2001-10-02 Thread Michael Heldebrant
On Tue, 2001-10-02 at 12:56, Gludovatz Gabor wrote: > Hello, > > I need to set up a pop3 server which can access users' mailboxes even if > they don't have a real user. > The mails gets delivered to /var/spool/mail/USERNAME files, but none of > the pop3 servers I tested is capable to access this m

Re: virtual pop3

2001-10-02 Thread john
Hi Gludovatz. I set up a server using Qmail (from potato) and vpopmail (from www.inter7.com). This combo does pretty much what you want. If you want to try it you'll have to fix some paths in the vpopmail source, as vpopmail assumes Bernstien's layout for qmail, whereas the debianized version pla

virtual pop3

2001-10-02 Thread Gludovatz Gabor
Hello, I need to set up a pop3 server which can access users' mailboxes even if they don't have a real user. The mails gets delivered to /var/spool/mail/USERNAME files, but none of the pop3 servers I tested is capable to access this mailbox without an existing user. thanks Gabor