• 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 Scheduled Tasks and MailEnable - Send email when fail

Frank.P

Regular Pleskian
74942.png


When Plesk send email use default postoffice or email adress like [email protected] to the email set in Scheduled Tasks.

If in MailEnable is checked "Autenticated sender must use address from their postoffice" Plesk can send email and Windows Evenets register

capture9.png


Code:
SMTP Exception
   at send mail from runtask to [email protected](runtask::start line 232)
   at (runtask::start line 240)
   at Unable to execute event(runtask::start line 250)
Execute file name: C:\Program Files (x86)\Parallels\Plesk\admin\bin\runtask.exe

This error is because Plesk want to send email from [email protected] to [email protected]

mydomainpanel.com is not the same domain of mydomain.com and mail server return

Code:
551 Sender address is not valid for your login. Check your email program settings.

Any suggestion fo solve this and using "Autenticated sender must use address from their postoffice"?
 

Code:
Resolution of KB

1- Make sure that IP address of the external SMTP server is added in the hosts file.


2- Disable Authenticated senders must use valid sender address feature in MailEnable Administration console > Servers > Localhost > Connectors > SMTP Properties > Security tab.


3- Enable Allow Relay For Privileged IP Ranges and ensure, that 127.0.0.1 is listed in the Privileged IPs list.

1. Yes, it was already done
2. No, I don't want disable it, because it prevent spam
3. Yes, it was already done

Any other suggestion? without "Disable Authenticated"
 
Back
Top