• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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