我是以rpm的方式安裝的! 安裝完成後,收發信都很正常,但是,行事歷卻完全不會動, 請問我該怎麼解決?? 以下是我的安裝步驟: 參考的文件:http://openwebmail.org/openwebmail/download/redhat-7x-installer/rpm/perl/rh80/00-howto.txt 從openwebmail官方網站下載下列檔案 下載位置 1.http://openwebmail.org/openwebmail/download/redhat-7x-installer/rpm/perl/rh80/perl-suidperl-5.8.0-55.i386.rpm 2.http://openwebmail.org/openwebmail/download/redhat-7x-installer/rpm/perl/rh80/perl-Text-Iconv-1.2-RH80.i368.rpm 3.http://openwebmail.org/openwebmail/download/redhat-7x-installer/daily-build/openwebmail-1.81-20021127.i386.rpm 安裝 perl-suidperl-5.8.0-55.i386.rpm perl-Text-Iconv-1.2-RH80.i368.rpm rpm -Uvh --force perl*.rpm 安裝openwebmail rpm -ivh openwebmail-1.81-20021127.i386.rpm 4. 初始化 openwebmail cd /var/www/cgi-bin/openwebmail ./openwebmail-tool.pl --init 初始化過程中,發生下列訊息: [root@justdoit openwebmail]# ./openwebmail-tool.pl --init WARNING! The perl on your system has serious bug in routine tell()! While openwebmail can work properly with this bug, other perl application may not function properly and thus cause data loss. We suggest that you should patch your perl as soon as possible. Please hit 'Enter' to continue or Ctrl-C to break. Please change the 3 options in openitwebmail.conf dbm_ext .db dbmopen_ext %dbm_ext% dbmopen_haslock no to dbm_ext .db dbmopen_ext %dbm_ext% dbmopen_haslock yes Then execute './openwebmail-tool.pl --init' again. 上述訊息,的意思是將 openwebmail.conf 中的三行修改為 dbm_ext .db dbmopen_ext %dbm_ext% dbmopen_haslock yes openwebmail.conf的位置在/var/www/cgi-bin/openwebmail/etc 重新執行 ./openwebmail-tool.pl --init 初始化過程,會詢問 直接 enter 確定 安裝完成 6. login in http://justdoit.homeip.net/cgi-bin/.../openwebmail.pl