• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue msmtp Error 550 - The from address does not match a verified Sender Identity

in my example this is MSMTP at 64-180, which uses 68-4 as remote MTA
in your maillog
smtpstatus=550 smtpmsg='550 The from address does not match a verified Sender Identity
pointed that something is wrong with sender, looks like some misconfiguration there..

there's only one difference in my msmtprc:
~]# egrep -v '^$|^#' /etc/msmtprc /tmp/msmtp.txt
/etc/msmtprc:defaults
/etc/msmtprc:syslog LOG_MAIL
/etc/msmtprc:tls_certcheck off
/etc/msmtprc:tls off
/etc/msmtprc:auto_from on
/etc/msmtprc:maildomain a10-52-64-180.qa.plesk.int
/etc/msmtprc:domain a10-52-64-180.qa.plesk.int
/etc/msmtprc:account default
/etc/msmtprc:host 10.52.68.4
/etc/msmtprc:port 25
/etc/msmtprc:auth on
/etc/msmtprc:user [email protected]
/etc/msmtprc:passwordeval /usr/lib64/plesk-9.0/msmtp-pwdeval
I didn't use tls so my remote port is 25. but it shouldn't matter.

as a future investigations steps i'd recommend to ask sendgrid's support about MTA logs on their side from your IP address.
what sender, hostname and IP they receive in fact and what's wrong with sender's domain verification.
for now, there's nothing wrong at Plesk side from my point of view. it should work but didn't..
 
You'll need to set auto_from to off in the msmtprc config file. E.g.:
****
# Automatic envelope-from generation.
# Caution: this overrides explicitly set envelope-from via --from or other means.
auto_from off
****

This setting overwrites your return-path and is a bad default and is not configurable in the plesk UI.
 
  • Like
Reactions: mow
Back
Top