⑴查询是否安装:rpm一qalgrep postfix,安装:yum install一Ypostfix,开启服务:chkconfig postfix on,编辑配置文件:vi/etc/postfix/main. cf(行是主机名去掉#号=mail 。 test 。 , 行是域名去掉#号=test. , 行是向外发信时作为外部识别的标识去掉#号myorigin=$myorigin, 行是监听端口去掉#号i interfaces=all同时在行前添加#号,行添加#号行去掉#号,行是访问权限控制去掉#号myworks=. ../,.../,重启服务:service postfix restart.
⑵查询是否安装:rpm-qalgrep dovecot,安装:yum instally dovecot,开启服务:chkconfig dovecot on,编辑配置文件:V/etc/ dovecot/dovecot.conf(行去掉#号,在行添加下列语句:maiLlocation空格=空格mbox:一/mail/: INBOX=/var/mail/屖务:service dovecot restart.
⑶安装:yum install-y mutt,查看邮箱:mutt-f 。 test. .
⑷以上就是Linux在比较大型服务器上的应用,可以看到不管是邮件服务器还是ftp服务器或者是Web服务器上,Linux都能够大显身手。