[vchkpw] vpopmail with mysql

2010-10-14 Thread Anil Euclid

 Dear All,*
*
i want to add few fields like pw_popenable , pw_imapenable

use of these fields will be
like for some user i want to disable pop3
and for few user disable imap

please suggest me how to start, i will have to modify

vusersinfo
adduser
cheking password
qmailadmin field etc

Regards
Anil



!DSPAM:4cb6de9932711336593494!


[vchkpw] spammassassin

2010-10-14 Thread Abd El Aziz Rehan
Dear All,
 in qmail server i installed the spam assassin with clamAV .my 
question is
.is spam assassin filtering of inbound / outbound messages ?
Thanks



  

!DSPAM:4cb6e71632712000913463!


Re: [vchkpw] spammassassin

2010-10-14 Thread Dvorkin Dmitry

depends on how you installed it.
if you're calling it from qmail-queue, then it filter all in/out
if you're using maildrop or something else - only "in" is filtered

14.10.2010 15:18, Abd El Aziz Rehan пишет:

installed the spam assassin with clamAV .my question is
.is spam assassin filtering of inbound / outbound messa



!DSPAM:4cb6ecd932711458829840!
<>

[vchkpw] Error in punycode (xn-- domains) handling by chkuser

2010-10-14 Thread Tonix (Antonio Nati)
 Actually chkuser handles xn-- domains, but in the wrong way (it does 
not consider more levels of xn-- names, like xn-subdomain.xn--domain.com).


To eliminate any problem, with current version, installations should be 
modified in this way:


Or disable/comment in chkuser_settings.h
#define CHKUSER_RCPT_FORMAT
#define CHKUSER_SENDER_FORMAT

or delete/comment within chkuser.c two separates occurrences of
if (strncmp (domain->s, "xn--", 4) == 0) {
if (strstr (&domain->s[4], "--") != NULL)
return 0;
} else {
if (strstr (domain->s, "--") != NULL)
return 0;
}


Recompile after change.

Regards,

Tonino


--

in...@zioniInterazioni di Antonio Nati
   http://www.interazioni.it  to...@interazioni.it



!DSPAM:4cb7108d32711560260518!



Re: [vchkpw] vpopmail with mysql

2010-10-14 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/14/2010 05:42 AM, Anil Euclid wrote:
>  Dear All,*
> *
> i want to add few fields like pw_popenable , pw_imapenable
> 
> use of these fields will be
> like for some user i want to disable pop3
> and for few user disable imap
> 
> please suggest me how to start, i will have to modify

These features already exist in vpopmail.  Run the vmoduser binary to
see a list of user flags.
- -- 
/*
Matt BrookingsGnuPG Key FAE0672C
Software developer Systems technician
Inter7 Internet Technologies, Inc. (815)776-9465
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAky3FekACgkQIwet2/rgZyyL3QCgk5o7NAg/l3Btbli6Dfhtb/0t
wSYAoIQE7nd0853Xf6GRG//e963tFn11
=E2Yk
-END PGP SIGNATURE-