如何在拨号环境下使用postfix |
| 作者:佚名 来源:不详 更新:2006-8-25 21:05:35 错误报告 我要投稿 |
有台拨号上网的机器,如何在它上面设置postfix使之在拨号成功后可以发送队列中的信件?
在postfix站点上有个讨论主题,解决方法是在main.cf中做如下设置:
# your ISP's SMTP server name or IP address goes here relayhost = smtprelay.someprovider.com # # this line disables spontaneous PPP connections defer_transports = smtp # # this line disables dns lookups for mail. As you are using a relay you really don't need DNS. If you use this you should use an ip address for $relayhost. disable_dns_lookups = yes 并在拨号脚本中加入: /usr/sbin/sendmail -q
|
|
| 文章录入:skyuu 责任编辑:skyuu |
|
| 【字体:小 大】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |