[courier-users] adding users in bulk

2003-12-19 Thread jannie muldens
Hello list,

at the school i'm working we're considering switching to courier-mta as our 
mail service, the problem we have is that each year we've got about 300 new 
accounts to add and about the same number to remove. We're wondering if 
there is a way to easily add/remove that number of users, can it be done 
with a script or some tool? For daily maintaince we're using Quica.

Thanks in advance,

HJ Bakker

_
MSN Zoeken, voor duidelijke zoekresultaten! http://search.msn.nl


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] adding users in bulk

2003-12-19 Thread jannie muldens
Hello list,

at the school i'm working we're considering switching to courier-mta as our 
mail service, the problem we have is that each year we've got about 300 new 
accounts to add and about the same number to remove. We're wondering if 
there is a way to easily add/remove that number of users, can it be done 
with a script or some tool? For daily maintaince we're using Quica.

Thanks in advance,

HJ Bakker

_
MSN Zoeken, voor duidelijke zoekresultaten! http://search.msn.nl


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] adding users in bulk

2003-12-19 Thread Tim Hunter
- Original Message - 
From: jannie muldens [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, December 19, 2003 7:33 PM
Subject: [courier-users] adding users in bulk


 Hello list,

 at the school i'm working we're considering switching to courier-mta as
our
 mail service, the problem we have is that each year we've got about 300
new
 accounts to add and about the same number to remove. We're wondering if
 there is a way to easily add/remove that number of users, can it be done
 with a script or some tool? For daily maintaince we're using Quica.


look in quicas mass directory for importing, for removing you could just try
whipping out a .sql script.
or sql for both... its only a rdbms

 Thanks in advance,

 HJ Bakker

 _
 MSN Zoeken, voor duidelijke zoekresultaten! http://search.msn.nl



 ---
 This SF.net email is sponsored by: IBM Linux Tutorials.
 Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
 Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
 Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
 ___
 courier-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users




---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] adding users in bulk

2003-12-19 Thread Eduardo Roldan
On Fri, 2003-12-19 at 21:33, jannie muldens wrote:
 Hello list,
 
 at the school i'm working we're considering switching to courier-mta as our 
 mail service, the problem we have is that each year we've got about 300 new 
 accounts to add and about the same number to remove. We're wondering if 
 there is a way to easily add/remove that number of users, can it be done 
 with a script or some tool? For daily maintaince we're using Quica.
 

You can do that with quica, see the ./mass directory in the
distribution. There is a description of the mass utility and a example
of the mass file format. Yu create something like the following and
feed mass.py

address: [EMAIL PROTECTED]
type: normal
name: Tom Cat
clearpassword: ytumamatambien
#cryptpassword: $1$Hfh68p6N$/dLOvzXvcI10zNyX9j4j70
quotaSize: 10
quotaCount: 3000
notes: This is a
notes: multiline attribute
notes: that spans three lines, the parser knows that they need to be
joined.
vacation: active
spacing: 86400
message: Message received
message:  Regards, My Name






---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users