Ho la necessità di creare una regola iptables che consenta ad un pc di prelevare le mail residenti in imap in un server linux.

Ecco alcuni dettagli.

Router - 192.168.0.1

Server linux
eth0 - 192.168.0.2
eth1 - 10.10.1.1

Pc
10.10.1.2


Ecco la regole che avevo impostato io per prelevare da imap e x inviare..

iptables -t filter -A INPUT -s 10.10.1.2 --dport 143 -j ACCEPT
iptables -t filter -A INPUT -s 10.10.1.2 --dport 25 -j ACCEPT

Ma non riesco ne ad inviare ne a prelevare le mail..
Qualche suggerimento?

ciao


--
Per REVOCARE l'iscrizione alla lista, inviare un email a [EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Rispondere a