Re: SMTP Forward Nginx Proxy

2019-02-26 Thread Maxim Konovalov
On 26/02/2019 14:46, prasad.wa...@freshgravity.com wrote: > I would like to setup an nginx configuration which accepts SMTP connections > to it and then proxies them to another IP address (the third-party SMTP > service) so the requests to the mail server always appear to the third-party > SMTP ser

Re: SMTP Forward Nginx Proxy

2019-02-26 Thread Igor Sysoev
> On 26 Feb 2019, at 14:46, prasad.wa...@freshgravity.com > wrote: > > I would like to setup an nginx configuration which accepts SMTP connections > to it and then proxies them to another IP address (the third-party SMTP > service) so the requests to the mail server always appear to the third-pa

SMTP Forward Nginx Proxy

2019-02-26 Thread prasad.wa...@freshgravity.com
I would like to setup an nginx configuration which accepts SMTP connections to it and then proxies them to another IP address (the third-party SMTP service) so the requests to the mail server always appear to the third-party SMTP service as if they came from the same server. Is it possible to sol

Re: SMTP Forward Nginx Proxy

2015-11-26 Thread itpp2012
Maxim Dounin Wrote: --- > For your particular task, it may be easier to configure raw TCP > proxy to a particular 3rd party SMTP server (e.g., using nginx > stream proxy, > http://nginx.org/en/docs/stream/ngx_stream_core_module.html) > or a full

Re: SMTP Forward Nginx Proxy

2015-11-26 Thread Maxim Dounin
Hello! On Wed, Nov 25, 2015 at 05:27:09PM -0500, chobit wrote: > Almost all of our customers send e-mail through our private SMTP servers, > but we have one customer who chooses to use a third-party SMTP provider. The > third-party SMTP service requires whitelisting of any sending IP addresses >

SMTP Forward Nginx Proxy

2015-11-25 Thread chobit
Almost all of our customers send e-mail through our private SMTP servers, but we have one customer who chooses to use a third-party SMTP provider. The third-party SMTP service requires whitelisting of any sending IP addresses which is normal. Unfortunately the components in our infrastructure whi