mailman


  • Hello, How can I integrate mailman in my i-mscp system. Will it be possible to make this?
    10 in advance


    Hello ;


    A i-MSCP plugin for Mailman is on the road. See https://github.com/i-MSCP/plugins/tree/master/Mailman


    The development of this plugin is sponsored by [size=medium]Retail Service Systems[/size] and is still under development.


    Please do not try to install this plugin as long it's not ready for use (See the WARNING in the README.md file). Also, this plugin will be only compatible with next release 1.1.0-rc2.4, which is planned for end of the week.


    A little preview about it:



    Capture du 2013-06-18 15:38:05.png


    Thank you for using i-MSCP.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

    Edited once, last by Nuxwin ().

  • 10x in advance
    Write when you're ready with the pluging to downloaded it, to install it


    Write when you're ready to plug to pull it, to install it
    [hr]
    git clone [email protected]:i-MSCP/plugins.git
    Cloning into 'plugins'...
    Permission denied (publickey).
    fatal: The remote end hung up unexpectedly

    Why Thath

    OpEn YouR mINd , OpeN YouR SourcE cOdE

    Edited once, last by All ().

  • All


    This is a mistake from my side. :P


    You must use this URL: git://github.com/i-MSCP/plugins.git


    The previous URL was for write access, and a ssh key is needed in that case.


    I've updated the README.md


    Thank you for using i-MSCP

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

    Edited once, last by Nuxwin ().


  • Hello Nuxwin
    So I did everything written here https://github.com/i-MSCP/plugins/tree/master/Mailman but when i go into the admin panel and give the plugin manager , then show me thats
    Plugin list is empty. To install a new plugin, extract its archive content into the gui / plugins directory and update the plugin list.

    OpEn YouR mINd , OpeN YouR SourcE cOdE

  • Hello Nuxwin
    So I did everything written here https://github.com/i-MSCP/plugins/tree/master/Mailman but when i go into the admin panel and give the plugin manager , then show me thats
    Plugin list is empty. To install a new plugin, extract its archive content into the gui / plugins directory and update the plugin list.


    Re;


    What i-MSCP version are you using?


    Code
    1. REQUIREMENTSPlugin compatible with i-MSCP versions >= 1.1.0.rc2.4 (Not yet released)


    So for now, the plugin is only compatible with last Git Master.


    If you are using last Git Master you must do these steps:


    Install needed Debian/Ubuntu package if not already done


    Code
    1. # aptitude update && aptitude install mailman


    Create mailman site list if not already done


    Code
    1. # newlist mailman


    This is really needed. Without this list, mailman will refuse to start.


    Restart mailman


    Code
    1. # service mailman restart


    Get the plugin from github


    Code
    1. # cd /usr/local/src# git clone git://github.com/i-MSCP/plugins.git


    Create new Plugin archive


    Code
    1. # cd plugins
    2. # tar cvzf Mailman.tar.gz Mailman


    Plugin upload and installation


    • Login into the panel as admin and go to the plugin management interface
    • Upload the Mailman plugin archive
    • Activate the plugin


    Else, you must update to Git Master first.


    Thank you for using i-MSCP

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

    Edited once, last by Nuxwin ().


  • 1.1.0.rc2.3 thats it`s my verion

    OpEn YouR mINd , OpeN YouR SourcE cOdE


  • 1.1.0.rc2.3 thats it`s my version


    Re


    Your version is not compatible with that plugin. ;) Next time, read the README correctly :P


    You must either wait for next version or update to Git Master


    Thank you for using i-MSCP.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • If i add a new mailing-list i get this error:


    An exception have been thrown
    An exception with the following message has been thrown in file /var/www/imscp/gui/library/iMSCP/Config/Handler.php (Line: 98):


    Configuration variable `ITEM_DNSCHANGE_STATUS` is missing


    I tried to deactivate and activate it again but after deactivating it there was no way on gui to activate it again - so i removed the entry from the database and deleted plugin on filesystem.


    Do you have any idea how to fix that?


    Using 1.1.0 RC3 on Ubuntu 12.04

    Edited once, last by UncleSam ().


  • Hello ;


    The mailman plugin must be updated for last release. I'll do that this night.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206