https://bugs.koozali.org/show_bug.cgi?id=11806

--- Comment #1 from Brian Read <[email protected]> ---
On William's server:

[root@mailserver new]# db configuration show mailstats 
mailstats=report
    Del.Spam=yes
    Email=admin
    Execut.=yes
    Geoip.=yes
    Ham=yes
    Local=yes
    Mailman=yes
    Non.Conf.=yes
    Qued.Spam?=yes
    RBL/DNS=yes
    Rej.Load=yes
    Relay=yes
    SaveDataToMySQL=yes
    Status=enabled
    Virus=yes
    WebMail=yes
[root@mailserver new]# mysql
mailstats assumes user name of "mailstats" and similar password


MariaDB [(none)]> select User, Password from mysql.user;
+-----------+-------------------------------------------+
| User      | Password                                  |
+-----------+-------------------------------------------+
.....
| mailstats | *6874777963B5747773205295407B4CC3DD2AA36D |
.....
+-----------+-------------------------------------------+
7 rows in set (0.04 sec)


Here it is im my system:

MariaDB [(none)]> select User,Password from mysql.user
    -> ;
+------------+-------------------------------------------+
| User       | Password                                  |
+------------+-------------------------------------------+
| mailstats  | *6874777963B5747773205295407B4CC3DD2AA36D |
+------------+-------------------------------------------+

Looks like the same in both systems, soit is not the password.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to