用jwsmtp发送邮件:
邮件会先发到发件人邮箱所在smtp server,通过smtp server(smtp protocl)再寻找目标地址所在的mail
server将邮件放到指定位置(收件人的邮箱),收件人打开邮箱,就可以收邮件了(25port)
your can use command telnet smtp.sina.com.cn 25 test is ok
收邮件:
pop3 server(110port)
your can use command telnet pop3.sina.com.cn 110 test is ok
*内网往外网发得要smtp的认证 just username and password
解压缩
gzip -d file.tar.gz
tar xvf file.tar
查看端口
netstat -an
tracert smtp.sina.com.cn
/etc/hostname.hme0:主机名,hme0为网卡接口名
/etc/hosts:IP配置 域名解析
/etc/defaultrouter:缺省网关
/etc/netmasks:子网掩码
/etc/nsswitch.conf:在host的行末加上dns,要与files用分隔符隔开
/etc/resolv.conf:配置域名服务器
/etc/nodename:也填上主机名
temp change hostname
hostname vimms
阅读(2752) | 评论(0) | 转发(0) |