This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

POP3 proxy external->internal howto?

Hello,

just set up POP3 proxy. I defined Source to DSL_extern and Destination to my_internal_pop3 configured before.
I add a rule to open up POP3 to DSL_extern and from ASL itself to my_internal_pop3.

But no external client can connect.
No Paketfilter rule drops the connection.
What´s wrong?
I´m using V5.004

Alex


This thread was automatically locked due to age.
Parents
  • [ QUOTE ]
    Hello,

    just set up POP3 proxy. I defined Source to DSL_extern and Destination to my_internal_pop3 configured before.
    I add a rule to open up POP3 to DSL_extern and from ASL itself to my_internal_pop3.

    But no external client can connect.
    No Paketfilter rule drops the connection.
    What´s wrong?
    I´m using V5.004

    Alex 

    [/ QUOTE ]

    try this:

    in pop3 proxy, Source=any, Destination=my_internal_pop3, do not configure any NAT or Packet Filter rule, I think ASL makes them itself.

    hope this helps...

    greetings
    eldorado
  • Hello,

    just diabled the NAT Rule an configured the POP3 proxy to source ANY destination MY_Internal_POP3

    I also diabled the rules i defined before for allowing pop3.
    With or without these rules nothing works [:(]

    Any suggestions ?
    SMTP Proxy was so easy... why not Pop3 even?
     [:S]
Reply
  • Hello,

    just diabled the NAT Rule an configured the POP3 proxy to source ANY destination MY_Internal_POP3

    I also diabled the rules i defined before for allowing pop3.
    With or without these rules nothing works [:(]

    Any suggestions ?
    SMTP Proxy was so easy... why not Pop3 even?
     [:S]
Children
  • Is your DSL ISP blocking incoming Port 110? Assuming it isn't, you normally would  need both a DNAT rule to redirect incoming traffic on Port 110 of your external interface to your internal POP3 server AND a packet filter rule (Source:Any -> ServerIP:110 = Allow), to make services on a machine behind the firewall accessible from the outside.

    Try that, without the POP proxy, and see if you can get that running. Then see if activating the POP proxy works.

    Of course, there are other issues with the POP proxy right now which is making it nonfunctional for lots of people (myself included - the proxy truncates incoming emails after the first line!). A similar issue could be at work here, too.