Discussion:
send mail thru HTTP proxy
(too old to reply)
foo
2007-07-27 18:13:58 UTC
Permalink
Hi,

I was wondering how I would configure postfix to relay outgoing emails
through HTTP proxies to the destination MX server, instead of connecting
directly.

Thanks,
mouss
2007-07-27 21:21:38 UTC
Permalink
Post by foo
Hi,
I was wondering how I would configure postfix to relay outgoing emails
through HTTP proxies to the destination MX server, instead of
connecting directly.
the destination MX server doesn't speak http.

what problem are you trying to solve?

you can still write client/server applications to move mail between two
places using whatever protocol you want (ICMP is a good choice for the
brave heart), but don't be surprised if we find this useless.
foo
2007-07-27 22:10:37 UTC
Permalink
Post by mouss
the destination MX server doesn't speak http.
I read that in some HTTP proxies there is a command called CONNECT that
allows you to connect using any protocol, or something like that. Is this
right?
Post by mouss
what problem are you trying to solve?
The reason is that the recipient's government might block my SMTP server's
IP, because they do not like the message that I am sending. I just do not
want to be able to be blocked.
Victor Duchovni
2007-07-28 04:26:53 UTC
Permalink
Post by foo
Post by mouss
what problem are you trying to solve?
The reason is that the recipient's government might block my SMTP server's
IP, because they do not like the message that I am sending. I just do not
want to be able to be blocked.
If they don't want your mail, it is rude to insist.
--
Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:***@postfix.org?body=unsubscribe%20postfix-users>

If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.
Brian Collins
2007-07-28 04:45:59 UTC
Permalink
Post by foo
Post by mouss
what problem are you trying to solve?
The reason is that the recipient's government might block my SMTP server's
IP, because they do not like the message that I am sending. I just do not
want to be able to be blocked.
The same wish which every spammer has. :)

--Brian

Victor Duchovni
2007-07-28 04:25:17 UTC
Permalink
Post by mouss
Post by foo
Hi,
I was wondering how I would configure postfix to relay outgoing emails
through HTTP proxies to the destination MX server, instead of
connecting directly.
the destination MX server doesn't speak http.
If the HTTP proxy supports "CONNECT" then it can be used by applications
that support HTTP proxies to tunnel other protocols, including potentially
SMTP, but Postfix has no HTTP proxy support, so the OP is out of luck.

The right proxy for an internal Postfix is another Postfix on a DMZ
machine with unproxied access to MX hosts on the public Internet.
--
Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:***@postfix.org?body=unsubscribe%20postfix-users>

If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.
Loading...