主题: 关于iredapd 1.24rc1 的文档问题
安装的时候,看着 1.24 rc1 的中文文档来安装,就是那个 mysql版的 .
http://www.iredmail.org/wiki/index.php? … dAPD/MySQL
在日志的地方
Rotate log file with logrotate
Add new file in logrotate to rotate iRedAPD log file:
File: /etc/logrotate.d/iredapd
/var/log/mail.log {
compress
daily
rotate 30
missingok
# Use bzip2 for compress.
compresscmd /bin/bzip2
uncompresscmd /bin/bunzip2
compressoptions -9
compressext .bz2
# Used on RHEL/CentOS.
postrotate
/bin/kill -HUP $(cat /var/run/syslogd.pid 2> /dev/null) 2> /dev/null || true
endscript
# Used on Ubuntu.
#postrotate
# invoke-rc.d sysklogd reload > /dev/null
#endscript
}
上面 那个 日志的名字 是不是错了? 不应该是 mail.log ,而是 iredapd.log ?