Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
I added and rerun the cron:
It is still unable to send (/var/log/maillog):
Apr 22 17:15:02 plesk msmtp: host=smtp.sendgrid.net tls=on auth=on user=apikey [email protected][email protected] smtpstatus=550 smtpmsg='550 The from address does not match a verified Sender...
That's good to know.
Anyway, in my /var/log/maillog, that email was having this entry:
Apr 22 06:25:28 plesk msmtp: host=smtp.sendgrid.net tls=on auth=on user=apikey [email protected][email protected] mailsize=11421 smtpstatus=250 smtpmsg='250 Ok: queued as xxxxxx...
This is puzzling. I received an email from my Plesk server today for the first time...!
From: [email protected]
To: [email protected]
So what does that mean?
Manual msmtp and Sendmail >> Works
Cron job msmtp >> Didn't work
...and now this email above? Should this email be sending from...
Yes I have tried this option:
Here is the output when I ran the same command
# cat /tmp/testmail.txt | sendmail -oi -t
sendmail: cannot use a secure authentication method
sendmail: could not send mail (account default from /etc/msmtprc)
Here's the output of /var/log/maillog:
Apr 22 14:39:01...
@Nik G noted on the cron.
For another test, I have this testmail.txt:
------------------------
To: [email protected]
From: [email protected]
Subject: Test email
Hello there.
------------------------
Testing without 'echo', here's what I ran:
date -u >> testmail.txt && cat...
@Nik G Thank you for the guides provided. So far the nslookup values seems able to retrieve.
I saw a comment in https://support.plesk.com/hc/en-us/articles/115001743034-How-to-configure-an-external-SMTP-server-in-Plesk and there's a command to test using the msmtp utility with debug, so I ran...
@mow both domains (xxdomain.com & plesk.xxdomain.com) have been Domain Authenticated within Sendgrid, and respective MX record, CNAME, TXT record are added to DNS.
The Sendgrid telnet test was done on the Plesk server, and no issues creating a test email as [email protected] to my email...
Hi,
This is my first post in the forum, just getting started on Plesk.
My Plesk configuration:
Digital Ocean (Plesk Hosting | DigitalOcean Marketplace 1-Click App)
OS = Ubuntu 20.04
Plesk = Version 18.0.42 Update #1
I am having issues getting the external SMTP server to work for my Plesk...