Запускаю на RH 7.1 sendmail:
# /etc/rc.d/init.d/sendmail start Starting sendmail: [ OK ]
Проверяю :
# ps -ef |grep sendmail root 2936 1 0 14:26 ? 00:00:00 /usr/sbin/sendmail -q1h
Далее : netstat -a
Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 *:1024 *:* LISTEN tcp 0 0 *:pop3 *:* LISTEN tcp 0 0 *:imap *:* LISTEN tcp 0 0 *:sunrpc *:* LISTEN tcp 0 0 *:ssh *:* LISTEN tcp 0 0 *:telnet *:* LISTEN tcp 0 0 142.69.9.120:ssh 142.69.9.119:2480 ESTABLISHED udp 0 0 *:1024 *:* udp 0 0 *:785 *:* udp 0 0 *:sunrpc *:*
Active UNIX domain sockets (servers and established).
на порте 25 демон не слушает, в чем причина ?