08 2017 档案

摘要:-b,-k,-m,-g show output in bytes, KB, MB, or GB k,m,g显示输出字节,KB,MB,或GB -h human readable output (automatic unit scaling) 可读输出(自动单元缩放) -l show detailed 阅读全文
posted @ 2017-08-29 15:01 Novicelong 阅读(13054) 评论(0) 推荐(0)
摘要:内核参数的优化 net.ipv4.ip_forward = 0 表示开启路由功能,0是关闭,1是开启 net.ipv4.conf.all.rp_filter=1 则是"告诉"kernel加强入站过滤(ingress filtering)和出站过滤(egress filtering) net.ipv4 阅读全文
posted @ 2017-08-28 14:33 Novicelong 阅读(756) 评论(0) 推荐(0)
摘要:转载 http://blog.liuker.cn/index.php/nginx/35.html 环境需要: 1、需要一台nginx做mail的反向代理 2、需要一台做认证的php环境 3、一台测试客户机(测试邮件发送采用sendEmail) 整个流程: 客户机发邮件 >nginx >认证 >发送邮 阅读全文
posted @ 2017-08-25 15:46 Novicelong
摘要:在sendmail,命令发送邮件时提示 inux : inet_protocols: IPv6 support is disabled: Address family not supported by protocol vim /etc/postfix/main.cf inet_protocols 阅读全文
posted @ 2017-08-10 10:54 Novicelong