* error with the Outlook Express and iptables with the nat and packet filtering
@ 2002-12-05 23:13 Administrador de Red
2002-12-07 1:19 ` Joel Newkirk
0 siblings, 1 reply; 2+ messages in thread
From: Administrador de Red @ 2002-12-05 23:13 UTC (permalink / raw)
To: netfilter
Hi friends, i has a big problem with the iptables and you
rules, i want to doing a nat with the packet filtering but
when i try access to my mail with the Outlokk Express I
can't send and recived, the OE ask me a login and
password, and show the following error
There was a problem logging onto your mail server. Your
Password was rejected. Account: 'mail.gecyt.cu', Server:
'mail.gecyt.cu', Protocol: POP3, Server Response: '-ERR
your network does not have access to this account', Port:
110, Secure(SSL): No, Server Error: 0x800CCC90, Error
Number: 0x800CCC92
waht it is the problem someone can i help.
thanks very mouch.
Estamos en Calle 20 Numero 4110 % 41 y 47,
Miramar, Playa, Ciudad Habana, Cuba.
Telf:537(203-01-60) y (202-79-20)
Fax: 537(204-96-64)
Visitenos en: http://www.gecyt.cu
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: error with the Outlook Express and iptables with the nat and packet filtering
2002-12-05 23:13 error with the Outlook Express and iptables with the nat and packet filtering Administrador de Red
@ 2002-12-07 1:19 ` Joel Newkirk
0 siblings, 0 replies; 2+ messages in thread
From: Joel Newkirk @ 2002-12-07 1:19 UTC (permalink / raw)
To: Administrador de Red, netfilter
On Thursday 05 December 2002 06:13 pm, Administrador de Red wrote:
> Hi friends, i has a big problem with the iptables and you
> rules, i want to doing a nat with the packet filtering but
> when i try access to my mail with the Outlokk Express I
> can't send and recived, the OE ask me a login and
> password, and show the following error
>
> There was a problem logging onto your mail server. Your
> Password was rejected. Account: 'mail.gecyt.cu', Server:
> 'mail.gecyt.cu', Protocol: POP3, Server Response: '-ERR
> your network does not have access to this account', Port:
> 110, Secure(SSL): No, Server Error: 0x800CCC90, Error
> Number: 0x800CCC92
>
> waht it is the problem someone can i help.
> thanks very mouch.
If the OE client receives this error then the communication through the
firewall/NAT is working properly, since it is able to get the request to
the server, and receive a reply from it. The actual text of the error
('your network does not have access to this account') makes me suspect a
cause. My suspicion is this (cheating, in that I looked at the rules in
your next post :^):
You DNAT the packets to forward them to the server. You SNAT them as
well, so that they return to your firewall for reverse handling. The IP
address of the firewall box (the one that the SNAT is putting in as the
source IP on the requests) is not recognized as part of the appropriate
IP range that the user account is expected to connect from, and the
server is refusing to allow it. Quite a few ISP's do this now on SMTP,
as an anti-spam measure, I've rarely seen it for POP3 though.
Is this an email server that you control? If so, or if you can influence
someone who can, check the configuration to see if it is restricted in
this manner. If it is, see if the restriction can be modified to
recognize the public IP that you use in your SNAT. If not, I'm not sure
what can be done. :^(
j
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-12-07 1:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-05 23:13 error with the Outlook Express and iptables with the nat and packet filtering Administrador de Red
2002-12-07 1:19 ` Joel Newkirk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.