RE: Cannot creating user account with an & in qmailadmin

2000-01-21 Thread Dave Kitabjian


It's probably simply a problem with the shell's special treatment of &.

I don't know how qmailadmin works, but we have a shell script for adding 
user accounts. In such cases, we have to call the command similar to:

# create_user.sh f\&b

That is, we quote the & character, and everything works fine. It's possible 
the qmailadmin would behave similarly.

Dave
:)

On Thursday, January 20, 2000 10:43 PM, john 
[SMTP:[EMAIL PROTECTED]] wrote:
> Hi,
>
> I am trying to create user account in qmail using qmailadmin and I am 
unable to create a user for example f&b.
>
> Why does this have so much restriction ? Can I create it?
>
> Regards
> John
>  << File: ATT0.html >> 



RE: Cannot creating user account with an & in qmailadmin

2000-01-20 Thread Stephen Mills
Title: RE: Cannot creating user account with an & in qmailadmin






never used qmailadmin, just use the shell.


to do this, create an alias like this :


useradd fb
passwd fb (set the passwd)
echo "&[EMAIL PROTECTED]" > "/var/qmail/alias/.qmail-f&b"


get your user to check mail on fb account,
users can email f&[EMAIL PROTECTED]


Cheers
--Stephen




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
iv0
Sent: Friday, January 21, 2000 3:03 PM
To: john
Cc: [EMAIL PROTECTED]
Subject: Re: Cannot creating user account with an & in qmailadmin



> john wrote:
> 
> Hi,
> 
> I am trying to create user account in qmail using qmailadmin and I am
> unable to create a user for example f&b.
> 
> Why does this have so much restriction ? Can I create it?
> 
> Regards
> John


f&b is not a valid user name. I think.


Ken Jones





Re: Cannot creating user account with an & in qmailadmin

2000-01-20 Thread iv0

> john wrote:
> 
> Hi,
> 
> I am trying to create user account in qmail using qmailadmin and I am
> unable to create a user for example f&b.
> 
> Why does this have so much restriction ? Can I create it?
> 
> Regards
> John

f&b is not a valid user name. I think.

Ken Jones