原来的网站无法访问

不过我这里的确没有装上
eddiechen可以查询一下
rpm -qa|grep perl-Compress

已经找到问题所在
默认没有安装perl-Compress-Raw-Zlib
yum install perl-Compress-Raw-Zlib
解决

sorry
centos 5.5 64位
iRedMail 0.6.0

没有人关注吗?

好像我的也是 6.0的
一直停留在“正在发送邮件...”

**Unmatched Entries**
    Found decoder for    .F    at /usr/bin/unfreeze: 4 Time(s)
    Found decoder for    .deb  at /usr/bin/ar: 4 Time(s)
    Found decoder for    .cpio at /usr/bin/pax: 4 Time(s)
    SQL::Quarantine      NOT loaded: 4 Time(s)
    Internal decoder for .uue : 4 Time(s)
    Found decoder for    .cab  at /usr/bin/cabextract: 4 Time(s)
    Found decoder for    .lha  at /usr/bin/lha: 4 Time(s)
    Found decoder for    .gz   at /usr/bin/gzip -d: 4 Time(s)
    Found decoder for    .exe  at /usr/bin/unrar; /usr/bin/lha; /usr/bin/arj: 4 Time(s)
    Found decoder for    .rar  at /usr/bin/unrar: 4 Time(s)
    Internal decoder for .hqx : 4 Time(s)
    Found decoder for    .Z    at /usr/bin/uncompress: 4 Time(s)
    Found decoder for    .lzo  at /usr/bin/lzop -d: 4 Time(s)
    Internal decoder for .asc : 4 Time(s)
    Found decoder for    .tar  at /usr/bin/pax: 4 Time(s)
    Internal decoder for .zip : 4 Time(s)

估计还是版本的问题
http://www.iredmail.org/bbs/topic1575-h … assin.html

Compress::Raw::Zlib有问题了

执行perl -e 'use Compress::Zlib;'  没用任何错误提示

[root@s2 spool]# amavisd --version
Error in parsing command line options: --version

Usage:
  /usr/sbin/amavisd
    [-u user] [-g group]
    [-i instance_name] {-c config_file}
    [-d log_level,area,...]
    [-m max_servers] {-p listen_port_or_socket}
    [-L lock_file] [-P pid_file] [-H home_dir]
    [-D db_home_dir | -D ''] [-Q quarantine_dir | -Q '']
    [-R chroot_dir | -R ''] [-S helpers_home_dir] [-T tempbase_dir]
    ( [start] | stop | reload | debug | debug-sa | foreground |
      showkeys {domains} | testkeys {domains} | genrsa file_name [nbits]
      convert_keysfile file_name )
  where area is a SpamAssassin debug area, e.g. all,util,rules,plugin,dkim,dcc
or:
  /usr/sbin/amavisd (-h | -V)  ... show help or version, then exit
[root@s2 spool]# amavisd -V
amavisd-new-2.6.4 (20090625)

**Unmatched Entries**
    (!)Decoding of p010 (Zip archive data, at least v2.0 to extract) failed, leaving it unpacked: Compress::Raw::Zlib defines neither package nor VERSION--version check failed at (eval 102) line 467.: 1 Time(s)
    (!)Decoding of p013 (Zip archive data, at least v2.0 to extract) failed, leaving it unpacked: Compress::Raw::Zlib defines neither package nor VERSION--version check failed at (eval 102) line 467.: 1 Time(s)

哦 明白了

希望对大家有用

用户自己有过滤规则 但是没有过滤“***SPAM***”


    sieve = /mail/vmail/sieve/%Ld/%Ln/dovecot.sieve

    sieve_global_path = /mail/vmail/sieve/dovecot.sieve

不能公用?

需要配合mb2md使用,由于用户是系统用户,可以直接用转换到LADP的工具来转换用户数据,论坛里面有很多,可以找找。

我这个脚本只是用来转换邮件数据,转换好的邮件自动加上old前缀。
转换完成之后登录RoundCube,在“邮箱设置”的“邮件夹”里面勾选以old开头的文件夹即可。

 
#!/bin/sh

# Author: yezhiqiu (yezhiqiu.CN@gmail.com)
# Thanks:jackey.king@hotmail.com

export MB2MD="/mail/conversion/mb2md-3.20.pl"
export HOME_DIR="/home"
export TO_DIR="/var/mail/vmail/youname.com"
export SPOOL_DIR="/var/spool/mail"

