[vchkpw] vpopmail 5.4.29 compile error
Hello, I'm upgrading from 5.4.9 to the latest .29 but I can't compile the source code, here the error: vpopmail 5.4.29 Current settings --- vpopmail directory = /home/vpopmail domains directory = /home/vpopmail/domains uid = 508 gid = 503 roaming users = OFF --disable-roaming-users (default) password learning = OFF --disable-learn-passwords (default) md5 passwords = ON --enable-md5-passwords (default) file locking = ON --enable-file-locking (default) vdelivermail fsync = OFF --disable-file-sync (default) make seekable = ON --enable-make-seekable (default) clear passwd = ON --enable-clear-passwd (default) user dir hashing = ON --enable-users-big-dir (default) address extensions = OFF --disable-qmail-ext (default) ip alias = OFF --disable-ip-alias-domains (default) onchange script = OFF --disable-onchange-script (default) domain quotas = OFF --disable-domainquotas (default) auth module = cdb --enable-auth-module=cdb (default) auth inc = -Icdb auth lib = system passwords = OFF --disable-passwd (default) pop syslog = show successful and failed login attempts --enable-logging=y auth logging = ON --enable-auth-logging (default) spamassassin = OFF --disable-spamassassin (default) maildrop = OFF --disable-maildrop (default) [r...@te vpopmail-5.4.29]# make make all-recursive make[1]: Entering directory `/usr/local/src/vpopmail-5.4.29' Making all in cdb make[2]: Entering directory `/usr/local/src/vpopmail-5.4.29/cdb' ( cat warn-auto.sh; \ echo CC=\'`head -1 conf-cc`\'; \ echo LD=\'`head -1 conf-ld`\'; \ cat find-systype.sh; \ ) | sh > systype ( cat warn-auto.sh; \ echo 'main="$1"; shift'; \ echo 'rm -f "$main"'; \ echo 'ar cr "$main" ${1+"$@"}'; \ case "`cat systype`" in \ sunos-5.*) ;; \ unix_sv*) ;; \ irix64-*) ;; \ irix-*) ;; \ dgux-*) ;; \ hp-ux-*) ;; \ sco*) ;; \ *) echo 'ranlib "$main"' ;; \ esac \ ) > makelib chmod 755 makelib ( cat warn-auto.sh; \ echo exec "`head -1 conf-cc`" -fPIC '-c ${1+"$@"}' \ ) > compile chmod 755 compile ( cat warn-auto.sh; \ echo 'main="$1"; shift'; \ echo exec "`head -1 conf-ld`" \ '-o "$main" "$main".o ${1+"$@"}' \ ) > load chmod 755 load ( ( ./compile tryulong32.c && ./load tryulong32 && \ ./tryulong32 ) >/dev/null 2>&1 \ && cat uint32.h2 || cat uint32.h1 ) > uint32.h rm -f tryulong32.o tryulong32 ./compile cdb_hash.c ./compile cdb_unpack.c ./compile cdb_seek.c ./makelib cdb.a cdb_hash.o cdb_unpack.o cdb_seek.o ./compile cdbmake_pack.c ./compile cdbmake_hash.c ./compile cdbmake_add.c ./makelib cdbmake.a cdbmake_pack.o cdbmake_hash.o \ cdbmake_add.o make[2]: Leaving directory `/usr/local/src/vpopmail-5.4.29/cdb' make[2]: Entering directory `/usr/local/src/vpopmail-5.4.29' gcc -I. -Icdb -I.-fPIC -c -o libvpopmail_a-vpopmail.o `test -f 'vpopmail.c' || echo './'`vpopmail.c gcc -I. -Icdb -I.-fPIC -c -o libvpopmail_a-md5.o `test -f 'md5.c' || echo './'`md5.c gcc -I. -Icdb -I.-fPIC -c -o libvpopmail_a-bigdir.o `test -f 'bigdir.c' || echo './'`bigdir.c gcc -I. -Icdb -I.-fPIC -c -o libvpopmail_a-vauth.o `test -f 'vauth.c' || echo './'`vauth.c gcc -I. -Icdb -I.-fPIC -c -o libvpopmail_a-file_lock.o `test -f 'file_lock.c' || echo './'`file_lock.c gcc -I. -Icdb -I.-fPIC -c -o libvpopmail_a-vpalias.o `test -f 'vpalias.c' || echo './'`vpalias.c gcc -I. -Icdb -I.-fPIC -c -o libvpopmail_a-seek.o `test -f 'seek.c' || echo './'`seek.c gcc -I. -Icdb -I.-fPIC -c -o libvpopmail_a-vlimits.o `test -f 'vlimits.c' || echo './'`vlimits.c gcc -I. -Icdb -I.-fPIC -c -o libvpopmail_a-maildirquota.o `test -f 'maildirquota.c' || echo './'`maildirquota.c gcc -I. -Icdb -I.-fPIC -c -o libvpopmail_a-vutil.o `test -f 'vutil.c' || echo './'`vutil.c gcc -I. -Icdb -I.-fPIC -c -o libvpopmail_a-vlistlib.o `test -f 'vlistlib.c' || echo './'`vlistlib.c gcc -I. -Icdb -I.-fPIC -c -o libvpopmail_a-backfill.o `test -f 'backfill.c' || echo './'`backfill.c gcc -I. -Icdb -I.-fPIC -c -o libvpopmail_a-client.o `test -f 'client.c' || echo './'`client.c gcc -I. -Icdb -I.-fPIC -c -o libvpopmail_a-conf.o `test -f 'conf.c' || echo './'`conf.c conf.c: In function `config_fetch_by_num': conf.c:806: parse error before `*' conf.c:812: `l' undeclared (first use in this function) conf.c:812: (Each undeclared identifier is reported only once conf.c:812: for each function it appears in.) conf.c:817: `a' undeclared (first use in this function) make[2]: *** [libvpopmail_a-conf.o] Error 1 make[2]: Leaving directory `/usr/local/src/vpopmail-5.4.29' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/vpopmail-5.4.29' make: *** [all] Error 2 Thanks for the support, Igor. !DSPAM:4b2142f532712113116563!
Re: [vchkpw] vpopmail 5.4.29 compile error
Il 10/12/2009 20:36, Matt Brookings ha scritto: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt Brookings wrote: Matt Brookings wrote: mail...@securitylabs.it wrote: Hello, I'm upgrading from 5.4.9 to the latest .29 but I can't compile the source code, here the error: conf.c: In function `config_fetch_by_num': conf.c:806: parse error before `*' conf.c:812: `l' undeclared (first use in this function) conf.c:812: (Each undeclared identifier is reported only once conf.c:812: for each function it appears in.) conf.c:817: `a' undeclared (first use in this function) Please post your full configure line, as well as details on what OS you're compiling on. Thanks. Actually, nevermind. I see the problem. You will find 5.4.30 available on SourceForge which contains the fix for this. I'm pretty sure this only affected older compilers, but I'd like to know what version of gcc you're using on what OS. Can you paste `uname -a` and `gcc -v` into an email? Thanks! Hello Matt, you are right for the old compiler: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 2731 (Red Hat Linux 7.3 2.96-113) Linux 2.4.20-46.7.legacy #1 Sat Mar 4 15:25:19 EST 2006 i686 unknown Thanks for the support. !DSPAM:4b215a7632711878214375!
[vchkpw] Crash in vpopmail 5.4.30
Hello, I'm experiencing the first problem reported here: http://www.mail-archive.com/vchkpw@inter7.com/msg27156.html also with the latest version 5.4.30 when delivering to some mailboxes (not with all mailboxes). The error logged is: delivery 3: deferral: client_connect:_warning:_config_begin_failed/Aack,_child_crashed._(#4.3.0) I'm upgrading from vpopmail 5.4.14 to 5.4.30, for now I've reverted to 5.4.14. !DSPAM:4b215ec032715529615339!
Re: [vchkpw] Crash in vpopmail 5.4.30
Il 10/12/2009 21:59, Matt Brookings ha scritto: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mail...@securitylabs.it wrote: Hello, I'm experiencing the first problem reported here: http://www.mail-archive.com/vchkpw@inter7.com/msg27156.html also with the latest version 5.4.30 when delivering to some mailboxes (not with all mailboxes). The error logged is: delivery 3: deferral: client_connect:_warning:_config_begin_failed/Aack,_child_crashed._(#4.3.0) I'm upgrading from vpopmail 5.4.14 to 5.4.30, for now I've reverted to 5.4.14. Try this: cat> ~vpopmail/etc/vusagec.conf<< __EOF__ Server: Disable = True; __EOF__ Thanks again, seems to fix the problem. !DSPAM:4b21658532719588315732!
[vchkpw] .dir_control_free
Hello, I've just migrated from an old server with vpopmail 5.4.13 to a new with 5.4.30. I've added a user with vaddures on a domain that has more than 1000 accounts, and now in the domain directory I have this file owned by root: 4 -rw--- 1 root root2 2010-07-08 20:31 .dir_control_free that contains: C I'm not worried about the file itself but by the fact that is owned by root, this may cause any problem? All other files are owned by vpopmail.vchkpw. Thanks for your support. !DSPAM:4c361f6032713576175047!
Re: [vchkpw] Re: Is 5.5 released?
Il 28/11/2010 23:10, Eric Shubert ha scritto: On 11/03/2010 06:54 AM, Matt Brookings wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/03/2010 08:15 AM, Jason Frisvold wrote: On Nov 2, 2010, at 3:56 PM, Matt Brookings wrote: SourceForge shows the latest file release on the main page. If you look at where 5.5 is kept, it's still under the development area. Would this be the main page? http://sourceforge.net/projects/vpopmail/ Correct. So is 5.5 considered stable? If not, is there a stable version with which user quotas are working? Hello, since 5.4.32 I don't have any problem with quota. !DSPAM:4cf2dc2832711823062380!