• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Atmail does't display messages

zeroborg

Basic Pleskian
Hi,
i have Plesk 9.5.4, patched with the #21 microupdate.
I followed the directions about upgrading the atmail from 1.02 version to 1.05 version and completed it with no errors.
After that, hosted clients, can't see their messages, even though they have a lot of them.
The messages says: Inbox has no messages.
Same for all folders.
Same think happens even if i change the webmail client to horde 4.3.6
This is a serious problem.
/var/log/atmail/error_log logs when the clients logs in at the webmail:
======
[Sun Jul 15 17:02:18 2012] [error] [client XXX.XXX.XX.XX] PHP Deprecated: Assigning the return value of new by reference is deprecated in /var/www/atmail/libs/PEAR/DB.php on line 472, referer: http://webmail.xxxxxx.com/util.php?func=settings
[Sun Jul 15 17:02:18 2012] [error] [client XXX.XXX.XX.XX] PHP Deprecated: Assigning the return value of new by reference is deprecated in /var/www/atmail/libs/PEAR/DB.php on line 549, referer: http://webmail.xxxxxx.com/util.php?func=settings
[Sun Jul 15 17:02:18 2012] [error] [client XXX.XXX.XX.XX] PHP Deprecated: Assigning the return value of new by reference is deprecated in /var/www/atmail/libs/PEAR/DB.php on line 1204, referer: http://webmail.xxxxxx.com/util.php?func=settings
[Sun Jul 15 17:02:18 2012] [error] [client XXX.XXX.XX.XX] PHP Deprecated: Assigning the return value of new by reference is deprecated in /var/www/atmail/libs/PEAR/PEAR.php on line 569, referer: http://webmail.xxxxxx.com/util.php?func=settings
[Sun Jul 15 17:02:18 2012] [error] [client XXX.XXX.XX.XX] PHP Deprecated: Assigning the return value of new by reference is deprecated in /var/www/atmail/libs/PEAR/PEAR.php on line 572, referer: http://webmail.xxxxxx.com/util.php?func=settings
======
Please advice.

Thank you, Zero.
 
For the deprecated errors
Do the following

vim /etc/php.ini

Change default: error_reporting = E_ALL to

error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR

Then restart apache (/etc/init.d/httpd restart)

For the mails not showing please try the following:

chown -R popuser : popuser /var/qmail/mailnames/*
 
Back
Top