• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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