PostfixAdmin works fine. But the next problem is coming. Squirrelmail can't work properly with php5.4. The error messages are:
After I send an email, the error messages are:
and
When installing Squirrelmail, the server told me that php5.4 does not support Squirrelmail. So what can I do for this issue?
Code:
Strict Standards: Non-static method Message::parseStructure() should not be called statically in /usr/local/www/squirrelmail/functions/mime.php on line 36
Strict Standards: Non-static method Message::parseBodyStructure() should not be called statically in /usr/local/www/squirrelmail/class/mime/Message.class.php on line 296
Current Folder: INBOX
After I send an email, the error messages are:
Code:
Strict Standards: Declaration of Deliver_SMTP::initStream() should be compatible with Deliver::initStream($message, $length = 0, $host = '', $port = '', $user = '', $pass = '') in /usr/local/www/squirrelmail/src/compose.php on line 1645
and
Code:
Message not sent. Server replied:
Authentication failed
535 5.7.8 Error: authentication failed: authentication failure
When installing Squirrelmail, the server told me that php5.4 does not support Squirrelmail. So what can I do for this issue?