ulmate01 发表于 2013-6-28 11:22
嗯 谢谢。主要是我用semdmail里面smtp,那我用outlook该怎么设置呢?
这就麻烦啦,呵呵。
看一下这个帖子:
http://www.linuxquestions.org/questions/linux-networking-3/sendmail-can-receive-but-can%27t-send-270737/#post1372066 关键是这个:
Edit your /etc/mail/sendmail.mc
Change this: DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
Into this: DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl
Then do: make -C /etc/mail
Then: service sendmail restart
Now test. 另外,如果能给你连过去了,那别人也可以这么用了。所以你要设置个密码什么的,邮件上还有relay一说,好像也要禁止掉的,不然一大堆垃圾邮件涌进来就惨了。
不怕,这个玩不来,还有exim,以及一辈子都用不完的免费开源邮件服务器大军:http://en.wikipedia.org/wiki/List_of_mail_servers http://en.wikipedia.org/wiki/Comparison_of_mail_servers
|