[vchkpw] open_smtp variable ( AUTH + PopBeforeSmtp to remove RBL check )

2006-02-22 Thread Sim
Hi there! In my setup AUTH is obligatory to send emails, but sometimes user can't connect to server becaus RBL drop the connection. I've take advantage from pop-before-smtp (open_smtp) to disable RBL check. About this feature, the essential is to change variable into open_smtp fprintf(

[vchkpw] Re: open_smtp variable ( AUTH + PopBeforeSmtp to remove RBL check )

2006-02-24 Thread Sim
Anybody need this feature ? Hi there! In my setup AUTH is obligatory to send emails, but sometimes user can't connect to server becaus RBL drop the connection. I've take advantage from pop-before-smtp (open_smtp) to disable RBL check. About this feature, the essential is to change variable

[vchkpw] enable-many-domains vpopmail-5.4.8/5.4.13 ( Without MySQL )

2006-03-15 Thread Sim
Hello! I have two servers with Vpopmail. One with 5.4.8 version ( without MySQL ) and one with new 5.4.13 version ( without MySQL ) Old version have 0/1/2/.. for /home/vpopmail/domains structure, but new use only one folder. Configure options are equal and this are theirs config.log :

[vchkpw] Re: enable-many-domains vpopmail-5.4.8/5.4.13 ( Without MySQL )

2006-03-15 Thread Sim
Is it /home/vpopmail/domains/.dir-control file the problem becouse subfolder aren't created? Hello! I have two servers with Vpopmail. One with 5.4.8 version ( without MySQL ) and one with new 5.4.13 version ( without MySQL ) Old version have 0/1/2/.. for /home/vpopmail/domains structure,

Re: [vchkpw] 5.4.18 release candidate

2006-12-29 Thread Sim
Hi! I need this change for disable RBL check after Pop (using pop-before-smtp function): /* append the current ip address to the tmp file * using the format x.x.x.x:ALLOW,RELAYCLIENT=,RBLSMTPD=TABtimestamp */ - fprintf( fs_tmp_file, %s:allow,RELAYCLIENT=\\,RBLSMTPD=\\\t%d\n, +

Re: [vchkpw] 5.4.18 release candidate

2006-12-31 Thread Sim
here's a slightly better idea: have the code read a text file from ~vpopmail/etc/, or even better from an environment variable, which contains the string you wish to use for each dynamically added IP address... and if that file or variable doesn't exist, the entire write out the IP address and

Re: [vchkpw] vpopmail 5.4.18 released

2007-01-04 Thread Sim
p.s. Extra thanks to John who reminded me that this list needs a copy too! I thought I sent it... :) Hi! Are there another list for Vpopmail? Thanks

[vchkpw] 5.4.17: Sorting qmail control files (How to disable?)

2007-01-09 Thread Sim
Hi! Can I disable this feature for vpopmail-5.4.17 ? I need list in creation order (for usefully in renew and alias domain) Thanks PS: Restoring old file, adding a record, this files are sorted newly!