Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Название темы: помогите с sendmail
Показать сообщение отдельно

Новый участник


Сообщения: 43
Благодарности: 1

Профиль | Отправить PM | Цитировать


Я изменил FreeBSD.mc
DAEMON_OPTIONS(`Name=IPv4, Family=inet, Addr=192.168.0.5, Port=smtp, Name=MTA')
Я так понял что Addr это интерфейс на котором будет прослушиваться порт

Make cf
cp freebsd.mc ns.server.ua.mc
/usr/bin/m4 -D_CF_DIR_=/usr/share/sendmail/cf/ /usr/share/sendmail/cf/m4/cf.m4 ns.server.ua.mc > ns.server.ua.cf
cp freebsd.submit.mc ns.server.ua.submit.mc
/usr/bin/m4 -D_CF_DIR_=/usr/share/sendmail/cf/ /usr/share/sendmail/cf/m4/cf.m4 ns.server.ua.submit.mc > ns.server.ua.submit.cf


make install
install -m 444 ns.server.ua.cf /etc/mail/sendmail.cf
install -m 444 ns.server.ua.submit.cf /etc/mail/submit.cf

cp ns.server.ua.cf sendmail.cf
cp ns.server.ua.submit.cf submit.cf

перезагружаю

sockstat -4 | grep 25
root sendmail 408 4 tcp4 127.0.0.1:25 *:*
root syslogd 256 5 udp4 *:514 *:*

все равно прослушивается только localhost

Отправлено: 20:43, 15-03-2005 | #16

Название темы: помогите с sendmail