Sixty Search

Prevent Mail Delivery Subsystem Notifications: A Step-by-Step Guide

Lukas Fuchs 1 week ago in  Productivity 3 Minuten Lesedauer

Are you tired of receiving spammy mail delivery subsystem notifications every time an email fails to send? This guide will help you disable these notifications effectively, ensuring a less cluttered inbox.

Future Computing

Understanding Mail Delivery Subsystem Notifications

Mail Delivery Subsystem (MDS) notifications are automatic messages generated by mail servers when an email fails to reach its recipient. These notifications can fill your inbox with unnecessary clutter, especially if you regularly send emails to incorrect addresses or if your recipients have filled their mailboxes. Luckily, you can disable these notifications and keep your inbox tidy.

Why Disable Mail Delivery Subsystem Notifications?

  • Reduce Clutter: MDS notifications can flood your inbox, making it hard to find important emails.
  • Improve Focus: Constant notifications can be distracting, leading to decreased productivity.
  • Prevent Confusion: Misleading notifications can lead to worries over whether your emails are being delivered.

How to Disable Mail Delivery Subsystem Notifications

The method to disable mail delivery subsystem notifications depends on the email service or mail server you are using. Here’s how to do it for some major platforms:

1. For Gmail Users

  1. Log into your Gmail account.
  2. Click on the gear icon in the upper right corner and select See all settings.
  3. Go to Filters and Blocked Addresses.
  4. Click on Create a new filter.
  5. In the From field, input "Mail Delivery System" or "Mail Delivery Subsystem" and hit Create filter.
  6. Check the box next to Delete it or Skip Inbox (Archive it). Then click Create filter.

2. For Outlook Users

  1. Open Outlook and navigate to your inbox.
  2. Click on Rules in the Home tab, then select Manage Rules & Alerts.
  3. Click on New Rule.
  4. Select Apply rule on messages I receive and click Next.
  5. Check from people or public group, and then select Mail Delivery System from your contact list.
  6. Click Next and select delete it.
  7. Finish the rule by following the prompts, and click OK.

3. For Yahoo Mail Users

  1. Log in to your Yahoo Mail account.
  2. Click on the gear icon and select More Settings.
  3. Select Filters.
  4. Click Add New Filter.
  5. Enter a name for your filter, then under From, type "Mail Delivery System".
  6. In the Choose Folder section, select Trash or Archive.
  7. Click on Save.

4. For Custom Mail Servers

If you are using a custom mail server (like Postfix, Exim, etc.), follow these steps:

  1. Access the server via SSH.
  2. Edit the mail configuration file. For Postfix, it’s usually located at /etc/postfix/main.cf.
  3. Add the following line:
  4.   disable_mds_notifications = yes
  5. Save the changes and restart the mail service using:
    systemctl restart postfix (for Postfix)

Final Thoughts

By following the above steps, you can effectively manage and disable mail delivery subsystem notifications across various platforms. This allows you to maintain a cleaner inbox and focus more on essential communications.

If you experience persistent issues or the notifications continue despite the changes, consider reviewing your email settings or consulting your email provider’s support for further assistance. Stay organized and streamline your email experience today!