[vchkpw] Where vmoduser save changes to user's limits?

2009-03-26 Thread Alessio Cecchi
Hi, I'm running vpopmail 5.4.X with MySQL backend. When I change the limits of one user, for example disable SMTP, or POP3, where are saved these informations? I have not found any entry related to this in the MySQL DB. Thanks -- Alessio Cecchi is: @ ILS -> http://www.linux.it/~alessice/ on Link

Re: [vchkpw] Where vmoduser save changes to user's limits?

2009-03-26 Thread Rick Macdougall
Alessio Cecchi wrote: Hi, I'm running vpopmail 5.4.X with MySQL backend. When I change the limits of one user, for example disable SMTP, or POP3, where are saved these informations? I have not found any entry related to this in the MySQL DB. Thanks It is a bit flag in the users GID field. Re

[vchkpw] Added FHS compliance to 5.5 branch

2009-03-26 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've committed changes to the 5.5 branch which add FHS compliance. As usual, you can find this in the SVN tree under branches/v5_5_0, or you can wait for the snapshot that I'll upload to Sourceforge later today. Some quick notes on the compliance:

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-26 Thread Itamar Reis Peixoto
I will make a rpms for fedora and submit it for review. I will send a feedback for you as soon as possible On Thu, Mar 26, 2009 at 3:13 PM, Matt Brookings wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I've committed changes to the 5.5 branch which add FHS compliance.  As usual, >

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-26 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itamar Reis Peixoto wrote: > I will make a rpms for fedora and submit it for review. > > I will send a feedback for you as soon as possible Sounds wonderful. Thanks! - -- /* Matt BrookingsGnuPG Key D9414F70 Software developer

[vchkpw] Added vmoduserflags binary to 5.5 branch

2009-03-26 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've added the vmoduserflags binary to 5.5. It handles what people were looking for in regards to toggling of settings in a user's bitfield. Here it is in use: # ./vmoduserflags Usage: ./vmoduserflags [<+|->] Options: chpass pop webmail i

Re: [vchkpw] Added vmoduserflags binary to 5.5 branch

2009-03-26 Thread aledr
Thanks Matt! This is very helpful!!! On Thu, Mar 26, 2009 at 7:24 PM, Matt Brookings wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I've added the vmoduserflags binary to 5.5.  It handles what people were > looking for > in regards to toggling of settings in a user's bitfield. > >

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-26 Thread aledr
I updated my spec files and tested: - Seems to be a wrong check against MD5 support on x86_64 systems; - mkdir and chown statements will not be allowed on chroot environments (outside DESTDIR). I'll make a more detailed report and patches. Thanks!! On Thu, Mar 26, 2009 at 3:32 PM, Matt Br

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-26 Thread Itamar Reis Peixoto
Why I can't configure vpopmail as non root user ? checking if we're building on Solaris... no configure: WARNING: === vpopmail must be configured as root. === configure: WARNING: === please switch to the root user and === configure: WARNING: === run ./configure. === configur

Re: [vchkpw] Added FHS compliance to 5.5 branch

2009-03-26 Thread aledr
Use the "--disable-root-check" (depreciated "--enable-non-root-build"). On Thu, Mar 26, 2009 at 11:07 PM, Itamar Reis Peixoto wrote: > Why I can't configure vpopmail as non root user ? > > > checking if we're building on Solaris... no > configure: WARNING: === vpopmail must be configured as root.

[vchkpw] vpopmail FHS compiler flags

2009-03-26 Thread Itamar Reis Peixoto
https://fedoraproject.org/wiki/Packaging:Guidelines#Compiler_flags all packages in fedora should be compiled with the flowing flags + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -g