• 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 receive email on all root@ domains

oim37

New Pleskian
Server operating system version
Linux Centos 7 x64
Plesk version and microupdate number
Plesk 18.0.52 Upd#3
Hello,

Spam emails started coming to root@ addresses, i check

#postmap -s /var/spool/postfix/plesk/virtual | grep [email protected]
[email protected] [email protected]

make command
#plesk repair mail [email protected]

Repairing the mail server configuration
Reconfiguring the mailboxes ..................................... [OK]

Error messages: 0; Warnings: 0; Errors resolved: 0

Check and same

#postmap -s /var/spool/postfix/plesk/virtual | grep [email protected]
[email protected] [email protected]
 
It is not advised to remove the root mailbox, because this is needed for all important server notifications. If spam is sent to "root" in virtual domains, it is automatically delivered to your root mailbox.

Are your using DNS blackhole lists in your Tools & Settings > Mail Server Settings? These can decrease incoming spam. DKIM and SPF with strict rejection can also help.
 
Yes i have this settings, it marked as spam and going spam folder. I don't like that it comes from all domains on root@, increases the number of letters at times, can't i do something to allow for only one main domain?
 
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
 
I update plesk to latest (18.0.66)

Some time ago see that i receive email send to [email protected], i go see manual in changelog and think that need run plesk repair mail -y but after complete i receive new email to [email protected]

In panel.ini i not have config with strings: [mail] and adminAliases

or i need to make this

[mail]
adminAliases =

with empty string after =?
P.S. Provided that I do not want to receive emails from third-party domains for all aliases.
 
Yes, you need to add a new section (if it is not existing) with a new option and leave the value empty,
As an example, I made changes with the Panel.ini extension,
1733934686818.png


Here are numbers before and after the plesk repair mail -y command (was 8 "postmaster" aliases, then 0)
Code:
# /usr/sbin/postmap -s /var/spool/postfix/plesk/virtual | grep postmaster | wc -l
8

# plesk repair mail -y

Repairing the mail server configuration
    Reconfiguring all domains and mailboxes ......................... [OK]

Error messages: 0; Warnings: 0; Errors resolved: 0

# /usr/sbin/postmap -s /var/spool/postfix/plesk/virtual | grep postmaster | wc -l
0
 
Back
Top