diff --git a/en_US/integrations/0-integration.mlmmj.ldap.md b/en_US/integrations/0-integration.mlmmj.ldap.md index f35a3609..54aa8c34 100644 --- a/en_US/integrations/0-integration.mlmmj.ldap.md +++ b/en_US/integrations/0-integration.mlmmj.ldap.md @@ -4,7 +4,7 @@ ## Summary -In iRedMail-0.9.8, we integrate [mlmmj](http://mlmmj.org) - a simple and slim +In iRedMail-0.9.8, we integrate mlmmj () - a simple and slim mailing list manager. It uses very few resources, and requires no daemons, easy to install, configure and manage. if offers a great set of features, including: @@ -21,6 +21,12 @@ to install, configure and manage. if offers a great set of features, including: * Rich, customisable texts for automated operations * and more +With mlmmj integration, you can create as many mailing lists as you want. End +user can subscribe to mailing list `listname@domain.dom` by sending email to +`listname+subscribe@domain.com`, unsubscribe from the list by sending email to +`listname+unsubscribe@domain.com`. Of course you can disable the subscription +and unsubscription with a setting. + iRedMail team also developes a simple RESTful API server called `mlmmjadmin` to help manage mailing lists, it also offers script tool to manage mailing lists from command line. @@ -350,6 +356,14 @@ service mlmmjadmin restart rcctl start mlmmjadmin ``` +## Manage mailing lists with iRedAdmin-Pro + +With [iRedAdmin-Pro](https://www.iredmail.org/admin_panel.html), you can easily +manage mailing list accounts with its web UI. Here's a screenshot of mailing +list profile page in iRedAdmin-Pro: + +![](./images/iredadmin/mailinglist_profile.png){: width="900px" } + ## Manage mailing lists with mlmmjadmin command line tool mlmmjadmin ships script `tools/maillist_admin.py` to help you manage mailing diff --git a/en_US/integrations/0-integration.mlmmj.mysql.md b/en_US/integrations/0-integration.mlmmj.mysql.md index 27f50743..2e1467dd 100644 --- a/en_US/integrations/0-integration.mlmmj.mysql.md +++ b/en_US/integrations/0-integration.mlmmj.mysql.md @@ -4,7 +4,7 @@ ## Summary -In iRedMail-0.9.8, we integrate [mlmmj](http://mlmmj.org) - a simple and slim +In iRedMail-0.9.8, we integrate mlmmj () - a simple and slim mailing list manager. It uses very few resources, and requires no daemons, easy to install, configure and manage. if offers a great set of features, including: @@ -21,6 +21,12 @@ to install, configure and manage. if offers a great set of features, including: * Rich, customisable texts for automated operations * and more +With mlmmj integration, you can create as many mailing lists as you want. End +user can subscribe to mailing list `listname@domain.dom` by sending email to +`listname+subscribe@domain.com`, unsubscribe from the list by sending email to +`listname+unsubscribe@domain.com`. Of course you can disable the subscription +and unsubscription with a setting. + iRedMail team also developes a simple RESTful API server called `mlmmjadmin` to help manage mailing lists, it also offers script tool to manage mailing lists from command line. @@ -383,6 +389,14 @@ service mlmmjadmin restart rcctl start mlmmjadmin ``` +## Manage mailing lists with iRedAdmin-Pro + +With [iRedAdmin-Pro](https://www.iredmail.org/admin_panel.html), you can easily +manage mailing list accounts with its web UI. Here's a screenshot of mailing +list profile page in iRedAdmin-Pro: + +![](./images/iredadmin/mailinglist_profile.png){: width="900px" } + ## Manage mailing lists with mlmmjadmin command line tool mlmmjadmin ships script `tools/maillist_admin.py` to help you manage mailing diff --git a/en_US/integrations/0-integration.mlmmj.pgsql.md b/en_US/integrations/0-integration.mlmmj.pgsql.md index 527fff02..1842d175 100644 --- a/en_US/integrations/0-integration.mlmmj.pgsql.md +++ b/en_US/integrations/0-integration.mlmmj.pgsql.md @@ -4,7 +4,7 @@ ## Summary -In iRedMail-0.9.8, we integrate [mlmmj](http://mlmmj.org) - a simple and slim +In iRedMail-0.9.8, we integrate mlmmj () - a simple and slim mailing list manager. It uses very few resources, and requires no daemons, easy to install, configure and manage. if offers a great set of features, including: @@ -21,6 +21,12 @@ to install, configure and manage. if offers a great set of features, including: * Rich, customisable texts for automated operations * and more +With mlmmj integration, you can create as many mailing lists as you want. End +user can subscribe to mailing list `listname@domain.dom` by sending email to +`listname+subscribe@domain.com`, unsubscribe from the list by sending email to +`listname+unsubscribe@domain.com`. Of course you can disable the subscription +and unsubscription with a setting. + iRedMail team also developes a simple RESTful API server called `mlmmjadmin` to help manage mailing lists, it also offers script tool to manage mailing lists from command line. @@ -384,6 +390,14 @@ service mlmmjadmin restart rcctl start mlmmjadmin ``` +## Manage mailing lists with iRedAdmin-Pro + +With [iRedAdmin-Pro](https://www.iredmail.org/admin_panel.html), you can easily +manage mailing list accounts with its web UI. Here's a screenshot of mailing +list profile page in iRedAdmin-Pro: + +![](./images/iredadmin/mailinglist_profile.png){: width="900px" } + ## Manage mailing lists with mlmmjadmin command line tool mlmmjadmin ships script `tools/maillist_admin.py` to help you manage mailing diff --git a/en_US/overview/0-used.components.md b/en_US/overview/0-used.components.md index cf45ae98..db6c7647 100644 --- a/en_US/overview/0-used.components.md +++ b/en_US/overview/0-used.components.md @@ -11,12 +11,13 @@ Name | Comment [Apache](http://httpd.apache.org), [Nginx](http://nginx.org) | Web server [OpenLDAP](http://www.openldap.org), [ldapd(8)](http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ldapd.8?query=ldapd&arch=i386) | LDAP server, used for storing mail accounts (optional) [MySQL](http://www.mysql.com), [MariaDB](https://mariadb.org), [PostgreSQL](http://www.postgresql.org) | SQL server used to store application data. Could be used to store mail accounts too. -[Amavisd-new](http://www.amavis.org) | Interface between Postfix and SpamAssassin, ClamAV. it calls SpamAssassin and ClamAV for content-based spam/virus scanning +[mlmmj](http://mlmmj.org) | Mailing list manager. Shipped in iRedMail-0.9.8 and later releases. +[Amavisd-new](http://www.amavis.org) | Interface between Postfix and SpamAssassin, ClamAV. [SpamAssassin](http://spamassassin.apache.org) | Content-based spam scanner [ClamAV](http://www.clamav.net/) | Virus scanner [Roundcube](http://roundcube.net) | Webmail (PHP) [SOGo Groupware](http://sogo.nu) | A groupware which provides calendar (CalDAV), contact (CardDAV), tasks and ActiveSync services -[Fail2ban](http://www.fail2ban.org) | Scans log files and bans IPs that show the malicious signs -- too many password failures, seeking for exploits, etc +[Fail2ban](http://www.fail2ban.org) | Scans log files and bans IPs that show the malicious signs [Awstats](http://www.awstats.org) | Apache and Postfix log analyzer [iRedAPD](https://bitbucket.org/zhb/iredapd/) | A postfix policy server developed by iRedMail team [Cluebringer](http://www.policyd.org) | A postfix policy server. Deprecated since iRedMail-0.9.3. diff --git a/html/images/iredadmin/mailinglist_profile.png b/html/images/iredadmin/mailinglist_profile.png new file mode 100644 index 00000000..34f003ea Binary files /dev/null and b/html/images/iredadmin/mailinglist_profile.png differ diff --git a/html/integration.mlmmj.ldap.html b/html/integration.mlmmj.ldap.html index 50812587..dfb139fb 100644 --- a/html/integration.mlmmj.ldap.html +++ b/html/integration.mlmmj.ldap.html @@ -25,6 +25,7 @@
  • Postfix integration
  • Amavisd Integration
  • Setup mlmmjadmin: a RESTful API server used to manage mlmmj mailing lists
  • +
  • Manage mailing lists with iRedAdmin-Pro
  • Manage mailing lists with mlmmjadmin command line tool
  • References
  • @@ -32,7 +33,7 @@

    Summary

    -

    In iRedMail-0.9.8, we integrate mlmmj - a simple and slim +

    In iRedMail-0.9.8, we integrate mlmmj (http://mlmmj.org) - a simple and slim mailing list manager. It uses very few resources, and requires no daemons, easy to install, configure and manage. if offers a great set of features, including:

      @@ -49,6 +50,11 @@ to install, configure and manage. if offers a great set of features, including:<
    • Rich, customisable texts for automated operations
    • and more
    +

    With mlmmj integration, you can create as many mailing lists as you want. End +user can subscribe to mailing list listname@domain.dom by sending email to +listname+subscribe@domain.com, unsubscribe from the list by sending email to +listname+unsubscribe@domain.com. Of course you can disable the subscription +and unsubscription with a setting.

    iRedMail team also developes a simple RESTful API server called mlmmjadmin to help manage mailing lists, it also offers script tool to manage mailing lists from command line.

    @@ -362,6 +368,11 @@ service mlmmjadmin restart rcctl start mlmmjadmin +

    Manage mailing lists with iRedAdmin-Pro

    +

    With iRedAdmin-Pro, you can easily +manage mailing list accounts with its web UI. Here's a screenshot of mailing +list profile page in iRedAdmin-Pro:

    +

    Manage mailing lists with mlmmjadmin command line tool

    mlmmjadmin ships script tools/maillist_admin.py to help you manage mailing lists. You can find this script under directory /opt/mlmmjadmin/tools/.

    diff --git a/html/integration.mlmmj.mysql.html b/html/integration.mlmmj.mysql.html index f468aefc..b595661b 100644 --- a/html/integration.mlmmj.mysql.html +++ b/html/integration.mlmmj.mysql.html @@ -26,6 +26,7 @@
  • Postfix integration
  • Amavisd Integration
  • Setup mlmmjadmin: RESTful API server used to manage mlmmj mailing lists
  • +
  • Manage mailing lists with iRedAdmin-Pro
  • Manage mailing lists with mlmmjadmin command line tool
  • References
  • @@ -33,7 +34,7 @@

    Summary

    -

    In iRedMail-0.9.8, we integrate mlmmj - a simple and slim +

    In iRedMail-0.9.8, we integrate mlmmj (http://mlmmj.org) - a simple and slim mailing list manager. It uses very few resources, and requires no daemons, easy to install, configure and manage. if offers a great set of features, including:

      @@ -50,6 +51,11 @@ to install, configure and manage. if offers a great set of features, including:<
    • Rich, customisable texts for automated operations
    • and more
    +

    With mlmmj integration, you can create as many mailing lists as you want. End +user can subscribe to mailing list listname@domain.dom by sending email to +listname+subscribe@domain.com, unsubscribe from the list by sending email to +listname+unsubscribe@domain.com. Of course you can disable the subscription +and unsubscription with a setting.

    iRedMail team also developes a simple RESTful API server called mlmmjadmin to help manage mailing lists, it also offers script tool to manage mailing lists from command line.

    @@ -392,6 +398,11 @@ service mlmmjadmin restart rcctl start mlmmjadmin +

    Manage mailing lists with iRedAdmin-Pro

    +

    With iRedAdmin-Pro, you can easily +manage mailing list accounts with its web UI. Here's a screenshot of mailing +list profile page in iRedAdmin-Pro:

    +

    Manage mailing lists with mlmmjadmin command line tool

    mlmmjadmin ships script tools/maillist_admin.py to help you manage mailing lists. You can find this script under directory /opt/mlmmjadmin/tools/.

    diff --git a/html/integration.mlmmj.pgsql.html b/html/integration.mlmmj.pgsql.html index 19d6a35a..02e6be54 100644 --- a/html/integration.mlmmj.pgsql.html +++ b/html/integration.mlmmj.pgsql.html @@ -26,6 +26,7 @@
  • Postfix integration
  • Amavisd Integration
  • Setup mlmmjadmin: RESTful API server used to manage mlmmj mailing lists
  • +
  • Manage mailing lists with iRedAdmin-Pro
  • Manage mailing lists with mlmmjadmin command line tool
  • References
  • @@ -33,7 +34,7 @@

    Summary

    -

    In iRedMail-0.9.8, we integrate mlmmj - a simple and slim +

    In iRedMail-0.9.8, we integrate mlmmj (http://mlmmj.org) - a simple and slim mailing list manager. It uses very few resources, and requires no daemons, easy to install, configure and manage. if offers a great set of features, including:

      @@ -50,6 +51,11 @@ to install, configure and manage. if offers a great set of features, including:<
    • Rich, customisable texts for automated operations
    • and more
    +

    With mlmmj integration, you can create as many mailing lists as you want. End +user can subscribe to mailing list listname@domain.dom by sending email to +listname+subscribe@domain.com, unsubscribe from the list by sending email to +listname+unsubscribe@domain.com. Of course you can disable the subscription +and unsubscription with a setting.

    iRedMail team also developes a simple RESTful API server called mlmmjadmin to help manage mailing lists, it also offers script tool to manage mailing lists from command line.

    @@ -393,6 +399,11 @@ service mlmmjadmin restart rcctl start mlmmjadmin +

    Manage mailing lists with iRedAdmin-Pro

    +

    With iRedAdmin-Pro, you can easily +manage mailing list accounts with its web UI. Here's a screenshot of mailing +list profile page in iRedAdmin-Pro:

    +

    Manage mailing lists with mlmmjadmin command line tool

    mlmmjadmin ships script tools/maillist_admin.py to help you manage mailing lists. You can find this script under directory /opt/mlmmjadmin/tools/.

    diff --git a/html/used.components.html b/html/used.components.html index 74d5864a..e76ceca1 100644 --- a/html/used.components.html +++ b/html/used.components.html @@ -58,8 +58,12 @@ SQL server used to store application data. Could be used to store mail accounts too. +mlmmj +Mailing list manager. Shipped in iRedMail-0.9.8 and later releases. + + Amavisd-new -Interface between Postfix and SpamAssassin, ClamAV. it calls SpamAssassin and ClamAV for content-based spam/virus scanning +Interface between Postfix and SpamAssassin, ClamAV. SpamAssassin @@ -79,7 +83,7 @@ Fail2ban -Scans log files and bans IPs that show the malicious signs -- too many password failures, seeking for exploits, etc +Scans log files and bans IPs that show the malicious signs Awstats