• 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.

Mailman archive not updating

R

rgladwell

Guest
After importing the mailing list archive from my old server, the archive is no longer updating with when new mails are posted.

When initially importing the old archive I simply ran the mailing list script:

> ./arch discussion /var/lib/mailman/archives/private/discussion.mbox/discussion.mbox

From the /usr/lib/mailman/bin directory on my CentOS machine.

Please advise. TIA...

-- Ricardo
 
Whether you check your mailing list configuration? Option "Archive messages" should be switched on to enable saving new messages in the archive.
Please get to the mailing list administration control panel and examine "Archiving Options".

For example in my Plesk: Domains -> mydomain.com -> Mail -> Mailing Lists -> discussion, or by direct link: http://lists.mydomain.com/mailman/admin/discussion

Hope this helps.

./anb
 
Hi anb,

Thanks for your reply.

I did check my archiving options, and the archive message flag is correctly set to "Yes".

Given this, is there any reason mailman would not be archiving messages?

I checked the permissions on these files and they are set to rw for u and g and owned by root:mailman which seems to be correct.

TIA...

-- Ricardo
 
I'm having the same issue. In fact, sometimes the messages are held up and not sent out and can't find them anywhere.

I did notice errors in /var/log/mailman/smtp-failure as well as /var/log/mailman/error

I'm seeing a Permission denied on the archive mbox. I believe that's the problem here.
 
Hi galaxy,

Absolutely, ta! :) I found the error message in my log files. Simply change the permissions on the archive MBOX file solved the problem.

Kind regards..

-- Ricardo
 
I see that the owner & group for the /var/lib/mailman/archives/private/list.mbox/list.mbox file is root:root, but should be "mailman:mailman". In fact everything in /var/lib/mailman/archives/private/*/* should be mailman:mailman, so this was broken from the migration.
 
maybe I should start a new thread, but I'm also seeing lots of errors in my smtp-failure file of the sort:

delivery to [email protected] failed with code -1: Connection unexpectedly closed

Any idea? Where is the config for mailman to specify an SMTP server?
 
Back
Top