for user_id in $( cat list.log )
do
for i in $( ls $HOME_DIR/$user_id/mail )
do if test -f "$HOME_DIR/$user_id/mail/$i"
then
mkdir -p $TO_DIR/$user_id/Maildir/.old-$i
$MB2MD -s $HOME_DIR/$user_id/mail/$i -d $TO_DIR/$user_id/Maildir/.old-$i
fi
done
mkdir -p $TO_DIR/$user_id/Maildir/.old-$user_id
$MB2MD -s $SPOOL_DIR/$user_id -d $TO_DIR/$user_id/Maildir/.old-$user_id
done


list.log文件存储了需要转换的用户,如果需要全部转换,可以把“cat list.log ”修改成“ls $HOME_DIR”

已经在dovecot中设置垃圾邮件直接投递到Junk但是还有一些不成功
标题包含***SPAM***

php版本?

PHP5.3.3环境下iRedMail-0.6.0不能正常工作的看这里
主要是roundcube在php5.3下工作不正常
http://trac..net/ticket/1486279
最简单的方法
打开 /var/www/roundcubemail-0.3.1/config/db.inc.php
找到 $rcmail_config['db_dsnw'] = "mysqli:
修改成 $rcmail_config['db_dsnw'] = "mysql:

18

(0 篇回复,发表在 iRedMail 技术支持)

**Unmatched Entries**
    Found decoder for    .tar  at /usr/bin/pax: 1 Time(s)
    Internal decoder for .zip : 1 Time(s)
    Found decoder for    .F    at /usr/bin/unfreeze: 1 Time(s)
    Creating db in /var/amavis/db/; BerkeleyDB 0.36, libdb 4.3: 1 Time(s)
    Internal decoder for .tnef: 1 Time(s)
    Found decoder for    .deb  at /usr/bin/ar: 1 Time(s)
    starting.  /usr/sbin/amavisd at s2.suntrustit.net amavisd-new-2.6.4 (20090625), Unicode aware, LANG="en_US.UTF-8": 1 Time(s)
    Found decoder for    .zoo  at /usr/bin/zoo: 1 Time(s)
    Found decoder for    .arc  at /usr/bin/nomarch: 1 Time(s)
    AM.PDP-in proto code loaded: 1 Time(s)
    Using primary internal av scanner code for ClamAV-clamd: 1 Time(s)
    Found decoder for    .cpio at /usr/bin/pax: 1 Time(s)
    Local-out proto code loaded: 1 Time(s)
    Found decoder for    .rpm  at /usr/bin/rpm2cpio: 1 Time(s)
    SQL::Quarantine      NOT loaded: 1 Time(s)
    Internal decoder for .uue : 1 Time(s)
    Found decoder for    .cab  at /usr/bin/cabextract: 1 Time(s)
    No decoder for       .7z   tried: 7zr, 7za, 7z: 1 Time(s)
    Found decoder for    .lha  at /usr/bin/lha: 1 Time(s)
    Internal decoder for .ync : 1 Time(s)
    Found decoder for    .gz   at /usr/bin/gzip -d: 1 Time(s)
    Found decoder for    .exe  at /usr/bin/unrar; /usr/bin/lha; /usr/bin/arj: 1 Time(s)
    Found decoder for    .rar  at /usr/bin/unrar: 1 Time(s)
    Internal decoder for .hqx : 1 Time(s)
    Found decoder for    .arj  at /usr/bin/arj: 1 Time(s)
    Internal decoder for .mail: 1 Time(s)
    Found decoder for    .Z    at /usr/bin/uncompress: 1 Time(s)
    Found decoder for    .lzo  at /usr/bin/lzop -d: 1 Time(s)
    Internal decoder for .asc : 1 Time(s)
    No decoder for       .tnef tried: tnef: 1 Time(s)
    Found decoder for    .bz2  at /usr/bin/bzip2 -d: 1 Time(s)

---------------------- amavis End -------------------------

19

(2 篇回复,发表在 iRedMail 技术支持)

OK
thx

20

(2 篇回复,发表在 iRedMail 技术支持)

Argument "1.39_01" isn't numeric in subroutine entry at /usr/bin/sa-update line 81.

Subject: Cron <root@s2> /usr/share/spamassassin/sa-update.cron 2>&1 | tee -a /var/log/sa-update.log

默认安装完就一直有这个错误

21

(2 篇回复,发表在 iRedMail 技术支持)

可以
升级文档如下
http://iredmail.org/wiki/index.php?titl … .5.1-0.6.0

哈哈 庆祝儿童节

呵呵 不错的经验分享

24

(1 篇回复,发表在 iRedMail 技术支持)

霍霍 不错

roundcube 0.4都已经出来了
看来iredmail要尽快跟进了