Dear all,
I had postfixadmin working, and a few days I created an account in
it (1234@xxxinfo). The account could login, send email & so on.
Today, I added another test account, but the account would not log in.
The IMP server is dovecot.
Error message:
a login te...@xx... fred
a NO [AUTHENTICATIONFAILED] Authentication failed.
* BYE Disconnected for inactivity.
closed
I compared the entries for each account in mysql and noticed that these
differed:
mysql> select * from mailbox;
| 12...@xx... | $1111111111111 | S.L TEST | xxx.info/1234/
| 10240000 | 1234 | xxx.info | 2011-01-04 15:41:24 | 2011-01-04
15:41:24 | 1 |
| te...@xx... | $11111111111111 | test Test | xxx.info/test/ |
5120000 | test | xxx.info | 2011-01-07 11:35:01 | 2011-01-07 11:36:29
| 1 |
The virtual_userstable only has this entry:
mysql> select * from virtual_users;
+----+-----------+----------------------------------+------------------------+
| id | domain_id | password |
email |
+----+-----------+----------------------------------+------------------------+
| 1 | 1 | xxxx | 12...@xx... |
+----+-----------+----------------------------------+------------------------+
1 row in set (0.00 sec)
mysql> select * from virtual_aliases;
+----+-----------+------------------------+------------------------+
| id | domain_id | source | destination |
+----+-----------+------------------------+------------------------+
| 1 | 1 | 12...@xx... | 12...@xx... |
| 2 | 1 | 12...@xx... | fre...@kl... |
+----+-----------+------------------------+------------------------+
Again, I don't know what has happened to cause this problem. The only
thing that was changed was the location of the postfixadmin directory on
apache. It was moved to a vhost.
These errors keep popping up in the apache error.log, and I do not know
whether these are related to the problem.
[Fri Jan 07 11:36:29 2011] [error] [client 11.11.11.11] PHP Notice:
Undefined index: flash in
/www/postfixadmin/templates_c/0d1a714f76f647ac5097fa38ac2b35080d18dd12.file.header.tpl.php
on line 54, referer:
http://admin.xxx.info/edit-mailbox.php?username=test%40xxxx.info&domain=xxxx.info
[Fri Jan 07 11:36:29 2011] [error] [client 11.11.11.11] PHP Notice:
Undefined variable: motd_file in
/www/postfixadmin/smarty/libs/sysplugins/smarty_internal_data.php on
line 287, referer:
http://admin.xxxx.info/edit-mailbox.php?username=test%40xxxx.info&domain=xxxx.info
[Fri Jan 07 11:36:29 2011] [error] [client 11.11.11.11] PHP Notice:
Undefined variable: PALANG_pFooter_logged_as in
/www/postfixadmin/smarty/libs/sysplugins/smarty_internal_data.php on
line 287, referer:
http://admin.xxxx.info/edit-mailbox.php?username=test%40xxxx.info&domain=xxxx.info
Does anyone know what went amiss?
Best wishes, J
|