[vchkpw] Delete messages receiveds by a user.

2003-07-14 Thread Jaime Chereau
Hi all.

I'm new working with vpopmail, and i have a question

I have old's direction in my system and i need delete emails
to this...

I have a .qmail-user with | /var/vpopmail//bin/vdelivermail ''
/dev/null

Is this right or i have another option???

I have all option's in qmail working with vpopmail or not???

thanks







[vchkpw] pop before smtp respect tcp.smtp.cdb???

2003-03-03 Thread Jaime Chereau
Hi All..

I have question about the file tcp.smtp.cdb!!!

First, i installed pop before smtp because finally smtp auth don't work 
for me!!

Second, the file tcp.smtp be first transformed in tcp.smtp.cdb, the initial 
configuration it's respected by vpopmail programs


Because in the begining i need add a  :allow,RBLSMTPD=  to verify in 
blacklist a email (i have instaled qmail-scaner-queue and spamassassin) but 
put this RBLSMTPD in the begin help to smtp do not accept mail and save 
process


And last question..

I need back up all my mail, from and to my domains, preferences order by 
domain (in a dir of a domain or a account of then).. Any suggestion???

I probe compile qmail-auditor but fail, i try patch qmail with another 
(dont' remenber name now), but this patch it's not compatible with another 
off my patch, i tested .qmail but only forward the FROM i need the TO 
also...  so..

thanks for all


PD: And REMEMBER set /control/rcpthosts, last saturday i have SPAMMED over 1 
million spam email, luck i have close my output and this save me... anybody 
need email's to SPAM???





[vchkpw] quota's and ALL QUOTA's

2003-02-26 Thread Jaime Chereau
Hi all...

I have installed:

gentoo + qmail + qmail-scanner + vpop + mysql + courier-imap + squirrellmail.

All it's working fine, only quota indicate a value every day greater..

I ask myself if yet of I number indicated everything works well??


QUOTA it's really functional in vpop (5.2.1)???

And be the other said, i have squirrellmail with courier-imap, and again, i 
question QUOTA of vpop, courier, squirellmail+qmail-scaner (with spamassasin) 
en every other; It's posible work with a real QUOTA (by linux) with VPOP to 
really use the space correspondig to the specific user's 

It is, only in your directory work imap, squirell, mails of qmail, and all 
other information???


thanks



[vchkpw] smtp auth

2003-02-23 Thread Jaime Chereau
Hi Roland.. and all

You try this patch (http://members.elysium.pl/brush/qmail-smtpd-auth/;) and 
run for you?

Can you send me a copy off your's

/etc/tcp.smtp
and
/var/qmail/supervise/qmail-smtpd/run

I belive in that's it's my problem.

or for all...

how function smtpd-auth??
it's add a rule in tcp.smtp after user auth??

i have this /var/qmail/supervise/qmail-smtpd/run


#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec /usr/bin/softlimit -m 800 \
/usr/bin/tcpserver -H -R -v -p -x /var/vpopmail/etc/tcp.smtp.cdb \
-u $QMAILDUID -g $NOFILESGID 0 smtp rblsmtpd /var/qmail/bin/qmail-smtpd 
x.com /var/vpopmail/bin/vchkpw /bin/true 1


and try this in /etc/tcp.smtp or /var/vpopmail/etc/tcp.smtp
--
*:allow,RBLSMTPD=,REQUIREAUTH=
--

i have delete the /var/qmail/rcpthosts

i belive with this and set my client whith 
encryption=NONE
authentification=LOGIN 
USER=jerco%x.com

my authentification-SMTP  it's run, but this it's not RUNNING...

thanks for all...



Author: Roland Schmid 
Date:   02-21-03 10:07
Subject:   [vchkpw] vchkpw instead of checkpassword for SMTP AUTH


Try here instead. I used this one and it works with vpopmail passwd auth.

http://members.elysium.pl/brush/qmail-smtpd-auth/

- Original Message -
From: Roland Schmid [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 21, 2003 6:53 AM
Subject: [vchkpw] vchkpw instead of checkpassword for SMTP AUTH


Hello,

I'm not quite sure whether my question is offtopic to the content of this
list,
so sorry for my offtopic.

I'm running vpopmail with qmail and it works fine, but qmail smtp has no
SMTP Authentification.
There is a patch on http://www.nimh.org which enables SMTP AUTH for qmail.
The patch needs a password tool, can I use /home/vpopmail/bin/chkpw for the
SMTP-Authentification,
or is the checkpassword programm required?
(http://cr.yp.to/checkpwd.html)


Best regards,



Re: [vchkpw] smtp + auth + gentoo

2003-02-21 Thread Jaime Chereau
EL Friday 21 February 2003 15:21, Peter Palmreuther se escrivio:

Hi Peter...

  but if you see my telnet session the problem is introduction off login,
  because with vpopmail use %.com to distinct a user from a domain
  to other.
 
 Go, read the RFCs. Read the source code of patch from

 http://members.elysium.pl/brush/qmail-smtpd-auth/

Hmmm ok, 


 See: you're not expected, nor allowed to log in typing plain text, the
 input has to be base64-encoded. That's why you get malformed auth
 input instead of authentication denied (never wondered about the
 error _message_???).

 Your bet bet is to use a MUA capable of doing SMTP-AUTH and test using
 it. Don't try to hack a telnet session if you don't know what to type in
 ('VXNlcm5hbWU6' should have given you a hint that something's different
 than in POP3-login session; FYI: it's the string 'Username:'
 base64-encoded)

Ok, i understand, but fro the other i test this with a MUA (KMAIL) and probe 
a list of format's:

ENCRYPTION:
NONE
SSL
TLS

AUTHENTICATION METHOD:
PLAIN
LOGIN
CRAIN-MD5
DIGEST-MD5

but nothing, i need a form to see what happening with this, anybody have one 
idea for it...

tank's again...

Pd: extra data:

this is qmail + patch (i use gentoo)

DESCRIPTION=A modern replacement for sendmail which uses maildirs and 
includes SSL/TLS, AUTH SMTP, and queue optimization
HOMEPAGE=http://www.qmail.org/
http://members.elysium.pl/brush/qmail-smtpd-auth/
http://www.jedi.claranet.fr/qmail-tuning.html;
SRC_URI=http://cr.yp.to/software/qmail-1.03.tar.gz

http://members.elysium.pl/brush/qmail-smtpd-auth/dist/qmail-smtpd-auth-0.31.tar.gz
http://www.qmail.org/qmailqueue-patch
http://qmail.null.dk/big-todo.103.patch
http://www.jedi.claranet.fr/qmail-link-sync.patch
http://www.qmail.org/big-concurrency.patch
http://www.suspectclass.com/~sgifford/qmail/qmail-0.0.0.0.patch;