免费注册 查看新帖 |

Chinaunix

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

[Mail] sendmail issue on solaris9【已凑合解决】 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-02-25 21:32 |只看该作者 |倒序浏览
我的问题是这样的:
有一个邮件服务器,在远程。
我需要每天运行 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]
我查到这个,但是没明白是什么意思。不支持了么?还是要修改其他什么地方?请sendmail达人告之。

[[i] 本帖最后由 我是大宇 于 2007-2-26 12:13 编辑 [/i]]

论坛徽章:
1
荣誉会员
日期:2011-11-23 16:44:17
2 [报告]
发表于 2007-02-26 10:28 |只看该作者
mailq 有顯示什麼訊息嗎 ?

通常我都是在 s9 上重裝 sendmail , 這樣對自己的掌握度會較好,因為 s9 用的 預設 mc (.cf) 和 一般的 linux 略有不同

论坛徽章:
0
3 [报告]
发表于 2007-02-26 10:42 |只看该作者
root@knet-db ~#mailq
/var/spool/mqueue is empty
                Total requests: 0

区别我看了一下,写了那么一大篇,不是略有不同了。。
http://www.sendmail.org/vendor/sun/differences.html#3

论坛徽章:
0
4 [报告]
发表于 2007-02-26 12:12 |只看该作者
解决了。。。。。
echo -e "helo\r\nmail from:aaa@xxx.com\r\nrcpt to:bbb@xxx.com\r\ndata\r\nFrom:aaa\r\nTo:bbb\r\nSubject: this is a test\r\n\r\n this is a test\r\n.\r\nquit\r\n" | /usr/local/bin/nc -w 5 192.168.74.193 25

.....
各位,不要拍砖,我只是想解决问题。。。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP