[vchkpw] Re: Ezmlm Upgrade

2003-06-29 Thread Peter Palmreuther
Hello David,

On Sunday, June 29, 2003 at 4:02:48 PM you wrote (at least in part):

 As my server currently broke down, I would like to do a mass import of
 email address from my excel file into EZMLM.

 I'm thinking of converting Excel to CSV before doing so, and I'm
 positive there are rather automatic ways to do so rather then have me
 manually inputting everyone's addie in. 

 Can someone guide me on the best way to do it?

I don't see how his interacts with vpopmail, so I don't know why you
don't ask the ezmlm-mailinglist. But the most obvious answer to your
question is:

- read the man pages
- execute
  ezmlm-sub -N $ML_DIR address_01 [address_02 ... address_XX]

Keep in mind the maximum number of arguments allowed to pass to a
single command and a probably existing maximum length of a single
command line.
Make use of 'xargs' of the number of about to subscribed addresses
would exceed any of this limitations.
-- 
Best regards
Peter Palmreuther

[insert commercial here]




Re: [vchkpw] Re: Ezmlm Upgrade

2003-06-29 Thread Tom Collins
On Sunday, June 29, 2003, at 08:08  AM, Peter Palmreuther wrote:
- read the man pages
- execute
  ezmlm-sub -N $ML_DIR address_01 [address_02 ... address_XX]
Or, save the list of addresses to a file and do

ezmlm-sub -N $ML_DIR  /tmp/addrlist.txt

--
Tom Collins
[EMAIL PROTECTED]