RE: [vchkpw] mysql vlog

2004-04-22 Thread Shane Chrisp
You will need to recomplile without mysql logging to turn it off.

Shane 

>-Original Message-
>From: Jeff Koch [mailto:[EMAIL PROTECTED] 
>Sent: Friday, 23 April 2004 10:10 AM
>To: [EMAIL PROTECTED]
>Subject: [vchkpw] mysql vlog
>
>
>Our mysql vlog database seems to growing very large and now 
>I'm not sure we 
>even need it. Is there any way of stopping the vlogging without 
>re-compiling vpopmail? I know we can go into mysql and delete 
>records but 
>since we are going to start replication we don't want the vlog 
>transactions 
>in the mysql update logs.
>
>
>Best Regards,
>
>Jeff Koch, Intersessions 
>
>
>



[vchkpw] mysql vlog

2004-04-22 Thread Jeff Koch
Our mysql vlog database seems to growing very large and now I'm not sure we 
even need it. Is there any way of stopping the vlogging without 
re-compiling vpopmail? I know we can go into mysql and delete records but 
since we are going to start replication we don't want the vlog transactions 
in the mysql update logs.

Best Regards,

Jeff Koch, Intersessions 




[vchkpw] Vpopmail + LDAP + Egroupware

2004-04-22 Thread Saulo Augusto Silva




Hi all , 

I 've started a project and I have been used qmail + vpopmail + ldap + egroupware . And just have little a problem . The crypt algorithm to create MD5 password . 
>From egroupware I have one crypt pass and in vpopmail have another . Any one can help me in how to change this algorithm to make works . 





Saulo Augusto Silva
RHCE - Engenheiro Certificado REDHAT Linux
Cia. Processamento de Dados do Estado da Bahia  
[EMAIL PROTECTED]
[EMAIL PROTECTED]

































<>

Re: [vchkpw] vlimits.default ?

2004-04-22 Thread Rainer Duffner
master wrote:

Hi, to make this file work what should i do ? just put it on the domain
directory and the quota will work or something else to do ?
thanks (because i don t see the limit on the domain even with this file)
 



I thought this was the defaults chosen when creating a new domain.
Existing ones aren't touched.
Rainer


Re: [vchkpw] smtp auth

2004-04-22 Thread Erwin Hoffmann
Hi,

At 16:29 22.04.04 +0200, signo wrote:
>hello i've a problem with smtp auth
> 
> when i try to send an email i have always the message:
> 454 oops, unable to write pipe and I can't auth (#4.3.0)
> 
> SW:
> qmail: 1.3
> smtp-auth: qmail-smtpd-auth-0.31
> 
> telnet on port 25
> 
> Escape character is '^]'.
> ehlo
> 220  -=NO UNSOLICITED BULK E-MAIL=- ESMTP
> 250- -=NO UNSOLICITED BULK E-MAIL=-
> 250-AUTH LOGIN CRAM-MD5 PLAIN
> 250-AUTH=LOGIN CRAM-MD5 PLAIN
> 250-PIPELINING
> 250 8BITMIME
> auth login
> 334 VXNlcm5hbWU6
> dGVzdEB0ZXN0LmNo
> 334 UGFzc3dvcmQ6
> dGVzdHBhc3M=
> 454 oops, unable to write pipe and I can't auth (#4.3.0)
> auth plain
> 334 
> AHRlc3RAdGVzdC5jaAB0ZXN0cGFzcw==
> 454 oops, unable to write pipe and I can't auth (#4.3.0)
> auth CRAM-MD5
> 334 PDE0MTg5LjEwODI2Mzg5MjFAL2Jpbi9jaGVja3Zwdz4=
> dGVzdEB0ZXN0LmNoIDRlNTE5YTIzZGQzNDBmZjJlMDRjMjkwMjFkODY1ZDNi
> 454 oops, unable to write pipe and I can't auth (#4.3.0)
> 
> 
> qmail-smtp/run script:
> 
> #!/bin/sh
> QMAILDUID=`id -u qmaild`
> NOFILESGID=`id -g qmaild`
> MAXSMTPD=`head -1 /var/qmail/control/concurrencyincoming`
> if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" ]; then
>     echo QMAILDUID, NOFILESGID orMAXSMTPD is unset in
>     echo /var/qmail/supervise/qmail-smtpd/run
>     exit 1
> fi
>>&1 
> 
> 
> can you help me?

Please read: http://www.fehcom.de/qmail/smtpauth.html

If you contine to use the old SMTP Auth patch, you have to include your
hostname in the call of the PAM.

regards.
--eh.

Dr. Erwin Hoffmann | FEHCom | http://www.fehcom.de/
Wiener Weg 8, 50858 Cologne | T: +49 221 484 4923 | F: ...24


[vchkpw] vlimits.default ?

2004-04-22 Thread master
Hi, to make this file work what should i do ? just put it on the domain
directory and the quota will work or something else to do ?
thanks (because i don t see the limit on the domain even with this file)



[vchkpw] smtp auth

2004-04-22 Thread signo




hello i've a problem with smtp auth

when i try to send an email i have always the message:
454 oops, unable to write pipe and I can't auth (#4.3.0)

SW:
qmail: 1.3
smtp-auth: qmail-smtpd-auth-0.31

telnet on port 25

Escape character is '^]'.
ehlo
220  -=NO UNSOLICITED BULK E-MAIL=- ESMTP
250- -=NO UNSOLICITED BULK E-MAIL=-
250-AUTH LOGIN CRAM-MD5 PLAIN
250-AUTH=LOGIN CRAM-MD5 PLAIN
250-PIPELINING
250 8BITMIME
auth login
334 VXNlcm5hbWU6
dGVzdEB0ZXN0LmNo
334 UGFzc3dvcmQ6
dGVzdHBhc3M=
454 oops, unable to write pipe and I can't auth (#4.3.0)
auth plain
334 
AHRlc3RAdGVzdC5jaAB0ZXN0cGFzcw==
454 oops, unable to write pipe and I can't auth (#4.3.0)
auth CRAM-MD5
334 PDE0MTg5LjEwODI2Mzg5MjFAL2Jpbi9jaGVja3Zwdz4=
dGVzdEB0ZXN0LmNoIDRlNTE5YTIzZGQzNDBmZjJlMDRjMjkwMjFkODY1ZDNi
454 oops, unable to write pipe and I can't auth (#4.3.0)


qmail-smtp/run script:

#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`head -1 /var/qmail/control/concurrencyincoming`
if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" ]; then
    echo QMAILDUID, NOFILESGID orMAXSMTPD is unset in
    echo /var/qmail/supervise/qmail-smtpd/run
    exit 1
fi
exec /usr/local/bin/softlimit -m 600 /usr/local/bin/tcpserver -v 
-p -x /etc/tcp.smtp.cdb -c "$MAXSMTPD"  -u "$QMAILDUID" -g
"$NOFILESGID" 0 25 /var/qmail/bin/qmail-smtpd /bin/checkvpw /bin/true
Maildir 2>&1 


can you help me?

bye 

signo