On Sun, Aug 25, 2024 at 06:09:23PM +, Jyan Ren via Postfix-users wrote:
> I'm deploying postfix on my vps, but my ISP has blocked outbound
> traffic on port 25. To bypass this restriction, I am considering using
> a VPN based on the socks5 protocol to forward my SMTP traffic. I would
> like to
Just change a VPS.
Or, in my case, azure does block outgoing traffic to smtp port 25, but
they don’t block external port 587/465.
So I configured my postfix on azure to route message out via the
submission port of another VPS.
Regards
On 2024-08-26 02:09, Jyan Ren via Postfix-users wrote:
De
Jyan Ren via Postfix-users:
> Dear Postfix Support Team,
> Sorry to interrupt, but I hope this email finds you well.
> I'm deploying postfix on my vps, but my ISP has blocked outbound traffic on
> port 25. To bypass this restriction, I am considering using a VPN based on
> the socks5 protocol to
Jyan Ren via Postfix-users skrev den 2024-08-25 20:09:
I'm deploying postfix on my vps, but my ISP has blocked outbound
traffic on port 25.
install roundcube on vps, enjoy your isp blocking port 25
dont use soks5 ever
vpn is fine for roundcube
more help ?, show logs from postfix server if a
Dear Postfix Support Team,
Sorry to interrupt, but I hope this email finds you well.
I'm deploying postfix on my vps, but my ISP has blocked outbound traffic on
port 25. To bypass this restriction, I am considering using a VPN based on the
socks5 protocol to forward my SMTP traffic. I would like