Hello,
I'm running sendmail on my SMTP server. And there's a little thing that have been bothering me for quite a while now.
I have a client who sent a e-mail using my SMTP server, however he did a typo in the e-mail adress so it's like following: name@.host.dk
Which can't be sent, as it can't resolve the hostname.
I just get the following errors in my /var/log/maillog:
It just keeps repeating that, I have located several hundred thousands lines like this in my logfiles for the past weeks. I have tried to stop sendmail so I could remove it from the mailqueue, however grepping for the "name@.host.dk" in /var/spool/mqueue, or /var/spool/clientmqueue folder it doesn't locate this queue file. So I am not able to remove this. It doesn't appear in the mailq either.
Any suggestions where this could be located?
I'm running sendmail on my SMTP server. And there's a little thing that have been bothering me for quite a while now.
I have a client who sent a e-mail using my SMTP server, however he did a typo in the e-mail adress so it's like following: name@.host.dk
Which can't be sent, as it can't resolve the hostname.
I just get the following errors in my /var/log/maillog:
Code:
Sep 9 15:44:40 smtp sendmail[13942]: n89Dien2013942: <name@.host.dk>... Invalid host name
Sep 9 15:44:40 smtp sendmail[13942]: n89Dien2013942: from=<name@senderhost.dk>, size=0, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, relay=hidden.relay [xxx.xxx.xxx.xxx]
Sep 9 15:44:40 smtp sendmail[13943]: n89DieBZ013943: <name@.host.dk>... Invalid host name
Sep 9 15:44:40 smtp sendmail[13943]: n89DieBZ013943: from=<name@senderhost.dk>, size=0, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, relay=hidden.relay [xxx.xxx.xxx.xxx]
Sep 9 15:44:40 smtp sendmail[13944]: n89DiePe013944: <name@.host.dk>... Invalid host name
Sep 9 15:44:40 smtp sendmail[13944]: n89DiePe013944: from=<name@senderhost.dk>, size=0, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, relay=hidden.relay [xxx.xxx.xxx.xxx]
Sep 9 15:44:40 smtp sendmail[13945]: n89DieiR013945: <name@.host.dk>... Invalid host name
Sep 9 15:44:40 smtp sendmail[13945]: n89DieiR013945: from=<name@senderhost.dk>, size=0, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, relay=hidden.relay [xxx.xxx.xxx.xxx]
Sep 9 15:44:40 smtp sendmail[13946]: n89DieL1013946: <name@.host.dk>... Invalid host name
Sep 9 15:44:40 smtp sendmail[13946]: n89DieL1013946: from=<name@senderhost.dk>, size=0, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, relay=hidden.relay [xxx.xxx.xxx.xxx]
Sep 9 15:44:40 smtp sendmail[13947]: n89DieXs013947: <name@.host.dk>... Invalid host name
Sep 9 15:44:40 smtp sendmail[13947]: n89DieXs013947: from=<name@senderhost.dk>, size=0, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, relay=hidden.relay [xxx.xxx.xxx.xxx]
Sep 9 15:44:41 smtp sendmail[13948]: n89DifFT013948: <name@.host.dk>... Invalid host name
Sep 9 15:44:41 smtp sendmail[13948]: n89DifFT013948: from=<name@senderhost.dk>, size=0, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, relay=hidden.relay [xxx.xxx.xxx.xxx]
Sep 9 15:44:46 smtp sendmail[13949]: n89DikJx013949: <name@.host.dk>... Invalid host name
Sep 9 15:44:46 smtp sendmail[13949]: n89DikJx013949: from=<name@senderhost.dk>, size=0, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, relay=hidden.relay [xxx.xxx.xxx.xxx]
Sep 9 15:44:47 smtp sendmail[13951]: n89Dil1j013951: <name@.host.dk>... Invalid host name
Sep 9 15:44:47 smtp sendmail[13951]: n89Dil1j013951: from=<name@senderhost.dk>, size=0, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, relay=hidden.relay [xxx.xxx.xxx.xxx]
It just keeps repeating that, I have located several hundred thousands lines like this in my logfiles for the past weeks. I have tried to stop sendmail so I could remove it from the mailqueue, however grepping for the "name@.host.dk" in /var/spool/mqueue, or /var/spool/clientmqueue folder it doesn't locate this queue file. So I am not able to remove this. It doesn't appear in the mailq either.
Any suggestions where this could be located?