AtMail login problems…
Message loading failed – Please check the remote mail-server is responding correctly, remote mail-server online, no network timeouts, authentication error or mailbox lock
http://forum.atmail.com/viewtopic.php?id=1006
root@blue:/var/log/atmail# cd /var/www/atmailroot@blue:/var/www/atmail# nano showmail.php
don’t know if you resolved the issuein showmail.php try inserting $email[‘EmailSubject’] = preg_replace(“/[^\x9\xA\xD\x20-\x{D7FF}\x{FFFD}\x{10000}-\x{10FFFF}]/u”,”-“,$email[‘EmailSubject’]);after : if ( $user[‘Advanced’] ) { // Take away any references to ‘ and ” characters. They break the Jscript for the popup $email[‘EmailSubject’] = str_replace(array(“‘”, ‘”‘, “\n”, “\r”), ”, $email[‘EmailSubject’]); } insert here
didn’t work…access_log error_logroot@blue:/var/log/atmail# tail error_log[Fri Mar 19 05:53:46 2010] [error] [client 11
—————————————
THIS DIDN’T WORK… I WAS ABLE TO USE CHROME TO LOG INTO THE SITE AND DELETE THE WEIRD EMAILS IN THE INBOX…