ChinaUnix.net
相关文章推荐:

postfix架在防火墙后

华为的防火墙宕机,用linux做了个防火墙暂时替代,但是原来好用的postfix突然就无法通过open relay的测试了,有朋友说可能使linux防火墙的问题(可能把外部的地址转换为内部的地址了),让我把postfix 的配置文件中的 mynetworks 值改一下,去掉内网的地址,只保留127。0。0。0/8,更改好用了,回头华为的防火墙升级ios,就不用linux了,但是open relay 的测试又不通过了,究竟是什么原因呀?麻烦高手诊断一下。 个人感觉,...

by wming_dl - 服务器应用 - 2006-07-19 14:11:59 阅读(1165) 回复(5)

相关讨论

如何能限制每个ip连接次数或者的频率,超过限制了就封掉, 为什么我把下面的 加进防火墙里也不好用? 这些到底怎么用??以下哪些是正确的?该写哪些到防火墙配置文件里? 怎么才能有效的防止 冒用滥发垃圾,和攻击, 请赐教! iptables -R ratelimit 1 -p tcp -m state --state NEW -m recent --update --rsource --seconds 3600 -j DROP iptables -I ratelimit 2 -p tcp -m state --state NEW -m hashlimit --hashlimit ...

by sucbttp - Linux系统管理 - 2013-07-05 10:57:04 阅读(1475) 回复(4)

经常重启失败,现在根本不敢重启系统啦,每次启动都有不同的问题,只有重安装啦,苦呀!!

by gz_unix - 网络与硬件 - 2003-06-03 18:16:07 阅读(495) 回复(0)

经常重启失败,现在根本不敢重启系统啦,每次启动都有不同的问题,只有重安装啦,苦呀!!

by gz_unix - Linux系统管理 - 2003-06-03 18:16:07 阅读(907) 回复(0)

我刚装上postfix,而且也启动成功了. ps ax|grep postfix显示 2388 ? Ss 0:00 /usr/libexec/postfix/master 可执行telnet localhost 25出现 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. 这时系统就停在这里了 狂按ctr+c也不管用。 请大侠们告诉我这到底是怎么回事啊,谢谢。

by kornrock - 服务器应用 - 2007-04-08 14:43:15 阅读(1644) 回复(2)

May 25 11:55:42 mail postfix/smtpd[11460]: warning: SASL: Connect to smtpd failed: No such file or directory May 25 11:55:42 mail postfix/smtpd[11460]: fatal: no SASL authentication mechanisms May 25 11:55:43 mail postfix/master[11452]: warning: process /usr/libexec/postfix/smtpd pid 11460 exit status 1 May 25 11:55:43 mail postfix/master[11452]: warning: /usr/libexec/postfix/smtpd: bad command st...

by locale - 服务器应用 - 2009-05-25 14:16:53 阅读(2076) 回复(1)

本帖最由 smallfish 于 2012-05-09 21:35 编辑 在CENTOS 上用yum 安装的postfix,查看本机25端口已经打开,postfix服务也开启,但是telnet 25端口没有信息。 # netstat -anp|grep 25 tcp 0 0 127.0.0.1:10025 0.0.0.0:* LISTEN 4827/master tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 2533/portmap tcp 0 0 0.0.0...

by smallfish - 服务器应用 - 2012-05-14 14:08:35 阅读(2313) 回复(2)

我一开始安装的postfix是支持sasl了的,我也配置好了,一切都正常,但最近因为打算用mysql,所以对postfix做了升级使其支持mysql,但不知道为何这样一来,我却无法支持sasl了?原因是什么呢? Post-a 什么都没有,错误的日志是:warning: smtpd_sasl_auth_enable is true, but SASL support is not compiled in。这个怎么解决呢? 我最开始安装postfix是yum仓库安装的,都没什么问题, 怎么升级支持mysql就无法支持验证...

by 有机天使 - 服务器应用 - 2012-03-16 19:14:42 阅读(1311) 回复(1)

高手,请教下,我的postfix一键安装包安装完,怎么通过WEB登录管理邮箱呢,然想问下,有没有想过的postfix维护手册???

by qunchaomin - 服务器应用 - 2011-04-30 19:53:11 阅读(1504) 回复(0)

重装装已经删除/usr/local/postfix /etc/postfix /www/mailserver/postfix了,如果没删就装到了make install这步也会提示如下:/usr/lib/.khostd/find: missing argument to `-exec' /usr/lib/.khostd/find: missing argument to `-exec'错误。删重装,正常。stop服务正常,start服务出错如下: [code][root@www postfix-2.4.13]# /usr/local/postfix/sbin/postfix stop postfix/postfix-script: stopping the postfix mail s...

by wlacf - 服务器应用 - 2012-04-06 17:30:54 阅读(3496) 回复(6)

我想给postfix 添加SMTP认证.我在main.cf中加入以下设置: smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = '' smtpd_recipient_restrictions = permit_sasl_authenticated, reject_unauth_destination, permit_mynetworks, broken_sasl_auth_clients = yes smtpd_client_restrictions = permit_sasl_authenticated smtpd_sasl_security_options = noanonymous 然从起postfix 都是失败,我用的是saslauthd认证. #tes...

by happehome - Linux系统管理 - 2008-07-12 13:58:39 阅读(1520) 回复(2)