Szukałem już od jakiegoś czasu, ale nic nie rozwiązuje mojego problemu. Konfiguruję serwer pocztowy, ale podczas pisania na iptables pojawia się błąd:
iptables-restore: linia 2 nie powiodła się.
Próbuję użyć następującego pliku /etc/iptables.test.rules:
# Allows SMTP access
-A INPUT -p tcp --dport 25 -j ACCEPT
# Allows pop and pops connections
-A INPUT -p tcp --dport 110 -j ACCEPT
-A INPUT -p tcp --dport 995 -j ACCEPT
# Allows imap and imaps connections
-A INPUT -p tcp --dport 143 -j ACCEPT
-A INPUT -p tcp --dport 993 -j ACCEPT
Następnie wydaje następujące polecenie:
sudo iptables-restore < /etc/iptables.test.rules
Jednak otrzymałem to:
iptables-restore: line 2 failed.
Nie wiem na czym polega problem. Czy ktoś może to wyjaśnić?
Używam Ubuntu 10.10 LTS