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

listmng failed: listmng: Error: cannot create new list: is Mailman configured...

J

JorgeM1

Guest
Hello,

This is Plesk 10, I upgraded it from Plesk 9. If I try to create a new e-mail list I get this error:
Unable to create list: listmng failed: listmng: Error: cannot create new list: is Mailman configured properly?. System error 2: No such file or directory

I already tried this with no luck!
 
Hi Igor, yes I did, and I installed it again throught the CP.

Tried that with no luck! :(
 
Try to remove mailman package via CLI and install it back with rpm utility but not via CP.
 
Try to remove mailman package via CLI and install it back with rpm utility but not via CP.

-------

[root@server root]# rpm -e mailman
error: Failed dependencies:
mailman >= 2.1 is needed by (installed) psa-mailman-configurator-10.9.0-cos5.build109101029.18.x86_64
[root@server root]# rpm -e
rpm: no packages given for erase
[root@server root]# rpm -e psa-mailman-configurator
[root@server root]# rpm -e mailman
warning: /usr/lib/mailman/Mailman/mm_cfg.py saved as /usr/lib/mailman/Mailman/mm_cfg.py.rpmsave
warning: /etc/cron.d/mailman saved as /etc/cron.d/mailman.rpmsave
[root@server root]#

-------

And then...

-------

[root@server root]# yum install mailman
[...]
Running Transaction
Installing : mailman 1/1

Installed:
mailman.x86_64 3:2.1.9-4.el5

Complete!
-------

However, same error:
Unable to create list: listmng failed: listmng: Error: cannot create new list: is Mailman configured properly?. System error 2: No such file or directory

I found this at mailman error log:

------------

Nov 30 05:26:25 2010 mailmanctl(17294): PID unreadable in: /var/run/mailman/mas...
Nov 30 05:26:25 2010 mailmanctl(17294): [Errno 2] No such file or directory: '/...
Nov 30 05:26:25 2010 mailmanctl(17294): Is qrunner even running?
Nov 30 18:44:59 2010 mailmanctl(12560): PID unreadable in: /var/run/mailman/mas...
Nov 30 18:44:59 2010 mailmanctl(12560): [Errno 2] No such file or directory: '/...
Nov 30 18:44:59 2010 mailmanctl(12560): Is qrunner even running?
Nov 30 18:46:27 2010 mailmanctl(12669): PID unreadable in: /var/run/mailman/mas...
Nov 30 18:46:27 2010 mailmanctl(12669): [Errno 2] No such file or directory: '/...
Nov 30 18:46:27 2010 mailmanctl(12669): Is qrunner even running?
Nov 30 20:27:26 2010 mailmanctl(14275): The master qrunner lock could not be ac...
master qrunner is already running.
Nov 30 20:27:26 2010 mailmanctl(14275):

------------

Nothing more than that.
 
No. It should be something like that:

# rpm -e mailman psa-mailman-configurator

then

# /usr/local/psa/admin/bin/autoinstaller

Addition mail services -> Mailman mailing list manager support
 
No. It should be something like that:

# rpm -e mailman psa-mailman-configurator

then

# /usr/local/psa/admin/bin/autoinstaller

Addition mail services -> Mailman mailing list manager support

Did that, but same error... :(
 
It looks like there is database inconsistency. If you can't correct it by yourself - contact support team.
 
I tried to contact Parallels, but because I bought the license with 1&1 I have to request support with them. The problem is that they don't reply to the ticket I have with them.
 
So have a phone call with 1&1? you can pay for parallels support at their website then they ll help you even if you have bought your plesk from 1&1
 
It may be related to inconsistancy of password and password policy.

You may either try to set more complex password while creating maillist or try to decrease Minimal password Strength at Home -> Settings -> Mail Server Settings to Very Weak.

Hope it will help =)
 
Back
Top