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

Resolved Mailman's management links do not work

Tchiboun

New Pleskian
Hi,

Mailman is running and I've created several mailing list on a domain (for the first time I'm using mailing list).
So I receiv some mails from mailman to manage lists like to approbate a sending, but all the links are broken like :

http://lists.xxx.com/cgi-bin/mailman/admindb/test for the list called 'test' I've got a 404 not found.

I've added an SOA record : lists.xxx.xom CNAME xxx.com

I've receiv several mail but all the links to http://lists.... are not found.

Can someone help me ?

Bye.
 
On the documentRoot path, there is no lists directory or cgi-bin directory.
Is it a track ?

When mailing list are activated, what files do I need to have on the domain files directory ?

How can I follow the error log of mailman ?
 
Hi,

try to check conf
run:
Code:
httpd -S | grep lists
or
Code:
apachectl -S | grep lists


command should return the output like:
Code:
# httpd -S | grep lists
port 7080 namevhost lists (/etc/httpd/conf/plesk.conf.d/server.conf:324)
wild alias lists.*
port 7081 namevhost lists (/etc/httpd/conf/plesk.conf.d/server.conf:347)
wild alias lists.*

if not, try to run rebuild configs:
Code:
plesk repair web
 
Hello Aleksandr,

Thanks for your reply.
This is the result :

port 7080 namevhost lists (/etc/apache2/plesk.conf.d/server.conf:151)
port 7081 namevhost lists (/etc/apache2/plesk.conf.d/server.conf:177)
port 7080 namevhost lists (/etc/apache2/plesk.conf.d/server.conf:151)
port 7081 namevhost lists (/etc/apache2/plesk.conf.d/server.conf:177)

Do you think I need to rebuild configs ?
 
Hello Aleksandr,

Thanks for your reply.
This is the result :

port 7080 namevhost lists (/etc/apache2/plesk.conf.d/server.conf:151)
port 7081 namevhost lists (/etc/apache2/plesk.conf.d/server.conf:177)
port 7080 namevhost lists (/etc/apache2/plesk.conf.d/server.conf:151)
port 7081 namevhost lists (/etc/apache2/plesk.conf.d/server.conf:177)

Do you think I need to rebuild configs ?

It looks incorrect.
Sure, try to rebuild configs.
Anyway if you not sure, so you can make backup before.
 
Tks,

The links is still broken.
I've run the command "plesk repair web"
and then do a test with the extension "Webserver configurations troubleshooter" with no error

would you have any other advice ?
 
I don't think that I've restrict cgi. How can I check it please ?

Should I reinstall mailman ?

Tkx for your help !!!
 
Hello, @Tchiboun
Let's start from beginning. Can you please execute
Code:
plesk version
in CLI and copy-paste result as is.
Please, also provide info about your server OS name and OS version. Then we can continue investigation.
 
Hello,

Tks for your help.
(In fact, the lists had never been functionnal, It's the first time my customer ask me to use it.)

This is the result :
Product version: Plesk Onyx 17.0.17 Update #63
Update date: 2019/08/09 06:27
Build date: 2018/12/18 11:00
OS version: Ubuntu 12.04
Revision: ab6766191d3ba26e7b21255ab007fc7fc56d84c6
Architecture: 64-bit
Wrapper version: 1.2
 
Thanks for reply, @Tchiboun
Because plesk 17.0 is really outdated today i can propose two solutions to achieve quick result:
- Update to latest stable 17.8 version and get all updates and bug fixes
OR
- Contact plesk support directly. I suppose this problem can be mitigated effectively only with access to a server
 
Thanks !

Juste a question : how force an update to 17.8 when I used to use the web interface to make update and of course the interface doesn't propose to me to update to 17.8 ?
 
Back
Top