emailpasswordsjames

How to change a password to an user in apache james



I want to change the password to an specific user of a james server.
Thanks


Solution

  • You can connect to James Remote Administration Tool via Telnet

    telnet <ip> 4555
    

    The default credentials are login: root password: root

    Once connected, simply run this command:

    setpassword [username] [password]