Re: [vchkpw] CHKUSER and smtpd-auth 0.57

2006-10-04 Thread tonix (Antonio Nati)

At 22.54 03/10/2006, you wrote:

Hi,

I have installed Netqmail-1.05 / Vpopmail 5.4.17 
and qmail-smtpd-auth-0.57(www.fehcom.de)


Is it possible to install chkuser 2.0 with this configuration? Do I need to
make some changes?


Use Shupp's Toaster (www.shupp.org). It includes 
auth, tls, chkuser and much more.


Tonino


Thanks in advance,

Andrés




[vchkpw] auth error help please

2006-10-04 Thread Dave Richardson




I'm installing a new system, my first auth test against pop3 says this:

Escape character is '^]'.
+OK [EMAIL PROTECTED]
user [EMAIL PROTECTED]
+OK
pass Pa$$w0rd
/home/vpopmail/bin/vchkpw: error while loading shared libraries:
libcrypto.so.4: failed to map segment from shared object: Cannot
allocate memory
-ERR authorization failed
Connection closed by foreign host.

Distro is RH EL4. No compile errors that I noted during build from
source for netqmail, vpopmail, courier-imap, courier-authlib.
Am using MySQL backend.

my vpopmail config was:

./configure \
 --enable-roaming-users \
 --enable-logging=p \
 --disable-passwd \
 --enable-clear-passwd \
 --disable-domain-quotas \
 --enable-auth-module=mysql \
 --enable-auth-logging \
 --enable-sql-logging \
 --enable-valias \
 --disable-mysql-limits \
 --enable-tcprules-prog=/usr/local/bin/tcprules \
 --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp \
 --enable-relay-clear-minutes=180

courier-authlib 0.58 config was:
./configure \
 --prefix=/usr/local/courier-authlib \
 --without-authpam \
 --without-authldap \
 --without-authpwd \
 --without-authmysql \
 --without-authpgsql \
 --without-authshadow \
 --without-authuserdb \
 --without-authcustom \
 --without-authcram \
 --without-authpipe \
 --with-authdaemon \
 --with-redhat \
 --with-authvchkpw


courier-imap 4.1.1 config was:
COURIERAUTHCONFIG=/usr/local/courier-authlib/bin/courierauthconfig \
CPPFLAGS=-I/usr/local/courier-authlib/include \
./configure \
 --prefix=/usr/local/courier-imap \
 --disable-root-check \
 --with-redhat








[vchkpw] Confirmation.

2006-10-04 Thread n0k

Hello.
Im using the vpopmail but this question maybe is off-topic.
Id like that when a user (user A) send a mail to any other user (user X) 
 the server of user A (my qmail) if it can send the mail to the server 
of user X, then my qmail notifies to user A that its mail has been sent.


Thanks,
Layn.


Re: [vchkpw] auth error help please - RESOLVED

2006-10-04 Thread Dave Richardson

Hmmm. Strange.  softlimit raised from 400 to 800 seems to fix it.

However I'm running softlimit at 400 on a Fedora box without issue.
I support RH EL4 has bigger libraries or more of them?

Sorry to trouble the list.

Dave Richardson wrote:

I'm installing a new system, my first auth test against pop3 says this:

Escape character is '^]'.
+OK [EMAIL PROTECTED]
user [EMAIL PROTECTED]
+OK
pass Pa$$w0rd
/home/vpopmail/bin/vchkpw: error while loading shared libraries: 
libcrypto.so.4: failed to map segment from shared object: Cannot 
allocate memory

-ERR authorization failed
Connection closed by foreign host.

Distro is RH EL4.  No compile errors that I noted during build from 
source for netqmail, vpopmail, courier-imap, courier-authlib.

Am using MySQL backend.

my vpopmail config was:

./configure \
  --enable-roaming-users \
  --enable-logging=p \
  --disable-passwd \
  --enable-clear-passwd \
  --disable-domain-quotas \
  --enable-auth-module=mysql \
  --enable-auth-logging \
  --enable-sql-logging \
  --enable-valias \
  --disable-mysql-limits \
  --enable-tcprules-prog=/usr/local/bin/tcprules \
  --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp \
  --enable-relay-clear-minutes=180

courier-authlib 0.58 config was:
./configure \
  --prefix=/usr/local/courier-authlib \
  --without-authpam \
  --without-authldap \
  --without-authpwd \
  --without-authmysql \
  --without-authpgsql \
  --without-authshadow \
  --without-authuserdb \
  --without-authcustom \
  --without-authcram \
  --without-authpipe \
  --with-authdaemon \
  --with-redhat \
  --with-authvchkpw
 


courier-imap 4.1.1 config was:
COURIERAUTHCONFIG=/usr/local/courier-authlib/bin/courierauthconfig \
CPPFLAGS=-I/usr/local/courier-authlib/include \
./configure \
  --prefix=/usr/local/courier-imap \
  --disable-root-check \
  --with-redhat
 






[vchkpw] Re: auth error help please - RESOLVED

2006-10-04 Thread Robin Bowes
Dave Richardson wrote:
 Hmmm. Strange.  softlimit raised from 400 to 800 seems to fix it.
 
 However I'm running softlimit at 400 on a Fedora box without issue.
 I support RH EL4 has bigger libraries or more of them?

The RHEL4 box is not 64-bit, by any chance is it?

R.



Re: [vchkpw] Re: auth error help please - RESOLVED

2006-10-04 Thread Dave Richardson

uname -a
Linux example.com 2.6.9-22.ELsmp #1 SMP Mon Sep 19 18:32:14 EDT 2005 
i686 i686 i386 GNU/Linux




Robin Bowes wrote:

Dave Richardson wrote:
  

Hmmm. Strange.  softlimit raised from 400 to 800 seems to fix it.

However I'm running softlimit at 400 on a Fedora box without issue.
I support RH EL4 has bigger libraries or more of them?



The RHEL4 box is not 64-bit, by any chance is it?

R.

  


Re: [vchkpw] Re: auth error help please - RESOLVED

2006-10-04 Thread Dave Richardson

Would it be notable that this server is a VMWare slice?

Dave Richardson wrote:

uname -a
Linux example.com 2.6.9-22.ELsmp #1 SMP Mon Sep 19 18:32:14 EDT 2005 
i686 i686 i386 GNU/Linux




Robin Bowes wrote:

Dave Richardson wrote:
 
Hmmm. Strange.  softlimit raised from 400 to 800 seems to 
fix it.


However I'm running softlimit at 400 on a Fedora box without issue.
I support RH EL4 has bigger libraries or more of them?



The RHEL4 box is not 64-bit, by any chance is it?

R.