Re: [vchkpw] securing vpopmaild

2008-05-06 Thread Alessio Cecchi
Il Monday 05 May 2008 11:59:36 Lampa ha scritto: > Hello, > > how to secure vpopmaild. Now i have limitation host based (firewall). > But how to enable usage only for "good user" ? You can use the "-x" of tcpserver -x /home/vpopmail/etc/tcp.vpopmaild.cdb # cat /home/vpopmail/etc/tcp.vpopmaild 12

[vchkpw] vpopmaild bug ?

2008-05-06 Thread Lampa
Hello, i'm playing with vpopmaild and net_vpopmaild class in php. Problem is that vpopmaild is taking 100% cpu: PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 21306 root 20 0 6144 620 496 R 100 0.0 2:09.65 vpopmaild This happens after dropping telnet connecti

Re: [vchkpw] vpopmaild bug ?

2008-05-06 Thread Alessio Cecchi
Il Tuesday 06 May 2008 14:10:59 Lampa ha scritto: > Hello, > > i'm playing with vpopmaild and net_vpopmaild class in php. > > Problem is that vpopmaild is taking 100% cpu: > > PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND > 21306 root 20 0 6144 620 496 R 100 0.0

Re: [vchkpw] vpopmaild bug ?

2008-05-06 Thread Lampa
Hmm, I see, but no solution there ;( It's little exploitable (taking all cpu usage). Seem that: if (fgets(ReadBuf,sizeof(ReadBuf),stdin) == NULL) return -1; else return(1); instead: fgets(ReadBuf,sizeof(ReadBuf),stdin); return(1); in function wait_read() in vpopmaild.c