Re: [qmailadmin] Quota patch for QmailAdmin 1.0.6

2002-11-18 Thread Franz Stancl
Yavuz Aydin wrote:
 
 You want a patched 1.0.6? Get it here:
 http://laguna.qweb.nl/contrib/qmailadmin/qmailadmin-1.0.6-quota.tar.gz

Got this one and had no problems to install it.
But I have some more basic questions about quota with qmail/qmailadmin:
I want to use qmail/qmailadmin for a small ISP.
But it seems that the postmaster of a domain can select whatever
quota he wants (with above patch)?
The optimal solution (for me) would be:
ISP-admin gives certain quota to domain xyz.com.
Postmaster of domain xyz.com can use up that quota for his accounts,
but not more!
It seems that is not possible right now?
Or did I overlook something?

 And while I was at it I just translated this thing into Dutch, get the
 languagefile at:
 http://laguna.qweb.nl/contrib/qmailadmin/nl

Is there an official place for the german languagefile?
(I fixed a couple of things in the file coming with qmailadmin 1.0.6)

--franz






Re: [qmailadmin] Quota patch for QmailAdmin 1.0.6

2002-10-28 Thread Yavuz Aydin
Citeren Dorneles Treméa [EMAIL PROTECTED]:

 Hi folks,

 I'm sending a fix to Justin Hopper 'Quota patch for
 QmailAdmin 1.0.4'[1] work with QmailAdmin 1.0.6.
*snip*

Great! It didn't work out for me, had some errors. I just made the changes
myself with hand, and it works now.

You want a patched 1.0.6? Get it here:
http://laguna.qweb.nl/contrib/qmailadmin/qmailadmin-1.0.6-quota.tar.gz

And while I was at it I just translated this thing into Dutch, get the
languagefile at:
http://laguna.qweb.nl/contrib/qmailadmin/nl

To Ken and/or Bill:
Is it possible that you add this languagefile into the main distribution? And is
it also possible that this quota patch makes it to the main distribution also,
or is it very beta? If I will find some errors or bugs I will post them here,
but while I was applying this patch by hand I noticed that this is very easy
code (no offence you guys, I could not have made it!), so it could be easy to
let it make to the main distribution.

--
Best regards,

Yavuz Aydin




[qmailadmin] Quota patch for QmailAdmin 1.0.6

2002-10-24 Thread Dorneles Treméa
Hi folks,

I'm sending a fix to Justin Hopper 'Quota patch for
QmailAdmin 1.0.4'[1] work with QmailAdmin 1.0.6.

Addictionaly, I updated brazilian portuguese (pt-BR)
translation file.

Can someone tell me if there is a CVS server and how
to access it?

[1] http://www.digitaloasys.com/contrib.php

Best regards,

-- 

Dorneles Treméa
Caxias do Sul - RS - Brasil
+55 54 9114 9312 - UIN: 2413568
X3ng Web Technology http://www.x3ng.com.br

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS/IT d- s:-: a23 C+++ UBL$ P--- L++ E-- W+++
N++ o? K? w+ O M+ V-- PS+ PE- Y-- PGP++ t+ 5 X++ R+
tv+ b(++) DI+ D++ G e++ h r+++ y+++**
--END GEEK CODE BLOCK--


diff -ruN qmailadmin-1.0.6-original/html/add_user.html 
qmailadmin-1.0.6/html/add_user.html
--- qmailadmin-1.0.6-original/html/add_user.html2002-10-24 15:58:18.0 
-0300
+++ qmailadmin-1.0.6/html/add_user.html 2002-10-24 17:18:04.0 -0300
 -28,6 +28,10 
   
 tdb##X002nbsp;/b/td
   
 td align=leftinput type=text size=16 name=newu 
maxlength=128##D/td
   
 /tr
+  
+  tr
+  
+   tdb##X249nbsp;/b/td
+  
+   td align=leftinput type=text size=16 name=quota 
+maxlength=128nbsp;##X252/td
+  
+ /tr
   
 tr
   
 tdb##X057nbsp;/b/td
   
 td align=leftinput type=password size=16 name=password1 
maxlength=128/td
diff -ruN qmailadmin-1.0.6-original/html/en qmailadmin-1.0.6/html/en
--- qmailadmin-1.0.6-original/html/en   2002-10-24 15:58:18.0 -0300
+++ qmailadmin-1.0.6/html/en2002-10-24 21:01:16.0 -0300
 -247,3 +247,10 
 246 Digest SubscriberbrAddress
 247 List Digest Subscribers
 248 List of digest email addresses on mailing list
+249 Quota (MB)
+250 Used
+251 (Enter NOQUOTA for unlimited quota)
+252 (Leave empty for unlimited quota)
+253 Limit:
+254 Used:
+
diff -ruN qmailadmin-1.0.6-original/html/mod_user_new.html 
qmailadmin-1.0.6/html/mod_user_new.html
--- qmailadmin-1.0.6-original/html/mod_user_new.html1969-12-31 21:00:00.0 
-0300
+++ qmailadmin-1.0.6/html/mod_user_new.html 2002-10-24 17:18:04.0 -0300
 -0,0 +1,110 
+   /head
+   body bgcolor=#ff
+   center
+   h2##S/h2
+   !-- Black frame 2 pixels wide --
+   table cellpadding=2 cellspacing=0 border=0 
+align=center valign=top width=600 bgcolor=#00trtd
+   !-- Frame content --
+   table cellpadding=0 cellspacing=0 border=0 
+align=center valign=top width=100% bgcolor=#ff
+   !-- Form title --
+   tr
+   td bgcolor=#00 align=center
+   font color=#ff size=3
+   b##X109: ##A##D/b
+   /font
+   /td
+   /tr
+   !-- End of form title --
+   !-- Form content --
+   tr
+   td
+   table cellpadding=5 
+cellspacing=1 border=0 width=100%
+   !-- Form fields --
+   tr
+   td
+   form 
+method=post name=logon action=##C/com/modusernow
+  
+ table cellpadding=0 cellspacing=0 border=0
+  
+ tr
+

[qmailadmin] quota patch for qmailadmin 1.0.6

2002-08-29 Thread Jorge Valdes



Does anyone have a quota patch for qmailadmin 1.0.6?

I have the following already working:
+qmail 1.0.3
+ vpopmail 5.3.8
+ qmailadmin 1.0.6
+ courier IMAP 1.5.3

Just need the patch. :)

Jorge.