Re: [vchkpw] Vpopmail 5.5.0 vs. valias

2009-08-18 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gabriel Torres wrote: > cd backends/mysql > ./configure --enable-valias --enable-auth-logging && make && make install > > Accesing MySQL directly or using the command /home/vpopmail/bin/valias > I can see the forwarder being listed, however when I se

Re: [vchkpw] Vpopmail 5.5.0 vs. valias

2009-08-17 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itamar Reis Peixoto wrote: > the backend modules need's to share VALIAS config with main vpopmail. > in the vpopmail code I have #ifdef VALIAS, so if VALIAS is activated No, they don't need to share VALIAS config with main vpopmail. The leftover ifd

Re: [vchkpw] Vpopmail 5.5.0 vs. valias

2009-08-17 Thread Itamar Reis Peixoto
Gabriel Torres meu amigo, better to stay at 5.4.27 at this moment. Matt. the backend modules need's to share VALIAS config with main vpopmail. in the vpopmail code I have #ifdef VALIAS, so if VALIAS is activated in main vpopmail code it's need's to be activated in all vpopmail backend modules a

[vchkpw] Vpopmail 5.5.0 vs. valias

2009-08-17 Thread Gabriel Torres
Hello, After upgrading to Vpopmail 5.5.0 our forwarders (valias) stop working. Installed like this: ./configure --enable-logging=p --disable-passwd --enable-clear-passwd --disable-many-domains --enable-sql-logging --disable-mysql-limits && make && make install-strip cd backends/mysql ./configure