Re: Script for adding new qmailusers

2000-11-13 Thread Travis Turner

Thanks to all

Regards,
Travis

At 07:29 PM 11/10/2000 -0700, Andy Bradford wrote:
Thus said defender of the protocol on Fri, 10 Nov 2000 21:24:59 EST:

  someone correct me if im wrong, but when i add a user (to users/assign, i
  have all virtualdomains), i run qmail-newu and SIGHUP qmail-send, so yeah

There is no need to HUP qmail-send unless virtualdomains or locals has
changed.  You can add and remove users from users/assign at will
without restarting anything.  The only thing that needs to be done is
create the new cdb with qmail-newu.

Andy
--
[---[system uptime]]
   7:29pm  up 8 days, 21:49,  4 users,  load average: 1.22, 1.32, 1.29

Travis Turner
Information Technology Manager
Applied Integration Corporation
Tucson, Arizona  U.S.A.
Phone (520) 743-3095
Fax (520) 623-1683



Re: Script for adding new qmailusers

2000-11-12 Thread Ruprecht Helms

Am Sam, 11 Nov 2000 schrieb defender of the protocol:
 someone correct me if im wrong, but when i add a user (to users/assign, i 
 have all virtualdomains), i run qmail-newu and SIGHUP qmail-send, so yeah

And how about the real unix-user and the maildir?
Is this presented by santa claus? :))

I understand it so that you must have a unixuser, edit the assignfile and
create the maildir using maildirmake.

Regards,
Ruprecht



Re: Script for adding new qmailusers

2000-11-10 Thread George Patterson

defender of the protocol wrote:
 
 I plan on writing a script to do all of that (php is good for more than web
 stuff!).
 
 When I do, I'll send a link to the list, if anyone's interested. I think
 that some of that user adding stuff is kinda specific to every server, but
 you can modify :)
 
 - jeremy
 
 At 06:44 PM 11/9/2000 +0100, you wrote:
 does someone have or know a good script for creating new mailaccounts
 using Maildir. Nice if the script makes the useradding, entry in the
 assignfile (not using /etc/passwd), update of the database and creating of
 the maildir.
 
 Regards,
 Ruprecht

Another approach...

There is a webmin module for qmail that is about 50% complete but hasn't
been
updated. I like it but it is too incomplete... 

Persoanlly I don't like running a web server on a mail server.
--
[EMAIL PROTECTED]   /"\  Campanha da Fita ASCII - Contra Mail HTML  
Network Administrator   \ /  ASCII Ribbon Campaign - Against HTML Mail
Planet OnlineX  
Vientiane, Lao PDR  / \  Not needed, Not wanted and Not appreciated :)



Re: Script for adding new qmailusers

2000-11-10 Thread Travis Turner

Do you have to reload your qmail-database file every time you enter a new 
user or change from a /bin/mail setting to a /maildir/ setting?

Regards,

Travis
Travis Turner
Information Technology Manager
Applied Integration Corporation
Tucson, Arizona  U.S.A.
Phone (520) 743-3095
Fax (520) 623-1683



Re: Script for adding new qmailusers

2000-11-10 Thread defender of the protocol

someone correct me if im wrong, but when i add a user (to users/assign, i 
have all virtualdomains), i run qmail-newu and SIGHUP qmail-send, so yeah

- jeremy

At 07:11 PM 11/10/2000 -0700, you wrote:
Do you have to reload your qmail-database file every time you enter a new 
user or change from a /bin/mail setting to a /maildir/ setting?

Regards,

Travis
Travis Turner
Information Technology Manager
Applied Integration Corporation
Tucson, Arizona  U.S.A.
Phone (520) 743-3095
Fax (520) 623-1683




Re: Script for adding new qmailusers

2000-11-10 Thread Andy Bradford

Thus said defender of the protocol on Fri, 10 Nov 2000 21:24:59 EST:

 someone correct me if im wrong, but when i add a user (to users/assign, i 
 have all virtualdomains), i run qmail-newu and SIGHUP qmail-send, so yeah

There is no need to HUP qmail-send unless virtualdomains or locals has 
changed.  You can add and remove users from users/assign at will 
without restarting anything.  The only thing that needs to be done is 
create the new cdb with qmail-newu.

Andy
-- 
[---[system uptime]]
  7:29pm  up 8 days, 21:49,  4 users,  load average: 1.22, 1.32, 1.29





Re: Script for adding new qmailusers

2000-11-10 Thread defender of the protocol

I stand corrected, thanks

- j eremy

At 07:29 PM 11/10/2000 -0700, you wrote:
Thus said defender of the protocol on Fri, 10 Nov 2000 21:24:59 EST:

  someone correct me if im wrong, but when i add a user (to users/assign, i
  have all virtualdomains), i run qmail-newu and SIGHUP qmail-send, so yeah

There is no need to HUP qmail-send unless virtualdomains or locals has
changed.  You can add and remove users from users/assign at will
without restarting anything.  The only thing that needs to be done is
create the new cdb with qmail-newu.

Andy
--
[---[system uptime]]
   7:29pm  up 8 days, 21:49,  4 users,  load average: 1.22, 1.32, 1.29




Script for adding new qmailusers

2000-11-09 Thread Ruprecht Helms

Hi,

does someone have or know a good script for creating new mailaccounts
using Maildir. Nice if the script makes the useradding, entry in the 
assignfile (not using /etc/passwd), update of the database and creating of 
the maildir.

Regards,
Ruprecht

---
INTERNOLIX   Standards for Ebusiness


INTERNOLIX AG
Ruprecht Helms
System-Engineer

http://www.internolix.com
mail:[EMAIL PROTECTED]
Weiherstr. 20Tel: +49-[0]7533-9945-71
78465 Konstanz   Fax: +49-[0]7533-9945-79




Script for adding new qmailusers

2000-11-09 Thread Ruprecht Helms

Hi,

does someone have or know a good script for creating new mailaccounts
using Maildir. Nice if the script makes the useradding, entry in the 
assignfile (not using /etc/passwd), update of the database and creating of 
the maildir.

Regards,
Ruprecht

---
INTERNOLIX   Standards for Ebusiness


INTERNOLIX AG
Ruprecht Helms
System-Engineer

http://www.internolix.com
mail:[EMAIL PROTECTED]
Weiherstr. 20Tel: +49-[0]7533-9945-71
78465 Konstanz  Fax: +49-[0]7533-9945-79




Re: Script for adding new qmailusers

2000-11-09 Thread defender of the protocol

I plan on writing a script to do all of that (php is good for more than web 
stuff!).

When I do, I'll send a link to the list, if anyone's interested. I think 
that some of that user adding stuff is kinda specific to every server, but 
you can modify :)

- jeremy

At 06:44 PM 11/9/2000 +0100, you wrote:
does someone have or know a good script for creating new mailaccounts
using Maildir. Nice if the script makes the useradding, entry in the 
assignfile (not using /etc/passwd), update of the database and creating of 
the maildir.

Regards,
Ruprecht