Jump to content

Recommended Posts

Posted

не могу соединиться с постфиксом: если пробую, как с localhost, то всё норм., а через адрес машины - отклоняется. иначе говоря - 25 порт на eth0 закрыт (как и на eth1, который смотрит внутрь сети), в то время как на localhost открыт.

при этом отключение фаервола (кстати, в нём 25 разрешён) ситуацию не меняет, в логах пусто.

Цитата:

deck:/etc/postfix # telnet localhost 25

Trying 127.0.0.1...

Connected to localhost.

Escape character is '^]'.

220 deck.end ESMTP Postfix

^]

telnet> q

Connection closed.

deck:/etc/postfix # telnet 192.168.1.1 25

Trying 192.168.1.1...

telnet: connect to address 192.168.1.1: Connection refused

не пойму, в чём дело. куда копать?

Posted

tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 4136/master

tcp 0 0 ::1:25 :::* LISTEN 4136/master

интересно, почему он не слушает порты на других интерфейсах?

эти вещи надо явно в конфигах указывать, что-ли?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...