Re: [vchkpw] [SPAM] Re: vusaged compile error

2013-12-14 Thread Marcello Lupo
ha scritto: On 12/13/2013 04:31 PM, Marcello Lupo wrote: Hi, I have all correct I think. /home/vpopmail/etc/lib_deps contains: -L/home/vpopmail/lib -lvpopmail -Xlinker -R -Xlinker /usr/lib/mysql -L/usr/lib/mysql -lmysqlclient -lz -lm -lcrypt So it is correct. If you see in my log

Re: [vchkpw] [SPAM] Re: vusaged compile error

2013-12-13 Thread Marcello Lupo
? Thank you Bye Marcello Il giorno 12/dic/2013, alle ore 19:09, Eric Shubert e...@shubes.net ha scritto: Have you done as Matt suggested? # make distclean # export LDFLAGS='-ldl' # ./configure make. On 12/12/2013 10:16 AM, Marcello Lupo wrote: Hello, any news on this issue? I have

Re: [vchkpw] [SPAM] Re: vusaged compile error

2013-12-13 Thread Marcello Lupo
'shubes' On 12/13/2013 04:38 AM, Marcello Lupo wrote: Hello, Yes i have done it but it is not woking. Anyway the make distclean is useless in the vusaged directory. It doesn’t produce any effect since the Makefile have still to be created because ./configure is not working

Re: [vchkpw] [SPAM] Re: vusaged compile error

2013-12-13 Thread Marcello Lupo
'shubes' On 12/13/2013 11:14 AM, Marcello Lupo wrote: Hi, yes all is correct: the only libvpopmail.a found are: /usr/src/vpopmail-5.4.33/libvpopmail.a /home/vpopmail/lib/libvpopmail.a and are identical files. I think the issue can reside in the way the configure script make

Re: [vchkpw] [SPAM] Re: vusaged compile error

2013-12-13 Thread Marcello Lupo
Hi, I have all correct I think. /home/vpopmail/etc/lib_deps contains: -L/home/vpopmail/lib -lvpopmail -Xlinker -R -Xlinker /usr/lib/mysql -L/usr/lib/mysql -lmysqlclient -lz -lm -lcrypt So it is correct. If you see in my log: checking for ev.h... yes checking for ev_loop_new in -lev... yes

Re: [vchkpw] [SPAM] Re: vusaged compile error

2013-12-12 Thread Marcello Lupo
Hello, any news on this issue? I have exactly this issue on ubuntu server 12.04 LTS x86_64 . checking for vauth_getpw in -lvpopmail... no checking for vauth_getall in -lvpopmail... no checking for get_domain_entries in -lvpopmail... no checking for client_query_quick in -lvpopmail... yes

Re: [vchkpw] Disable clear password

2007-09-20 Thread Marcello Lupo
Hi Kenny, if you use mysql to store user data you should drop the clear password column too. It happend the same to me few months ago. I forgot to disable the clear password and after, when i recompiled and reinstalled, vpopmail was still putting the clear text password in the table till i

Re: [vchkpw] Decided to make the plunge today on late version of vpopmail

2007-09-07 Thread Marcello Lupo
Hi Steve, i think the problem is related to something i posted some days ago but without any answer. Look at the post : Re: [vchkpw] vdeluser segfault posted on 19/08/2007 be my answering to a previous post. Let me know if it is the case. Bye, Marcello Steve Cole wrote: On two (low

Re: [vchkpw] vdeluser isCatchall mysql segfault (was Re: [vchkpw] Decided to make the plunge today on late version of vpopmail)

2007-09-07 Thread Marcello Lupo
Hi, i agree with your method to bybass the problem but in this way you will be able to delete a catch all account for the domain without notice. I think the best is to fix this issue making possible that the default alias is inserted in the valias table like the others (if you use aliases in

Re: [vchkpw] vdeluser isCatchall mysql segfault (was Re: [vchkpw] Decided to make the plunge today on late version of vpopmail)

2007-09-07 Thread Marcello Lupo
? Rick Marcello Lupo wrote: Hi, i agree with your method to bybass the problem but in this way you will be able to delete a catch all account for the domain without notice. I think the best is to fix this issue making possible that the default alias is inserted in the valias table like the others

Re: [vchkpw] [Fwd: [Fwd: [Fwd: Squirrelmail falls over every 8 hrs]]]

2007-08-21 Thread Marcello Lupo
Hi, effectively, if i remember correct, the default inactivity timeout of mysql session is 28800 seconds (8 hours). Any way i don't think it is the most efficient solution to put the timeout to zero. What happen if the mysql server restart or something like this?? I think is better to have the

Re: [vchkpw] vdeluser segfault

2007-08-19 Thread Marcello Lupo
Hi, i got the same problem one month ago and still didn't get the time to write to the mailing list. From my investigation in the source code results that using mysql backend for aliases force the vdeluser command to check if the user you are deleting is a catchall account or not. It search