各位先進們好,小弟公司的openwebmail已使用很久,今天突然發生2件怪事,請教可有解決方法,非常感謝
1.收件夾中信件明明已按右上方丟垃圾圖樣,而垃圾桶中也出現剛刪除信件,可是收件夾中刪除信件卻仍然存在。
2.某一用戶登入時載入很久(如圖1),而後出現Internal Server Error,然其他帳號卻可正常登入
請教各位先進可有解決方法,非常感謝
alextang52提到:
opdate
我也遇上相同問題,我的情況是perl版本所造成,請看一下perl的版本
rpm -qa | grep perl
看到它是 perl-5.8.8-42-e15
ls -al /usr/bin/perl 發現最近有更新。
下載舊版後,將之downgrade到上一粄,之後一切就OK了。
rpm -ivh --force perl-5.8.8-41.el5.i386.rpm
感謝大大的回應,檢查了perl確實有更新
[root@mail ~]# rpm -qa perl
perl-5.8.8-42.el5
趕快來試試
忘了問有需要再重啟伺服器嗎?還是執行了就好
cww0806大大真是太感謝你了 ,終於恢復正常了,另為以後有人遇到相同問題可以參考簡述如下:
downgrade perl
[root@mail ~]# rpm -qa perl
perl-5.8.8-42.el5
[root@mail ~]# cd /logview/
[root@mail logview]# wget \
ftp://rpmfind.net/linux/centos/5.10/os/i386/CentOS/perl-5.8.8-41.el5.i386.rpm
--2014-10-03 21:13:29-- ftp://rpmfind.net/linux/centos/5.10/os/i386/CentOS/perl-5.8.8-41.el5.i386.rpm
=> `perl-5.8.8-41.el5.i386.rpm'
Resolving rpmfind.net... 195.220.108.108
Connecting to rpmfind.net|195.220.108.108|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /linux/centos/5.10/os/i386/CentOS ... done.
==> SIZE perl-5.8.8-41.el5.i386.rpm ... 12297193
==> PASV ... done. ==> RETR perl-5.8.8-41.el5.i386.rpm ... done.
Length: 12297193 (12M)
100%[====================>] 12,297,193 2.34M/s in 5.9s
2014-10-03 21:13:39 (1.97 MB/s) - `perl-5.8.8-41.el5.i386.rpm' saved [12297193]
[root@mail logview]# rpm -ivh --force perl-5.8.8-41.el5.i386.rpm
Preparing... ########################################### [100%]
1:perl ########################################### [100%]
[root@mail logview]# rpm -qa perl
perl-5.8.8-41.el5
通常這個時候
就需要有Log
若你是使用Linux Base的OS架起Mail系統
那在/var/log/httpd/error_log裡面
應該會有蛛絲馬跡可循
大大您好檢視LOG幾個重要資訊
[Thu Oct 02 05:52:31 2014] [notice] caught SIGTERM, shutting down
[Thu Oct 02 05:52:32 2014] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Oct 02 05:52:32 2014] [notice] SSL FIPS mode disabled
[Thu Oct 02 05:52:32 2014] [notice] Digest: generating secret for digest authentication ...
[Thu Oct 02 05:52:32 2014] [notice] Digest: done
[Thu Oct 02 05:52:32 2014] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Thu Oct 02 10:54:22 2014] [notice] caught SIGTERM, shutting down
[Thu Oct 02 10:58:29 2014] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Oct 02 10:58:29 2014] [notice] Digest: done
[Thu Oct 02 10:58:34 2014] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Thu Oct 02 10:58:34 2014] [notice] SSL FIPS mode disabled
[Thu Oct 02 10:58:34 2014] [notice] Apache/2.2.3 (CentOS) configured -- resuming normal operations