The upgrade to 3.0.4 seems ok. I have installed mailman with the new manuel. But I created a list before this install, on a domain. And lists on this domain are created, but there are 404 errors for interfaces http://<domain>/cgi-bin/mailman/admin/<list> http://<domain>/cgi-bin/mailman/listinfo/<domain> ispconfig "mail warnings" shows : Nov 18 13:38:02 ks356348 postfix/postmap[5085]: warning: /var/lib/mailman/data/virtual-mailman.db: duplicate entry: "<list>@<domain>" (and other aliases) /var/lib/mailman/data/aliases seems ok. But /var/lib/mailman/data/virtual-mailman has a problem : there are several lists of <domain> which are not deleted. Do you know how I can correct that ? Thanks !
After reinstalling No, I tried to delete and recreate the list, same problem. And same problem with all lists on that domain. After reinstalling mailman, I have almost the same problem. Now, there are no errors with virtual-mailman.db. But if I delete a list of this domain, it stays in virtual-mailman. For others domains, no problem. I have found that web admin/users interfaces are https URLs for the domain mail of this list, and not http URL. And the links from admin/users interfaces are https URLs, and coded as http URLs. In mm_cfg.py, there is DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman/' And no https directive in <domain>.vhost Mystery...
system Debian lenny, bundled with ispconfig (3.0.1, if I remember). I updated from 3.0.2 to 3.0.4, by shell.
Hello FALKO I have the same problem on debian 6 and ISPConfig 3.0.4.1 I installed mailman as described above with a little difference: for aliases, file: /etc/aliases it's wrong.. I wrote them inside: /var/lib/mailman/data/aliases after it I run: "newaliases" The main list called "MAILMAN" works fine: http://test.justdinnerclub.net/cgi-bin/mailman/admin/mailman If I create a new list called "TEST" for virtualdomain www.servilux.it i receive the email with Subject: Your new mailing list: test but I can't manage the list trough web interface for 404 errors on both links: http://servilux.it/cgi-bin/mailman/admin/test http://servilux.it/cgi-bin/mailman/listinfo/test Best regards Alberto
But http://test.justdinnerclub.net/cgi-bin/mailman/admin/test and http://test.justdinnerclub.net/cgi-bin/mailman/listinfo/test work fine, so there seems to be something wrong with the servilux.it vhost. Can you check if CGI and suExec are enabled for this site? If so, can you switch them off and try again?
Ciao Falko Only cgi-bin was enabled on servilux.it because they have one cgi on website, now it's switched off and mailman works fine.... do you mean cig-bin and mailman can't run together? Thank you! Alberto
Ciao Falko, now mailman it's working but I have some errors in ISPConfig Cron - Log: postmap: warning: /var/lib/mailman/data/virtual-mailman.db: duplicate entry: "[email protected]" postmap: warning: /var/lib/mailman/data/virtual-mailman.db: duplicate entry: "[email protected]" postmap: warning: /var/lib/mailman/data/virtual-mailman.db: duplicate entry: "[email protected]" postmap: warning: /var/lib/mailman/data/virtual-mailman.db: duplicate entry: "[email protected]" postmap: warning: /var/lib/mailman/data/virtual-mailman.db: duplicate entry: "[email protected]" postmap: warning: /var/lib/mailman/data/virtual-mailman.db: duplicate entry: "[email protected]" postmap: warning: /var/lib/mailman/data/virtual-mailman.db: duplicate entry: "[email protected]" postmap: warning: /var/lib/mailman/data/virtual-mailman.db: duplicate entry: "[email protected]" postmap: warning: /var/lib/mailman/data/virtual-mailman.db: duplicate entry: "[email protected]" postmap: warning: /var/lib/mailman/data/virtual-mailman.db: duplicate entry: "[email protected]" If I check /var/lib/mailman/data/virtual-mailman i have many lists but they was deleted and aren't on IspConfig now.. root@test:/var/lib/mailman/data# cat virtual-mailman # This file is generated by Mailman, and is kept in sync with the binary hash # file virtual-mailman.db. YOU SHOULD NOT MANUALLY EDIT THIS FILE unless you # know what you're doing, and can keep the two files properly in sync. If you # screw it up, you're on your own. # # Note that you should already have this virtual domain set up properly in # your Postfix installation. See README.POSTFIX for details. # LOOP ADDRESSES START [email protected] mailman-loop [email protected] mailman-loop # LOOP ADDRESSES END # STANZA START: prova # CREATED: Fri Nov 25 15:41:01 2011 [email protected] prova [email protected] prova-admin [email protected] prova-bounces [email protected] prova-confirm [email protected] prova-join [email protected] prova-leave [email protected] prova-owner [email protected] prova-request [email protected] prova-subscribe [email protected] prova-unsubscribe # STANZA END: prova # STANZA START: prova # CREATED: Sun Nov 27 11:27:02 2011 [email protected] prova [email protected] prova-admin [email protected] prova-bounces [email protected] prova-confirm [email protected] prova-join [email protected] prova-leave [email protected] prova-owner [email protected] prova-request [email protected] prova-subscribe [email protected] prova-unsubscribe # STANZA END: prova # STANZA START: prova # CREATED: Sun Nov 27 11:36:01 2011 [email protected] prova [email protected] prova-admin [email protected] prova-bounces [email protected] prova-confirm [email protected] prova-join [email protected] prova-leave [email protected] prova-owner [email protected] prova-request [email protected] prova-subscribe [email protected] prova-unsubscribe # STANZA END: prova # STANZA START: test # CREATED: Sun Nov 27 11:50:02 2011 [email protected] test [email protected] test-admin [email protected] test-bounces [email protected] test-confirm [email protected] test-join [email protected] test-leave [email protected] test-owner [email protected] test-request [email protected] test-subscribe [email protected] test-unsubscribe # STANZA END: test I think when I delete one mailinglist from ISPConfig control panel, don't delete records from /var/lib/mailman/data/virtual-mailman.db Best regards Alberto