index.html 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. <!DOCTYPE html>
  2. <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
  3. <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <meta name="description" content="None">
  9. <link rel="shortcut icon" href="./img/favicon.ico">
  10. <title>Overview - mailcow: dockerized</title>
  11. <link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
  12. <link rel="stylesheet" href="./css/theme.css" type="text/css" />
  13. <link rel="stylesheet" href="./css/theme_extra.css" type="text/css" />
  14. <link rel="stylesheet" href="./css/highlight.css">
  15. <script>
  16. // Current page data
  17. var mkdocs_page_name = "Overview";
  18. var mkdocs_page_input_path = "index.md";
  19. var mkdocs_page_url = "/";
  20. </script>
  21. <script src="./js/jquery-2.1.1.min.js"></script>
  22. <script src="./js/modernizr-2.8.3.min.js"></script>
  23. <script type="text/javascript" src="./js/highlight.pack.js"></script>
  24. </head>
  25. <body class="wy-body-for-nav" role="document">
  26. <div class="wy-grid-for-nav">
  27. <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
  28. <div class="wy-side-nav-search">
  29. <a href="." class="icon icon-home"> mailcow: dockerized</a>
  30. <div role="search">
  31. <form id ="rtd-search-form" class="wy-form" action="./search.html" method="get">
  32. <input type="text" name="q" placeholder="Search docs" />
  33. </form>
  34. </div>
  35. </div>
  36. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  37. <ul class="current">
  38. <li>
  39. <li class="toctree-l1 current">
  40. <a class="current" href=".">Overview</a>
  41. <ul>
  42. <li class="toctree-l3"><a href="#mailcow-dockerized-">mailcow: dockerized - 🐮 + 🐋 = 💕</a></li>
  43. </ul>
  44. </li>
  45. <li>
  46. <li>
  47. <li class="toctree-l1 ">
  48. <a class="" href="install/">Installation</a>
  49. </li>
  50. <li>
  51. <li>
  52. <li class="toctree-l1 ">
  53. <a class="" href="first_steps/">First Steps</a>
  54. </li>
  55. <li>
  56. <li>
  57. <li class="toctree-l1 ">
  58. <a class="" href="u_and_e/">Usage & Examples</a>
  59. </li>
  60. <li>
  61. </ul>
  62. </div>
  63. &nbsp;
  64. </nav>
  65. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  66. <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
  67. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  68. <a href=".">mailcow: dockerized</a>
  69. </nav>
  70. <div class="wy-nav-content">
  71. <div class="rst-content">
  72. <div role="navigation" aria-label="breadcrumbs navigation">
  73. <ul class="wy-breadcrumbs">
  74. <li><a href=".">Docs</a> &raquo;</li>
  75. <li>Overview</li>
  76. <li class="wy-breadcrumbs-aside">
  77. <a href="https://github.com/andryyy/mailcow-dockerized/edit/master/docs/index.md"
  78. class="icon icon-github"> Edit on GitHub</a>
  79. </li>
  80. </ul>
  81. <hr/>
  82. </div>
  83. <div role="main">
  84. <div class="section">
  85. <h1 id="mailcow-dockerized-">mailcow: dockerized - 🐮 + 🐋 = 💕</h1>
  86. <p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=JWBSYHF4SMC68"><img alt="Donate" src="https://img.shields.io/badge/Donate-PayPal-green.svg" /></a></p>
  87. <p>mailcow dockerized comes with <strong>11 containers</strong> linked in <strong>one bridged network</strong>.</p>
  88. <ul>
  89. <li>Dovecot</li>
  90. <li>Memcached</li>
  91. <li>Redis</li>
  92. <li>MySQL</li>
  93. <li>Bind9 (Resolver) (formerly PDNS Recursor)</li>
  94. <li>PHP-FPM</li>
  95. <li>Postfix</li>
  96. <li>Nginx</li>
  97. <li>Rmilter</li>
  98. <li>Rspamd</li>
  99. <li>SOGo</li>
  100. </ul>
  101. <p><strong>6 volumes</strong> to keep dynamic data - take care of them!</p>
  102. <ul>
  103. <li>vmail-vol-1</li>
  104. <li>dkim-vol-1</li>
  105. <li>redis-vol-1</li>
  106. <li>mysql-vol-1</li>
  107. <li>rspamd-vol-1</li>
  108. <li>postfix-vol-1</li>
  109. </ul>
  110. <p>The integrated <strong>mailcow UI</strong> allows administrative work on your mail server instance as well as separated domain administrator and mailbox user access:</p>
  111. <ul>
  112. <li>DKIM key management</li>
  113. <li>Black- and whitelists per domain and per user</li>
  114. <li>Spam score managment per-user (reject spam, mark spam, greylist)</li>
  115. <li>Allow mailbox users to create temporary spam aliases</li>
  116. <li>Prepend mail tags to subject or move mail to subfolder (per-user)</li>
  117. <li>Allow mailbox users to toggle incoming and outgoing TLS enforcement</li>
  118. <li>Allow users to reset SOGo ActiveSync device caches</li>
  119. <li>imapsync to migrate or pull remote mailboxes regularly</li>
  120. <li>TFA: Yubi OTP and U2F USB (Google Chrome and derivates only)</li>
  121. <li>Add domains, mailboxes, aliases, domain aliases and SOGo resources</li>
  122. </ul>
  123. <p><em><a href="https://www.servercow.de">Looking for a farm to host your cow?</a></em> </p>
  124. </div>
  125. </div>
  126. <footer>
  127. <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
  128. <a href="install/" class="btn btn-neutral float-right" title="Installation">Next <span class="icon icon-circle-arrow-right"></span></a>
  129. </div>
  130. <hr/>
  131. <div role="contentinfo">
  132. <!-- Copyright etc -->
  133. </div>
  134. Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
  135. </footer>
  136. </div>
  137. </div>
  138. </section>
  139. </div>
  140. <div class="rst-versions" role="note" style="cursor: pointer">
  141. <span class="rst-current-version" data-toggle="rst-current-version">
  142. <a href="https://github.com/andryyy/mailcow-dockerized/" class="icon icon-github" style="float: left; color: #fcfcfc"> GitHub</a>
  143. <span style="margin-left: 15px"><a href="install/" style="color: #fcfcfc">Next &raquo;</a></span>
  144. </span>
  145. </div>
  146. <script src="./js/theme.js"></script>
  147. </body>
  148. </html>
  149. <!--
  150. MkDocs version : 0.16.1
  151. Build Date UTC : 2017-03-02 10:21:46
  152. -->