Identity of email poster when Mailman setting "Anonymous" is on?

Norah M.

Registered
Dec 6, 2014
1
0
1
cPanel Access Level
Root Administrator
Wondering if there is a way to identify the email domain that has posted to my Mailman mailing list when
Hide the sender of a message, replacing it with the list address option has been set to "Yes". I recently had an issue where a member took advantage of the anonymity of the list and posted something with inappropriate content. I understand there is an mbox file but not sure where to locate this in cpanel and whether this would reveal the originating email address from the post.

Thank you!
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello :)

You should be able to search for the subject of the message in /var/log/exim_mainlog for more information. EX:

Code:
exigrep subject /var/log/exim_mainlog
Thank you.