• 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 Lot of MAILER-DAEMON@ messages in mail queue

TorbHo

Regular Pleskian
After upgrading from Plesk 17.0 to 17.8 (Ubuntu 14.4 lts) we have a lot of bounce messages in our mail queue.

After a look in the mail header, these mails don't seem to be outgoing spam-mails, but they are bounce messages from spam which was sent to our customers.
They are just the error message, that the spam could not be delivered or the mail was deleted.

We didn't have these type of bounce-mails with Plesk 17.0, why do we have them with 17.8 ?
This messages are flooding our mail queue.

So, what can we do?

 
The same today. A lot of MAILER-DAEMON@ messages.
None of them are outgoing spam, but error messages to the sender which can not be reached of course.

Why didn't we have these messages with Plesk 17.0? Is there anything different in the mail configuration?
 
These domains don't even have valid MX records. It's clearly spam being sent from spoofed senders. You need to find the source. The Plesk version is irrelevant. Check your mail log. You likely have a compromised mail password.
 
No, these mails are no outgoing spam. I checked the mail body via ssh.

A mail doesn't need a valid mx record to be sent. The "from" address can of course be spoofed.

For example: the message from spammail@spamdomain.com is sent to our client customer@domain.com. This mailadress is forwarded to customer@t-online.de. T-Online than decides that this mail is spam and the mail can't be sent to the forwarder mailadress. So our Server sends back an error message to spammail@spamdomain.com.

Because there is no mx record for spamdomain.com the mail stays in our mailqueue.

So, the real question is: why did this not happen for Plesk 17.0? What is different to 17.8 that our mailqueue is now full of these error messages. And what can we do?
 
In your example, your server shouldn't of accepted the message in the first place. It doesn't sound like you're even using basic DNSBL's. These domains are both in Spamhaus for example.
 
We use spamhaus. Maybe the domain was not in the list as the mail arrived.

Although i don't like SPF protection that much, I activated it now.
As far as I know, Plesk now supports SRS for forwarded mails, so I gave it a try.

Up to now: no more error mails in the queue for some hours. Maybe that solved our problem. I'll report after the weekend.

Thank you.
 
Remarked as unresolved.
Now, after the weekend, again we have a lot of these bounce messages. What can we do?
 
The problem is not solved yet.

But, I use a cron-job to flush the messages and so the symptoms don't bother me anymore. But I still would like to know, why the messages appear in 17.8, when they didn't appear in 17.0.

The cron looks like this: #mailq |awk '/MAILER-DAEMON/{gsub("*","");printf("postsuper -d %s\n",$1)}'|bash
It clears the mailqueue from MAILER-DAEMON messages.
 
Back
Top