欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

RedHatLinux AS3中配置sendmail服務器

本站整理   發(fā)布時間:2009-03-10 11:22:22   作者:jb51.net   我要評論
這篇文章主要是示范如何在一臺新裝的RedHatLinux AS3上用配置sendmail-8.12.10-1服務,構(gòu)架你的e-mail服務器. 1.sendmail的安裝 若用戶在RedHatLinux AS3默認安裝時已經(jīng)安裝了sendmail 8.12服務.可忽略安裝過程,相關資料請查閱redhat CD里的文檔. 若沒有安裝,安裝sendmail

Shutting down sm-client:                                   [  OK  ]
Starting sendmail:                                         [  OK  ]
Starting sm-client:                                        [  OK  ]
[root@mail /root]#
現(xiàn)在可以用netstat -nl來查看是不是已經(jīng)更改了.如你所看到的,sendmail的監(jiān)聽端口現(xiàn)在是eth0的ip地址:192.168.0.111了.
[root@AS3 / ]# netstat -nl
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State     
tcp        0      0 0.0.0.0:32768           0.0.0.0:*               LISTEN     
tcp        0      0 127.0.0.1:32769         0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:2049            0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:32770           0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:931             0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:110             0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:6000            0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:913             0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN     
tcp        0      0 192.168.0.111:53        0.0.0.0:*               LISTEN     
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN     

相關文章

最新評論