• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Question Load Balancing & emails

sukyno

New Pleskian
Hello,
I am completely new to the Plesk interface and I would like to ask a few questions.

1. Is it possible to do something via nginx Load Balancing? I would need to install the same site on multiple VPSs that will work the same way.

2. I have a problem sending emails outside: / an email will come from outside, but it will not be sent outside.

Can you help me please?
 
Hello,
I am completely new to the Plesk interface and I would like to ask a few questions.

1. Is it possible to do something via nginx Load Balancing? I would need to install the same site on multiple VPSs that will work the same way.

2. I have a problem sending emails outside: / an email will come from outside, but it will not be sent outside.

Can you help me please?
1. No, not easily. Plesk doesn't have native LB support. It would take quite some work to get it work as load balanced.

2. Is the mail server running? Anything in the mail logs? Is outbound 25 allowed?
 
Hi,
2.I have port 25 enabled in both the firewall and the microtik. The administration still gives me the error "You cannot send emails from Plesk because outbound connections on TCP port 25 is blocked." but port 25 is really allowed everywhere.

/var/log/maillog:
Code:
Apr 13 19:13:07 paskals check-quota[64342]: Starting the check-quota filter...
Apr 13 19:13:07 paskals plesk sendmail[64341]: handlers_stderr: SKIP
Apr 13 19:13:07 paskals plesk sendmail[64341]: SKIP during call 'check-quota' handler
Apr 13 19:13:07 paskals postfix/pickup[53642]: 542691320836: uid=998 from=<psaadm>
Apr 13 19:13:07 paskals postfix/cleanup[64348]: 542691320836: message-id=<20210413171307.542691320836@MYDOMAIN>
Apr 13 19:13:07 paskals postfix/qmgr[53643]: 542691320836: from=<psaadm@MYDOMAIN>, size=12671, nrcpt=1 (queue active)
Apr 13 19:13:07 paskals postfix/smtp[64352]: connect to gmail-smtp-in.l.google.com[108.177.126.27]:25: No route to host
Apr 13 19:13:07 paskals postfix/smtp[64352]: connect to gmail-smtp-in.l.google.com[2a00:1450:4013:c07::1a]:25: Network is unreachable
Apr 13 19:13:07 paskals postfix/smtp[64352]: connect to alt1.gmail-smtp-in.l.google.com[142.250.150.27]:25: No route to host
Apr 13 19:13:07 paskals postfix/smtp[64352]: connect to alt1.gmail-smtp-in.l.google.com[2a00:1450:4010:c03::1b]:25: Network is unreachable
Apr 13 19:13:07 paskals postfix/smtp[64352]: connect to alt2.gmail-smtp-in.l.google.com[142.250.4.27]:25: No route to host
Apr 13 19:13:07 paskals postfix/smtp[64352]: 542691320836: to=<[email protected]>, relay=none, delay=0.63, delays=0.03/0.02/0.59/0, dsn=4.4.1, status=deferred (connect to alt2.gmail-smtp-in.l.google.com[142.250.4.27]:25: No route to host)

/var/log/mail.err is empty

DNS records - Network Tools: DNS,IP,Email
 
1. No, not easily. Plesk doesn't have native LB support. It would take quite some work to get it work as load balanced.

2. Is the mail server running? Anything in the mail logs? Is outbound 25 allowed?
So is it possible docker proxy method, or similar like this, for example.com on plesk must be some method. please share with us. ideas welcome. many thanks
 
Back
Top