• 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!
  • 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 problem

webjfg

Basic Pleskian
if i try to manualy stop mailman if receive this message

/etc/init.d/mailman stop
PID unreadable in: /var/mailman/data/master-qrunner.pid
[Errno 2] No such file or directory: '/var/mailman/data/master-qrunner.pid'
Is qrunner even running?


if i try to start mailman i receive this

/etc/init.d/mailman start
Traceback (most recent call last):
File "/var/mailman/bin/mailmanctl", line 597, in ?
main()
File "/var/mailman/bin/mailmanctl", line 416, in main
check_for_site_list()
File "/var/mailman/bin/mailmanctl", line 318, in check_for_site_list
sitelist = MailList(sitelistname, lock=0)
File "/var/mailman/Mailman/MailList.py", line 128, in __init__
self.Load()
File "/var/mailman/Mailman/MailList.py", line 593, in Load
dict, e = self.__load(file)
File "/var/mailman/Mailman/MailList.py", line 566, in __load
dict = loadfunc(fp)
ImportError: No module named n.comq^aU

i have check the KB and i only found something about auto starting, but it's not the problem.

Thanks
 
This might be related to wrong permissions settings somewhere, /var/mailman/bin/check_perms -f" might help.

If this doesn't help we recommend that you open a support ticket with SWsoft... we can fix this for you.

To open a support ticket Login to the Plesk UI as admin... in the server screen click on the support icon... (Make sure pop-ups are allowed in your browser). Once you fill in and submit the support form you will be issued a ticket number that will allow you to communicate through the support firewall via email. Our techs can assist you with these issues
 
Hi
finaly i have found some usefull info on the net
i have remove mailman (yum remove mailman)
delete the install rep (rd -rdf /var/mailman)
and re-install the apps vis the control panel
setting the admin email and password and everithing work fine
 
I seem to have run into the same problem, except I get that message via email...every five minutes.

When I did the "/var/mailman/bin/check_perms -f", I got the following message:

# /var/mailman/bin/check_perms -f
No problems found

BTW, when I click on the support icon via Plesk, it doesn't do anything for me.
 
Back
Top