Postfix. telnet: Unable to connect to remote host: Connection refused. [РЕШЕНО / SOLVED]

upd. В конце /etc/postfix/mail.conf стояла дублирующая строка:
inet_interfaces = 127.0.0.1
после удаления которой, проблема решилась. Тему можно удалять.

Всем привет!
Поставил в Генту(vmware, 192.168.149.129) postfix.
Настраиваю /etc/postfix/main.conf:

myhostname = server.localdomain
inet_interfaces = all
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = server.localdomain, localhost.localdomain
relayhost =
mynetworks = 127.0.0.0/8, 192.168.149.0/24, 192.168.0.0/24
#mynetworks = all
mailbox_size_limit = 0
recipient_delimiter = +
default_transport = error
relay_transport = error

Проверяю доступность с клиента(WinXP):

C:\Documents and Settings\admin>telnet 192.168.149.129 25
Подключение к 192.168.149.129...Не удалось открыть подключение к этому узлу, на порт 25: Сбой подключения

С самого сервера(локально):

root@server:~# telnet 192.168.149.129 25
Trying 192.168.149.129...
telnet: Unable to connect to remote host: Connection refused

И тут же(локально):

root@server:~# telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
220 server.localdomain ESMTP Postfix

Работает.
Почему не коннектится с ip 192.168.149.129 и соотвественно с 192.168.0.0/24?
Пинги проходят с клиентов и с сервера.

На всякий:

root@server:~# netstat -ntlp|grep 25
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      3754/master


root@server:~# iptables -L -n -v
Chain INPUT (policy ACCEPT 1524 packets, 130K bytes)
 pkts bytes target     prot opt in     out     source               destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination

Chain OUTPUT (policy ACCEPT 1073 packets, 196K bytes)
 pkts bytes target     prot opt in     out     source               destination