[vchkpw] Catch-all and bounce

2002-09-08 Thread Federico Voges
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm using catch-all for some domains, but I'd like to bounce with invalid-mailbox/no-such-user error some addresses. Is it possible?? How do I do that?? Setup: qmail 1.03 + vpopmail 5.3.8 (qmail + valias) TIA Federico Voges Soc

Re: [vchkpw] [OT] list messages getting sent to abuse@verizon.net?

2002-09-09 Thread Federico Voges
t seem to also get a response sent back to >me by <[EMAIL PROTECTED]>; I am guessing that that >address is somehow subscribed to the list? Is it >possible to double-check that? And if so, assuming >they're not supposed to be, would it be possible to >remove them? > &g

Re: [vchkpw] new php module

2002-09-18 Thread Federico Voges
>it to the php guys. > >Anyone interested ? >This version will be compatible to the existing one, so no changes in your php >code are required. > Here's one volunteer :) Do you have a working version?? Federico Voges Socio gerente Intrasoft Malabia 2137 14 A (1425) Buenos Aires

Re: [vchkpw] new php module

2002-09-18 Thread Federico Voges
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 18 Sep 2002 21:48:29 +0200, Justin Heesemann wrote: >On Wednesday 18 September 2002 20:19, Federico Voges wrote: >> On Wed, 18 Sep 2002 19:44:50 +0200, Justin Heesemann wrote: >> >Hi.. >> >since I'm writing

Re: [vchkpw] Re: How to change the password with SQL command?

2002-10-26 Thread Federico Voges
lue of RAND()*10 to "pw_passwd" field. >> The RAND() function is _ONLY_ used to pick a (more or less) random >> substring (for creating the salt). >> Therefor RAND() must be called w/o arguments, else it will produce >> the same value over and over again.