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

Resolved Postfix: mail for postmaster@domain loops back to myself [every other works]

KNARZ

New Pleskian
I have some weird problem with just the alias "postmaster@domain" any other alias or Mail account (so far I tested) has no issues.

The system is a VPS/Root Server with own Subdomain from the Hoster. This one I use to manage the Server with Plesk and so on. Kind of the generel Hostname as I have several domains on the System. So I'm not using my primary, all day used domain, for the hostname. (if this matters?!)

support@domain or whatever all works fine. Only postmaster@ is not working?!

This being said, this is the interessting part of the mail I receive while testing the postmaster@domain adresse.

Code:
Undelivered Mail Returned to Sender

Source of Mail:
The mail system
<root@<sub.hostname>> (expanded from
    <postmaster@<domain>>): mail for
    <sub.hostname> loops back to myself
Diagnostic-Code: X-Postfix; mail for <sub.hostname> loops back to myself

With "sub.hostname" I mean something like: vm10201.somehoster.tld :)8443 for plesk)

I kind of suspected my change from the default DNS template from:
Original:
Code:
<domain>.    TXT    v=spf1 +a +mx +a:<sub.hostname> -all
Changed to:
Code:
<domain>.    TXT    v=spf1 +a +mx +a:<domain> -all
Mx Entry:
Code:
<domain>.    MX (10)    mail.<domain>.
All other entries are IPs or refer to <domain> - nothing else to <sub.hostname> [as in the original DNS template]

postconf -d
postfix conf:
Code:
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = <HOSTER-DOMAIN-without-the-subdomain-to-my-server>
myhostname = <sub.hostname>

Can someone help/explain my why postmaster is not working?
 
These addresses are reserved for system use:
  • anonymous@...
  • drweb@...
  • drweb-daemon@...
  • kluser@...
  • mailer-daemon@...
  • mailman@...
  • postmaster@...
  • root@...
Do not configure mailboxes or own addresses on your domain with them. They won't work the way you expect it.
 
Thanks for the info.

But there is one thing than I don't understand.
I had a server running wit 11.5 and migrated to another server with onyx. In 11.5 postmaster@ worked fine. - any explainations to that situation?
 
Just for history: It is possible to customize a set of system aliases starting with Plesk Obsidian 18.0.66.
- (Plesk for Linux) Added the ability to stop accepting mail sent to preconfigured aliases such as root, postmaster, or anonymous on Plesk servers using Postfix or qmail as the mail server. By default, such emails are delivered to the Plesk administrator’s mailbox.
[...]
(c) https://docs.plesk.com/release-notes/obsidian/change-log/#plesk-18066
 
Back
Top