分类 随手笔记 下的文章

错误报告邮件如下
/etc/cron.daily/spamassassin:
wget: MIRRORED.BY: Permission denied
error: unable to refresh mirrors file for channel updates.spamassassin.org, using old file
wget: 1742071.tar.gz: Permission denied
wget: 1742071.tar.gz: Permission denied
wget: 1742071.tar.gz: Permission denied
wget: 1742071.tar.gz: Permission denied
channel: could not find working mirror, channel failed
sa-update failed for unknown reasons

解决方法
chown -R debian-spamd:debian-spamd /var/lib/spamassassin
chmod -R 700 /var/lib/spamassassin/

编辑 /etc/ssh/sshd_config 文件

在末尾增加两行
ClientAliveInterval 30
ClientAliveCountMax 3

重启ssh服务
/etc/init.d/ssh restart

首先编辑 /etc/inetd.conf
去掉 #ssh stream tcp nowait root /usr/sbin/sshd sshd -i -4 该行前面的#号
保存该文档

开机启动ssh服务

编辑 /etc/rc.conf 在末端增加一行
sshd_enable="yes"
保存该文档

允许root直接远程登录
编辑 /etc/ssh/sshd_config
搜索 PermitRootLogin 将该行注释的#去掉 并把no改成 yes

启动服务即可使用ssh客户端登录
/etc/rc.d/sshd start

首先编辑一下 /etc/hosts 增加一行,如下格式
IP地址 xxx.32mb.net mail

再开始安装
apt-get install amavisd-new spamassassin clamav clamav-daemon

apt-get install arj bzip2 cabextract cpio file gzip lhasa nomarch pax rar unrar unzip zip zoo