Re: MAXIMUM NUMBER OF POP3 CONNECTS

2001-02-17 Thread Frans Haarman
On Friday 16 February 2001 16:10, qmailu wrote: > > Hi, > > What is the default maximum value of POP3 connects in VPOPMAIL 4.9.6 ?Where > do I specify the maximum number of POP3 connects ? > > Raghu I presume you are using tcpserver. http://cr.yp.to/ucspi-tcp/tcpserver.html : -

Changing Password

2001-02-17 Thread Kari Suomela
Friday February 16 2001 23:26, Ken Jones wrote to Kenneth: KJ> http://www.vpopmail.cx/vpopmail-4.9.8-1.tar.gz Nobody home? KS

Re: vpopmail.cx connectivity

2001-02-17 Thread Edward Chaves
On Sat, Feb 17, 2001 at 12:57:48PM -0500, Kari Suomela wrote: > > KJ> http://www.vpopmail.cx/vpopmail-4.9.8-1.tar.gz > > Nobody home? > oy! bad timing for a network switch. until ken changes dns for vpopmail.cx, the following url will work: http://www.cluefone.com/vpopmail-4.9.8-1.ta

./vadddomain

2001-02-17 Thread ktt
I've tryed to create virtual domains on freebsd 4.0 machine: # ./vadddomain foo.org but vpopmail didn't create any files in /home/vpopmail/domains and didn't show any errors. what it could be? __ Do You Yahoo!? Get personalized email addresses fro

Authentication problems

2001-02-17 Thread Ruben Vandille
Hi guys, I got a problem. I added a new virtual domain, but I wanted the mail in the users homedir, so I did it like this: [root@devet001 gaia.be]# vadddomain -i 515 -g 100 -d /home/gaia gaia.be All necessary changes were done correctly: vadddomain added the directory structure in /home/gaia/d

Re: Changing Password --- Still FAILED

2001-02-17 Thread Francis P. Ling
I've downloaded the patch v4.98-1 and recompile (removing all *.o using make distclean before configure) It seems that the classic error of not updating sqwebmail-pass still exist. The users can change password from the sqwebmail prefs but when password is changed via vpasswd/qmailadmin, the

Re: Changing Password, Some Progress ...

2001-02-17 Thread Francis P. Ling
Hi Ken and Kenneth, Just some discoveries ... I used vpopmail-4.98-1 (use vpasswd.c from the latest dist, not v4.94) modified lines as follows: vpopmail.c:1729:sprintf(TmpBuf2, "%s/Maildir/sqwebmail-pass", dir); vpopmail.c:1730:if ( (fs = fopen(TmpBuf2, "w")) != NULL ) { vpopmail.c