RE: [vchkpw] Limits

2003-12-29 Thread Mark Spieth
Sorry I forgot to mention that you have to patch qmail for max
recipients to work...Once patched, it does work..


/var/qmail/bin/qmail-showctl
..
..
maxrecipients: 
Actual Maxrecipients: 50
..
..


-Original Message-
From: Jeremy Kitchen [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 29, 2003 2:27 AM
To: [EMAIL PROTECTED]
Subject: RE: [vchkpw] Limits

On Sun, 2003-12-28 at 22:25, Mark Spieth wrote:
 /var/qmail/control/maxrecipients

not part of stock qmail.

 This will limit the maximum amount of recipients in an email

nope, it won't.  qmail will ignore it because it simply doesn't know
what to do with it.

from qmail-showctl on stock qmail 1.03 (with errno patch, nothing more):
maxrecipients: I have no idea what this file does.

there is also no mention of it in the qmail-control manpage, nor is
there any mention of it when:
[EMAIL PROTECTED] ~/dev/qmail/qmail-1.03.orig $ grep maxrecipients *
[EMAIL PROTECTED] ~/dev/qmail/qmail-1.03.orig $

However, there is (I believe) a patch to qmail to limit the number of
recipients (goole? qmail.org?), but you're trying to use a technical
solution to solve an administrative problem.  Users spamming?  Account
gone.  Problem solved.

 as far as limiting the amount of email a day, Nothing comes to mind

Well, it's almost impossible to do, unless you require all of your users
to use some sort of direct authentication method to send email.  Then
all you'd have to do is write a wrapper around your checkpassword
replacement to count the number of times they've sent, and a cronjob to
clear it out every so often.

  You can use the tar pit delay setting to slow down their sending of
 email..

which is pointless, and just slows down your users.

[fixed quoting of original post]
  I want to use it to prevent clients to send spam.

make them authenticate using smtp auth.  if they are spamming, shut them
off.  simple.

By the way, this question was not in any way related to vpopmail, it
should have gone on a more appropriate list (perhaps the qmail list?)

:)

-Jeremy

-- 
Jeremy Kitchen
Systems Administrator
[EMAIL PROTECTED]
Kitchen @ #qmail on EFNet - Join the party!
.
Inter7 Internet Technologies, Inc.
www.inter7.com
866.528.3530 toll free
847.492.0470 int'l
847.492.0632 fax
GNUPG key ID: 93BDD6CE



RE: [vchkpw] Limits

2003-12-28 Thread Mark Spieth









/var/qmail/control/maxrecipients



This will limit the maximum amount of
recipients in an email, as far as limiting the amount of email a day, Nothing
comes to mind, You can use the tar pit delay setting to slow down their sending
of email..





Mark



-Original Message-
From: Alexandre Barbosa
[mailto:[EMAIL PROTECTED] 
Sent: Sunday,
 December 28, 2003 11:03 PM
To: vpopmail list
Subject: [vchkpw] Limits 





Hi,











Is there any way to limit the number
of to at a message and limit a number of messages per day that a
user can send ?





I want to use it to prevent clients
to send spam.






















RE: [vchkpw] qmail, vpopmail qmail-scanner

2003-11-28 Thread Mark Spieth
Did you increase the memory that the smtp service can use?

Look at your smtp/run file

exec /usr/bin/softlimit -m 1380 \




-Original Message-
From: Alastair Battrick [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 28, 2003 3:01 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] qmail, vpopmail  qmail-scanner

Hi

I'm having problems getting vpopmail 5.3.29, qmail 1.03 and
qmail-scanner
1.20rc3 working together on a RH9 box. QMAILQUEUE patch is installed.
Qmail
 vpopmail work fine without this line in
/home/vpopmail/etc/tcp.smtp

:allow,QMAILQUEUE=/var/qmail/bin/qmail-scanner-queue.pl

But it barfs when I put it in (there's a temporary error message when
you
try connect via smtp)

Before I go any further, is vpopmail 5.3.30 likely to fix any of what
might
be causing these problems?

Cheers
Al





RE: [vchkpw] Move Domains from one server to another

2003-11-26 Thread Mark Spieth








Are you using cdb files or mysql for your
user database?



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003
8:13 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] Move Domains
from one server to another




hi @ all, 

how can I move complete domains/users from one server to another? qmail and
vpopmail are running on both servers. 

