Outlook is not receving mails under transparent proxy
-
I couldn't receive mails after changing my squid proxy server to transparent.
I have forwarded port 80 to 8080 (Dansguardian port) as follows :
Firewall>NAT
Port Forward tab click the + button
Interface: LAN
Protocol: TCP
Source: LAN subnet
Destination: any
Destination Port: HTTP to HTTP
Redirect IP: <the ip="" of="" your="" pfsense="" box="">(10.0.2.1 in my case)
Redirect Target Port: 8080Click Save and then Apply Changes
Pls help me to create rules if it is required.
Thanks in advance.</the>
-
How to do this in Pfsense :
Port forwarding smtp
iptables -t nat -A PREROUTING -p TCP -d squidip –dport 25 -j DNAT --to smtpserverip:25
iptables -t nat -A PREROUTING -p UDP -d squidip --dport 25 -j DNAT --to smtpserverip:25Port forwarding pop3
iptables -t nat -A PREROUTING -p TCP -d squidip --dport 44122 -j DNAT --to smtpserverip:110
iptables -t nat -A PREROUTING -p UDP -d squidip --dport 44122 -j DNAT --to smtpserverip:110 -
Admin / Developers, Pls help me to receive mails from outlook.
Thanks in advance.