Navigation

    Netgate Discussion Forum
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    Outlook is not receving mails under transparent proxy

    pfSense Packages
    1
    3
    1200
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      cjiwonder last edited by

      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: 8080

      Click Save and then Apply Changes

      Pls help me to create rules if it is required.

      Thanks in advance.</the>

      1 Reply Last reply Reply Quote 0
      • C
        cjiwonder last edited by

        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:25

        Port 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

        1 Reply Last reply Reply Quote 0
        • C
          cjiwonder last edited by

          Admin / Developers, Pls help me to receive mails from outlook.

          Thanks in advance.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post