Re: [vchkpw] load problem(Urgent)

2004-09-22 Thread Paulo Fragoso
Are you running recordio to log smtp sessions?
Paulo.
[EMAIL PROTECTED] wrote:
You should check your DNS setup, in much cases the slow problem is for 
these reason.

Regards.
 
  Hi,
 
  We have qmail+vpopmail,
  with smtpauth  pop-before-smtp.
  We have too many qmail-smtp instances running
  at most of the times.
  We normally run into slow smtp connections.
  It takes even 40 seconds to a minute to connect
  to the server(SMTP).
 
  Any pointers on how to resolve this issue.
  Also we use splogger, can anyone recommend a
  good analyser for this log.
 
  Regards,
  Tanmaya
--
Este mensaje fue enviado a través de Qmail Webmail.
Qnet - Servicios Internet
http://www.qnet.com.pe/


[vchkpw] vpopmail + postfix

2004-04-23 Thread Paulo Fragoso
Hi,

How can we setup vpopmail to work with Postfix? Is necessary have qmail 
installed too?

Thanks,
Paulo.


[vchkpw] Vpopmail with ldap

2003-10-23 Thread Paulo Fragoso
Hi,

I'm trying to use vpopmail-5.3.29 with ldap, I have made some 
modifications on vldap.h:


--- vldap.h.origMon Oct 20 15:59:57 2003
+++ vldap.h Thu Oct 23 11:21:01 2003
@@ -33,13 +33,13 @@
 #define VLDAP_SERVER localhost
 #define VLDAP_PORT LDAP_PORT
 #define VLDAP_USER cn=Manager, o=vpop
-#define VLDAP_PASSWORD proba
+#define VLDAP_PASSWORD *
 #define MAX_BUFF 500
 #ifdef OLD_VLDAP
#define VLDAP_BASEDN ou=Subs, o=vpop
 #else
-   #define VLDAP_BASEDN ou=%s, o=vpop
+   #define VLDAP_BASEDN o=vpop
 #endif
 static char *vldap_attrs[] = {

Now it's working with openldap server (openldap-server-2.0.27) on 
FreeBSD 5.1-RELEASE, but I am getting an error when adding frist domain:

# ./vadddomain dominio.com.br
Please enter password for postmaster:
enter password again:
Error: (vadduser) can't read domain limits
^^
This domain was added in ldap base:

# ldapsearch  -D cn=Manager,o=vpop -b o=vpop


version: 2
#
# filter: (objectclass=*)
# requesting: ALL
#
# vpop
dn: o=vpop
objectClass: Organization
o: vpop
# dominio.com.br, vpop
dn: ou=dominio.com.br,o=vpop
ou: dominio.com.br
objectClass: organizationalUnit
# search result
search: 2
result: 0 Success
# numResponses: 3
# numEntries: 2

What's happening?

Thanks,
Paulo.



[vchkpw] Vpopmail with Ldap

2003-10-17 Thread Paulo Fragoso
Hi,

I'm trying to compile vpopmail 5.3.28 on FreeBSD 5.1 with 
--enable-ldap=y, but I'm getting that error:

vauth.c: In function `vauth_getpw':
vauth.c:289: `in_domain' undeclared (first use in this function)
vauth.c:289: (Each undeclared identifier is reported only once
vauth.c:289: for each function it appears in.)
gmake[2]: *** [vauth.o] Error 1
Why was `in_domain' undeclared in vauth.c?

Thanks,
Paulo.