• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved QMail mail qmail: 1546435851.424217 delivery 35: failure: Sorry,_I_couldn't_find_any_host_named_

Oliver_Strixner

New Pleskian
Hi,

i have trouble in sending eMails with Qmail.

Fresh Install of Ples Onyx 17.8.11 on Ubuntu 18.04, after a crashed other Server
@mail + Dovecot

set up all Domains an EMails manually
transfer old Mails in var/qmail/mailnames

started Plesk Repair Kit no changes

checked mxtoolbox

Jan 2 14:30:50 mail cmd5checkpw: SMTP connect from dslbblbl.de [88.67.91.148]
Jan 2 14:30:50 mail cmd5checkpw: SMTP user [email protected]: logged in from dslb.blabla-ip.de [xxx.xxx.xxx.xxx]
Jan 2 14:30:50 mail qmail-queue-handlers[23905]: Handlers Filter before-queue for qmail started ...
Jan 2 14:30:51 mail qmail-queue-handlers[23905]: [email protected]
Jan 2 14:30:51 mail qmail-queue-handlers[23905]: [email protected]
Jan 2 14:30:51 mail check-quota[23906]: Starting the check-quota filter...
Jan 2 14:30:51 mail qmail-queue-handlers[23905]: handlers_stderr: SKIP
Jan 2 14:30:51 mail qmail-queue-handlers[23905]: SKIP during call 'check-quota' handler
Jan 2 14:30:51 mail qmail-queue-handlers[23905]: starter: submitter[23907] exited normally
Jan 2 14:30:51 mail qmail: 1546435851.209700 new msg 68557103
Jan 2 14:30:51 mail qmail: 1546435851.209762 info msg 68557103: bytes 721 from <[email protected]> qp 23907 uid 2020
Jan 2 14:30:51 mail qmail: 1546435851.276784 starting delivery 35: msg 68557103 to remote [email protected]
Jan 2 14:30:51 mail qmail: 1546435851.276851 status: local 0/10 remote 1/20
Jan 2 14:30:51 mail qmail-remote-handlers[23908]: Handlers Filter before-remote for qmail started ...
Jan 2 14:30:51 mail qmail-remote-handlers[23908]: [email protected]
Jan 2 14:30:51 mail qmail-remote-handlers[23908]: [email protected]
Jan 2 14:30:51 mail qmail: 1546435851.424217 delivery 35: failure: Sorry,_I_couldn't_find_any_host_named_b.de._(#5.1.2)/
Jan 2 14:30:51 mail qmail: 1546435851.424410 status: local 0/10 remote 0/20

ping b.de on the server i working

i have no idea, can somebody help?
 
  • b.de is on your server?
  • does # dig MX b.de +short give you any output?
  • does it also fail if you send from b.de to b.de?
 
Hi, thank you for replying, i've got it.

checked ping and wget for testing if my server resolve domains, thats fine, but it would be better to use nslookup, theres no domain rsolved.

its a bug in ubuntu 18.04 installation

Fixed it like that, now everything is fine

Wrong nameserver set by resolvconf and NetworkManager

sudo rm -f /etc/resolv.conf
sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
reboot

DNS=ip1,ip2,ip3
service systemd-resolved restart
 
Hi, thank you for replying, i've got it.

checked ping and wget for testing if my server resolve domains, thats fine, but it would be better to use nslookup, theres no domain rsolved.

its a bug in ubuntu 18.04 installation

Fixed it like that, now everything is fine

Wrong nameserver set by resolvconf and NetworkManager

sudo rm -f /etc/resolv.conf
sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
reboot

DNS=ip1,ip2,ip3
service systemd-resolved restart

Sam thing happened to me, I was getting crazy! Thank you very much for your solution Oliver!!!
 
Back
Top