• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

mailman installation (bug in installer?)

Z

zeki79

Guest
hi there
- i installed suse 10.0 and plesk 8.01

after the installation i het these:

Please remember to run 'SuSEconfig --module mailman' to configure mailman

i do that and i get:

db:/source/plesk/8.1/PSA_8.0.1 # SuSEconfig --module mailman
Starting SuSEconfig, the SuSE Configuration Tool...
Running module mailman only
Reading /etc/sysconfig and updating the system...
Executing /sbin/conf.d/SuSEconfig.mailman...
WARNING: Postfix seems not to be installed, but /etc/sysconfig/mailman
has MAILMAN_MTA="Postfix". Fix this!

ATTENTION: You have modified /usr/lib/mailman/Mailman/mm_cfg.py. Leaving it untouched...
You can find my version in /usr/lib/mailman/Mailman/mm_cfg.py.SuSEconfig...


ATTENTION: You have modified /etc/mailman/mailman.mail-gid. Leaving it untouched...
You can find my version in /etc/mailman/mailman.mail-gid.SuSEconfig...

Finished.
------

- why postfix? its qmail installed on the box...
- at the moment its not possible to create any mailinglists. i get this error:

Unable to create list: listmng failed: listmng: Error: cannot create new list: is Mailman configured properly?.


has anyone a tip?
thanks,
zeki
 
One of my customers is running Debian 3.1 and has the same problem while creating a list. It would be great if someone knows the solutions for this problem.
 
I've the same problem on Suse 10.1-64 / Plesk 8.1.
None of the solutions in the KB works.

Someony here, who solved this issue?
 
As the error suggests ,

WARNING: Postfix seems not to be installed, but /etc/sysconfig/mailman
has MAILMAN_MTA="Postfix". Fix this!


nano /etc/sysconfig/mailman

search for postfix or MAILMAN_MTA and change from postfix to Manual

Restart mailman service from /etc/init.d/

Try to add a new mailing list from plesk should work fine.. :)
 
Back
Top