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
> 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
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
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
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
>
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