由 linuxlsong 在 08-18-2004 23:46 发表:
急,怎么配置如下的sendmail,请指教,非常感谢。
Server1: redhat linux 9 . ip :192.168.0.1
Server2: Lotus notes . ip :192.168.0.2
Server3: DNS server . ip :192.168.0.4
怎么配置这些服务器,从而实现linux服务器上 mail [email protected] .
本人刚接触者些东西,请指教,小弟感激不尽。
由 Snoopy 在 08-19-2004 23:09 发表:
先要有mx记录到你ip,然后看置顶里的sendmail的安装贴
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 txkss 在 08-19-2004 23:47 发表:
就这几个过程
第1步:#rpm –qa|grep sendmail
第2步:#vi /etc/mail/sendmail.cf DaemonPortOptions=port=smtp,Addr=xx.xx.xx.xx,Name=MTA
第3步:#service sendmail start #pstree|grep sendmail
第4步:#rpm –qa|grep imap
第5步:#vi /etc/xinetd.d/ipop3 yes to no #vi /etc/xinetd.d/imap yes to no #service xinetd restart
第6步:建立DNS MX记录
第7步:sendmail –bt-$=w--^+d vi /etc/mail/local-host-names-将本地域和主机FQDN写进去 #service sendmail restart--#sendmail –bt----$+w------^+d
第8步:第1步:#vi /etc/mail/access //把允许转发的域名及IP地址输入进去并且设置为RELAY
#makemap –v hash access.db <access
由 Snoopy 在 08-19-2004 23:57 发表:
txkss你学了有用,,呵呵,支持你!
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin t