免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1107 | 回复: 0
打印 上一主题 下一主题

sendmail issue on solaris9 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-02-26 09:48 |只看该作者 |倒序浏览
我的问题是这样的:
有一个邮件服务器,在远程。
我需要每天运行 mailx -s [email]xxx@xxx.com[/email] < xxx.txt 来给自己发信。
所以sendmail配置都是默认的。

在 Berkeley versions of sendmail 上程序测试通过,最多就是新版本上修改一下
D{MTAHost}[127.0.0.1]就可以了。
Solaris 8 version of sendmail也是没有问题,但是solaris9下就怎么改都不成。
sendmail的日志:

Feb 25 21:04:35 knet-db sendmail[27093]: [ID 801593 mail.info] l1PD4Zb2027093: from=root, size=130, class=0, nrcpts=1, msgid=<[email]200702251304.l1PD4Zb2027093@knet-db.xxx.com[/email]>, relay=root@localhost
Feb 25 21:04:35 knet-db sendmail[27093]: [ID 801593 mail.info] l1PD4Zb2027093: to=sa@xxx.com, delay=00:00:00, mailer=relay, pri=30130, dsn=4.4.3, stat=queued

我做了如下修改,但是问题依旧:
Modify /etc/mail/submit.cf so that mail is sent via your smtp host.

The easiest way to modify /etc/mail/submit.cf is to change /usr/lib/mail/cf/submit.mc.
Add to that the following directives
define(`SMART_HOST', `your.smtp.server.')dnl
define(`MAIL_HUB',`your.smtp.server.')dnl
define(`LOCAL_RELAY',`your.smtp.server')dnl

prior to the line that says:
FEATURE(`msp',`[127.0.0.1]')dnl

then "make submit.cf" in /usr/lib/mail/cf
copy the resulting submit.cf to /etc/mail.

You should now be able to send mail without sendmail running.


[url]http://www.sendmail.org/vendor/sun/solaris9.html[/url]
我查到这个,但是没明白是什么意思。不支持了么?还是要修改其他什么地方?请达人告之。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP