Erick Martínez
My feedback
1 result found
-
1 vote
Thank you for your input! We will consider this functionality in upcoming releases if it becomes popular.
Everyone, please continue voting for this feature if you consider it important.
In the meantime, assuming that you are referring to the Blacklist in Server-wide mail settings, as a workaround, you can use the following command to import the entries from txt files:
For Blacklist:
cat your_blacklist.txt | while read i; do plesk bin mailserver --add-to-black-list $i;done
Please make sure that you have each entry on a new line.
-- SH
Erick Martínez shared this idea ·