JSchmitz has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl -w #move to the right directory system("cd /usr/local/sendmail/smmstore-1.0.0/sbin ./msadm_tclsh") #set the domain system("msadm> domain_set blah.blah.com") #add the user system("msadm> mbox_user_add antivroom")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Adding Users to Sendmail
by JSchmitz (Canon) on Oct 17, 2001 at 01:36 UTC |