Jim Shupert, Jr. wrote:
> 
> ----- Original Message ----- From: "Eric "Shubes"" <[EMAIL PROTECTED]>
> To: <qmailtoaster-list@qmailtoaster.com>
> Sent: Wednesday, March 14, 2007 12:15 PM
> Subject: Re: [qmailtoaster] real name for users
> 
> 
>> Jim Shupert, Jr. wrote:
>>> friends.
>>>  
>>> I am hoping to write a shell script that will create all my users
>>> I would like for them to have no quota and have a 'real name' or comment
>>>  
>>> this seems to work except for the 'real name' part is that possible ? is
>>> there a switch
>>> I tried searching for switches. I tried -rn
>>>  
>>>  
>>> this creates a user afish  and he has noquota
>>> #!/bin/sh
>>> /home/vpopmail/bin/vadduser -q NOQUOTA [EMAIL PROTECTED]
>>> <mailto:[EMAIL PROTECTED]> psswd123 Adam Fish
>>>  
>>> but the real name of Adam Fish fails
>>>  
>>> Thanks
>>>  
>>> jim
>>
>> Try:
>> /home/vpopmail/bin/vadduser -q NOQUOTA -c "Adam Fish" \
>>    [EMAIL PROTECTED] psswd123
>>
>> -- 
>> -Eric 'shubes'
> 
> well that did not work ... or i did it wrong ..
> at any rate i can run a 2nd script
> doing vmoduser  and do  -c "Real Name"
>>

I suppose that would work. Or simply follow up the vadduser command with a
vmoduser command in the same script. ;)

-- 
-Eric 'shubes'

---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to