26

Re: Can't login to cluebringer & awstats

I generated it via "openssl passwd -1" command then i went to SQL and changed the password using this command:

UPDATE mailbox SET password='{MD5}$1$ie240wrO$HkLHA88qwKz8m5Ibpmo.S1' WHERE username='postmaster@mydomain.com';

Is this correct? smile

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

27

Re: Can't login to cluebringer & awstats

Well, you didn't follow our tutorial strictly. Please remove '{MD5}' prefix in password hash.