发布时间:2013-09-08 14:38:52
1.安装软件包 yum install postfix system-switch-mail2.切换MTA并启动Postfix system-switch-mail-nox 选择Postfix3.配置Postfix主配置文件/etc/postfix/main.cf 指定postfix监听的网络端口为所有 inet_interfaces = all 指定运行postfix服务的邮件.........【阅读全文】
发布时间:2013-09-08 13:26:46
1.安装OpenSSH服务(CentOS系统默认安装了openssh) yum install openssh-server -y2.配置OpenSSH服务(默认的配置已可以正常工作)OpenSSH的主配置文件:/etc/ssh/sshd_config 常见的配置选项: Port=22 设置SSH的端口号是22(默认端口号为22) Protocol 2 .........【阅读全文】