• 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!
  • 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.

Qmail no longer sends after Upgrading to 10.2

S

SeanBB

Guest
Can Anyone from Parallels reply to this soon ?

Qmail no longer sends after Upgrading to 10.2 running on a Godaddy dedicated server. Qmail is configured to forward messages to another smtp server. Each attempt to send a message results with Sorry, I couldn't find a mail exchanger or IP address. (#5.4.4) although they're no issues with DNS.
 
Last edited by a moderator:
Had same problem too. But switching to Postfix was the quick suggestion.

After switching to Postfix I had to adjust php.ini files to not use qmail-inject anymore. So commented out sendmail_path from all php.ini files /etc/php5/apache2/php.ini and /etc/php5/cli/php.ini

; sendmail_path=/var/qmail/bin/qmail-inject
 
Have submitted a ticket

I've submitted a ticket to GoDaddy for my server to see if they have a work around. I've seen a few comments that Dedicated and Virtual Dedicated servers with them have this issue.
 
I got this error:

Apr 9 13:16:13 server qmail: 1302369373.126487 delivery 74: failure: Sorry,_I_couldn't_find_a_mail_exchanger_or_IP_address._(#5.4.4)/

from this log
/usr/local/psa/var/log/maillog
 
The temp fix until Plesk fixes it for me was to replace my email server with its ip address in smtproutes.

This is what I did
1. Get to the directory: cd /var/qmail/control/
2. Backup your file: mv smtproutes smtproutes.bak
3. Edit the file I with the editor you use, mine is nano: nano smtproutes
4. Look at what your mailserver is: :Something.mailserver.here
4. Find its ip address and replace it this is a sample not a real ip address, mine had a colon in front it: :55.555.55.5555
5. Save the smtproutes file
6. Restart your dns server
7. Restart your qmail server

hope it helps
 
What is the status of this fix? I also have a dedicated server with GoDaddy. All external outgoing mail is coming back with that #5.4.4 error.

neoweo's temp fix did the trick but I'm guessing Parallels and GoDaddy should be talking to each other about this one and let us know what the proper fix is.
 
Last edited:
Back
Top