Koozali.org: home of the SME Server

E-Mail Again

Marco Müller

E-Mail Again
« on: August 26, 2000, 01:12:57 PM »
Hi i have a little problem with my E-mail
I setup an account "info" and delete it then. and now if i want to setup it again but everytime it makes an error "Error: account "info" is an existing user-deleted account"
but i want that the mails which get in as info@artec.de will be delivert to ingo@artec.de but if i want make an alias (Alias name = info, Alias list = ingo) it says
"Error: There is already a user-deleted called "info".You can't have an alias with that name" What could i do to get it worked?
Plz Help

Thx

Marco

Orville Carter

RE: E-Mail Again
« Reply #1 on: August 26, 2000, 04:38:55 PM »
Let me quote from the illustrious Charlie Brady, who said, and I quote

"That indicates a problem when you deleted that user - it left a line in
/home/e-smith/accounts which looks like:

username=user-deleted|First|John|Last|Citizen|....

Remove that line from that file and you can then re-add that user.

Or you could take a short cut and change "user-deleted" to "user", then do:

/sbin/e-smith/signal-event user-create username "

End of quote. Ha!

Marco Müller

RE: E-Mail Again
« Reply #2 on: August 28, 2000, 01:24:49 PM »
HI

i tried ot with /sbin/e-smith/signal-event user-create info but it don´t work
then i tried it with editing the accounts file but i can´t wok with the VI editor and joe isn´t installed ?
How could i edit the accounts file with vi to del the info user and save it??

Thx

Marco

Dan Brown

RE: E-Mail Again
« Reply #3 on: August 28, 2000, 07:41:27 PM »
For an editor, use pico.  It's easy, and it's installed by default.

Gordon Rowell

RE: E-Mail Again
« Reply #4 on: August 28, 2000, 09:25:00 PM »
Dan Brown wrote:

> For an editor, use pico.  It's easy, and it's installed by
> default.

And it's close to joe/Emacs, but annoyingly different - ^K is "kill line",
not "kill to end-of-line". :-(

Gordon