Page 1 of 1

Setting user password to blank

Posted: Wed Jan 04, 2006 11:39 am
by DDavid
Is it possible to 1)..set a users's password to blank, and 2)...how can i use scalix as an smtp server that does not authenticate for some users, would to use scalix as an smtp server to trap error messages from an application. Would realy like to not authenticate for a particular user.

Posted: Wed Jan 04, 2006 12:14 pm
by ScalixSupport
Yes, you can set a user's password as blank. It's not something you can do from the Administration Console but from the command line, run the command:

Code: Select all

ommodu -o "User Name" -p ""


When you talk about authentication, do you mean signing on to that particular user's mailbox or when submitting messages as an SMTP client ?

Cheers

Dave