in /var/log/messages, many of below error :
Dec 13 08:53:57 mail kernel: ACPI Error: SMBus or IPMI write requires Buffer of length 66, found length 32 (20090903/exfield-286)
Dec 13 08:53:57 mail kernel: ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PMI0._PMM] (Node ffff88063668c240), AE_AML_BUFFER_LIMIT
Dec 13 08:53:57 mail kernel: ACPI Exception: AE_AML_BUFFER_LIMIT, Evaluating _PMM (20090903/power_meter-342)
in /var/log/dovecot.log, seems no error :
Dec 13 08:56:20 imap-login: Info: Login: user=<roy.wong@Domain.com>, method=LOGIN, rip=127.0.0.1, lip=127.0.0.1, mpid=20001, secured, session=<uTB6VIuZAAB/AAAB>
Dec 13 08:56:20 imap(roy.wong@Domain.com): Info: Disconnected: Logged out in=564 out=34658
D
in /var/log/maillog, when i reflash roundcube, have the below log. can get folder and how many message, but cannot display :
Dec 13 09:06:56 mail roundcube: <sbnhs6ch> [2377] S: * STATUS "INBOX/Account" (MESSAGES 112 UNSEEN 0)
Dec 13 09:06:56 mail roundcube: <sbnhs6ch> [2377] S: A0005 OK Status completed.
Dec 13 09:06:56 mail roundcube: <sbnhs6ch> [ADED] S: * 758 FETCH (UID 59350 RFC822.SIZE 65874 FLAGS (\Seen) INTERNALDATE "10-Dec-2019 04:40:42 +0800" BODY[HEADER.FIELDS (DATE FROM TO SUBJECT CONTENT-TYPE CC REPLY-TO LIST-POST DISPOSITION-NOTIFICATION-TO X-PRIORITY)] {321}
Dec 13 09:06:56 mail roundcube: <sbnhs6ch> [ADED] S: From: "xxxx" <xxxxx@xxxx.com>#015#012To: "xxxxx" <xxxx@xxxxx.com>#015#012Subject: 2019 Conflict Mineral-action needed#015#012Date: Mon, 9 Dec 2019 20:37:43 +0000#015#012Content-Type: multipart/related;#015#012#011boundary="_006_BN8PR06MB5409BFD705B1B4E4D5FD1C029D580BN8PR06MB5409namp_";#015#012#011type="multipart/alternative"#015#012#015
Dec 13 09:06:56 mail roundcube: <sbnhs6ch> [2377] C: A0006 STATUS INBOX/Apps (MESSAGES UNSEEN)
Dec 13 09:06:56 mail roundcube: <sbnhs6ch> [ADED] S: )
Dec 13 09:06:56 mail roundcube: <sbnhs6ch> [ADED] S: * 759 FETCH (UID 59351 RFC822.SIZE 1637 FLAGS (\Seen) INTERNALDATE "10-Dec-2019 06:47:20 +0800" BODY[HEADER.FIELDS (DATE FROM TO SUBJECT CONTENT-TYPE CC REPLY-TO LIST-POST DISPOSITION-NOTIFICATION-TO X-PRIORITY)] {259}
Dec 13 09:06:56 mail roundcube: <sbnhs6ch> [2377] S: * STATUS "INBOX/Apps" (MESSAGES 31 UNSEEN 0)
Dec 13 09:06:56 mail roundcube: <sbnhs6ch> [ADED] S: Date: Tue, 10 Dec 2019 06:47:21 +0800#015#012From: "xxxxx" <xxxxx@xxxx.com>#015#012To: <roy.wong@xxxxx.com>#015#012Subject: =?UTF-8?B?TUlTRlMwMUxvY2FsIGJhY2t1cCAtIFNlcnZlckJhY2t1cCDlt7LlnKggTUlTRlMwMSDkuIrmiJDlip/ln7fooYw=?=#015#012Content-Type: text/plain; charset=utf-8#015#012#015
Dec 13 09:06:56 mail roundcube: <sbnhs6ch> [2377] S: A0006 OK Status completed.
Dec 13 09:06:56 mail roundcube: <sbnhs6ch> [ADED] S: )
D
DocumentRoot in /etc/httpd/conf/httpd.conf is :
DocumentRoot "/var/www/html"
inside /etc/httpd/conf.d/roundcubemail.conf :
<VirtualHost *:80>
ServerName mail.xxxxx.com
ServerAlias xxxx.com
DocumentRoot /var/www/roundcubemail/
<Directory /var/www/roundcubemail>
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from ALL
RewriteEngine on
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)?$ https://%{SERVER_NAME}$1 [L,R]
</Directory>
</VirtualHost>
/etc/httpd/conf.d/iredadmin.conf:
WSGISocketPrefix /var/run/wsgi
WSGIDaemonProcess iredadmin user=iredadmin threads=15
WSGIProcessGroup iredadmin
#Alias /iredadmin "/var/www/iredadmin/"
AddType text/html .py
<Directory /var/www/iredadmin/>
Order allow,deny
Allow from 192.168.1.0/24
#Allow from ALL
</Directory>