Question
How do I remove older mail archives for Mailman
Answer
Login to your server through SSH using your root details.
Change the directory to /usr/local/cpanel/3rdparty/mailman/archives/private/
Now find for your corresponding mailing list name and domain.
Change the directory to /usr/local/cpanel/3rdparty/mailman/archives/private/
cd /usr/local/cpanel/3rdparty/mailman/archives/private/
Now find for your corresponding mailing list name and domain.
find /usr/local/cpanel/3rdparty/mailman/archives/private/ listname_yourdomain.txt -type f -name '2020-*'
Then to delete the files related to your list add -delete.
Comments
0 comments
Article is closed for comments.