kind regards, 

philipp bundschuh 








RE: [vchkpw] Move Domains from one server to another

2003-11-26 Thread Mark Spieth








Here is how I do it. First tar up the
domain directory in /home/vpopmail



Tar cpfvz /test.com.tgz test.com



Then move the .tgz file to your new
server. 



Add the domain in as if it were a new
domain.



/home.vpopmail/bin/./vadddomain test.com



then I will delete the directory
/home/vpopmail/test.com



untar the tgz file and move the untarred
test.com directory into /home/vpopmail and you should be good to go.





Mark



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003
8:13 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] Move Domains
from one server to another




hi @ all, 

how can I move complete domains/users from one server to another? qmail and
vpopmail are running on both servers. 

kind regards, 

philipp bundschuh 








RE: [vchkpw] Export one domain from mysql to another

2003-11-21 Thread Mark Spieth
Title: Export one domain from mysql to another









You
can always run vconvert on the domain and pull the sql stuff down to a cdb
file, Then move the files over to the new server and run vconvert again to
stuff the domain into the new DB.





Mark



-Original Message-
From: Remo Mattei
[mailto:[EMAIL PROTECTED] 
Sent: Friday, November 21, 2003
4:00 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] Export one
domain from mysql to another



Hello guys is there a way to export one domain from
my vpopmail (mysql) so I can move it to another server. 

Thanks, 








RE: [vchkpw] Export one domain from mysql to another

2003-11-21 Thread Mark Spieth
Title: Export one domain from mysql to another











Takes 2
seconds



[EMAIL PROTECTED]
root]# /home/vpopmail/bin/./vconvert -m -c test.com

converting
test.com test.com done

done



[EMAIL PROTECTED]
root]# /home/vpopmail/bin/./vconvert -c -m test.com

converting
test.com 



done









-Original Message-
From: Remo Mattei
[mailto:[EMAIL PROTECTED] 
Sent: Friday,
 November 21, 2003 4:19 PM
To: [EMAIL PROTECTED]
Subject: RE: [vchkpw] Export one
domain from mysql to another



That
sound like a lot of pain!!!


Remo

















From: Mark Spieth
[mailto:[EMAIL PROTECTED] 
Sent: Friday,
 November 21, 2003 2:03 PM
To: Remo Mattei; [EMAIL PROTECTED]
Subject: RE: [vchkpw] Export one
domain from mysql to another

You
can always run vconvert on the domain and pull the sql stuff down to a cdb
file, Then move the files over to the new server and run vconvert again to
stuff the domain into the new DB.





Mark



-Original Message-
From: Remo Mattei
[mailto:[EMAIL PROTECTED] 
Sent: Friday,
 November 21, 2003 4:00 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] Export one
domain from mysql to another



Hello guys is there a way to export one domain from
my vpopmail (mysql) so I can move it to another server. 

Thanks, 








RE: [vchkpw] Converting Large Sites from CDB to MySQL

2003-09-29 Thread Mark Spieth
I partially found the problem but not the solution. It seems that the
domains I cannot convert are from our first qmail toaster. Vpopmail was
not compiled in with clear text passwords back then. Is there any way to
convert the cdb at this point. I do not relish the though of having to
get 500+ passwords and entering them in all manually.

-Original Message-
From: Mark Spieth [mailto:[EMAIL PROTECTED] 
Sent: Saturday, September 27, 2003 8:17 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] Converting Large Sites from CDB to MySQL

I am converting an existing qmail/vpopmail site using cdb over to a new
server running vpopmail 5.3.8 and MySQL. vconvert does fine for smaller
sites with under 50 users, but does not work for large sites. I also
tried
vconvert-cdb-sql-big.pl which works fine, However it does not create the
pw_clear_passwd portion of the database table and therefore the
converted
domain does not work.


Any ideas?


Thanks

Mark






[vchkpw] Converting Large Sites from CDB to MySQL

2003-09-27 Thread Mark Spieth
I am converting an existing qmail/vpopmail site using cdb over to a new
server running vpopmail 5.3.8 and MySQL. vconvert does fine for smaller
sites with under 50 users, but does not work for large sites. I also tried
vconvert-cdb-sql-big.pl which works fine, However it does not create the
pw_clear_passwd portion of the database table and therefore the converted
domain does not work.


Any ideas?


Thanks

Mark