Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Mail Proxy SMTP/POP3

0 views
Skip to first unread message

ada...@telusplanet.net

unread,
Jul 14, 1999, 3:00:00 AM7/14/99
to linu...@vger.rutgers.edu
I need a way of making it so I check my mail through the proxy. I am using squid
for the normal web proxy. Can I setup squid to pass SMTP/POP3 requests on to
the mail server?

I am using squid 1.1.22-2.
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majo...@vger.rutgers.edu

Mircea Ciocan

unread,
Jul 14, 1999, 3:00:00 AM7/14/99
to ada...@telusplanet.net
IP-Maquerading is your friend if you can put it on the firewall. Check
the relevant How-to, is the most hassle free solution.

HTH
Mircea C


ada...@telusplanet.net wrote:
>
> I need a way of making it so I check my mail through the proxy. I am using squid
> for the normal web proxy. Can I setup squid to pass SMTP/POP3 requests on to
> the mail server?

Trenton D. Adams

unread,
Jul 15, 1999, 3:00:00 AM7/15/99
to mir...@interplus.ro
Is Masquerading = NAT? This is what it sounds like to me. I have read the
masquerade howto, but it didn't work! I will try it again though.

Erik Andersen

unread,
Jul 15, 1999, 3:00:00 AM7/15/99
to Trenton D. Adams
On Wed, Jul 14, 1999 at 08:58:24PM -0600, Trenton D. Adams wrote:
> Is Masquerading = NAT? This is what it sounds like to me. I have read the
> masquerade howto, but it didn't work! I will try it again though.
>

Masquerading != NAT (it is a little brother to the more general NAT)

NAT can do many-to-many address translation.

Masquerading can only do one-to-many address translation.
(i.e. hiding a private subnet behind a masquerading firewall makes the
whole subnet appear to the internet as if there is only one machine
using lots of high ports).

-Erik

--
Erik B. Andersen Web: http://www.xmission.com/~andersen/
email: ande...@debian.org
--This message was written using 73% post-consumer electrons--

Mircea Ciocan

unread,
Jul 15, 1999, 3:00:00 AM7/15/99
to Trenton D. Adams
"Trenton D. Adams" wrote:
No is not NAT, but a subset of NAT. And the follownig question is:
What went wong ? ;)
Relevant configuration info and ASCII art with the layout of the
network sure helps?

Mircea C.


>
> Is Masquerading = NAT? This is what it sounds like to me. I have read the
> masquerade howto, but it didn't work! I will try it again though.
>

Trenton D. Adams

unread,
Jul 16, 1999, 3:00:00 AM7/16/99
to mir...@interplus.ro
What went wrong you ask. Well, I configured masquerading just like the
howto says. IT DIDN'T WORK!!!!!!!!

The person writing the howto forgot to mention that you have to enable
routing! I found this out by accident when I found a neat little utility
called "linuxconf". I enabled routing, and now it works.

Does anyone know how to enable routing? I used linuxconf so I don't know
what it did!

> -----Original Message-----
> From: owner-l...@vger.rutgers.edu
> [mailto:owner-l...@vger.rutgers.edu]On Behalf Of Mircea Ciocan
> Sent: July 15, 1999 12:21 AM
> To: Trenton D. Adams
> Cc: linu...@vger.rutgers.edu
> Subject: Re: Mail Proxy SMTP/POP3
>
>

Trenton D. Adams

unread,
Jul 16, 1999, 3:00:00 AM7/16/99
to linu...@vger.rutgers.edu
Ok, I will answer my own question. I can enable routing by editing
/etc/sysconfig/network, and then either rebooting, or running
/etc/rc.d/init.d/network reload!

Petr Sebor

unread,
Jul 16, 1999, 3:00:00 AM7/16/99
to linu...@vger.rutgers.edu
Enable routing by typing
echo 1 > /proc/sys/net/ipv4/ip_forward
( at least on 2.2.x kernels )

Regards,
Petr

--
Petr Sebor
Technology/Engine Development
SCS Software [ http://www.scssoft.com ]

----- Original Message -----
From: Trenton D. Adams <ada...@telusplanet.net>
To: <mir...@interplus.ro>
Cc: <linu...@vger.rutgers.edu>
Sent: Friday, July 16, 1999 4:26 AM
Subject: RE: Mail Proxy SMTP/POP3


> What went wrong you ask. Well, I configured masquerading just like the
> howto says. IT DIDN'T WORK!!!!!!!!
>
> The person writing the howto forgot to mention that you have to enable
> routing! I found this out by accident when I found a neat little utility
> called "linuxconf". I enabled routing, and now it works.
>
> Does anyone know how to enable routing? I used linuxconf so I don't know
> what it did!

-

0 new messages