Hello Till, I have on several counts tried the creation of mailing lists with API using the command: mail_mailinglist_add($params) ... The mailing list record is seen in the ISPConfig admin interface but the actual mailing list it self is NOT created on the mailing server. However, creating the same mailing list through the admin interface gets everything to work just fine. May I kindly request you to guide on how I can trouble shoot this problem if ONLY you are sure that creating a mailing list through API works through! Thanks, Joseph
Till, for some reason I can't understand after several trials it finely worked. The mailing list is now being created via API. However, one more problem ...The mail that is sent out eg: You can configure your mailing list at the following web page: http://domain.com/cgi-bin/mailman/admin/lists ... That URL does not exist, infact: ls -l /var/www/domain/cgi-bin/ Yields no results at all ... Is that expected as is?
Yes. Mailman has a script alias, so the path on the shell does not has to exits. Apache is doing a redirect to mailman. take a look into the apache mailman configuration file.
Till am running a multi-server environment where mail server ONLY runs mail and so does the webserver ... With that procedure, does that mean I have to run AGAIN a webserver on the MAIL server?