iredmail-doc/html/used.components.html

126 lines
4.4 KiB
HTML
Raw Normal View History

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2015-06-04 02:58:11 -05:00
<title>Major open source softwares used in iRedMail</title>
<link rel="stylesheet" type="text/css" href="./css/markdown.css" />
</head>
<body>
<div id="navigation">
<a href="http://www.iredmail.org" target="_blank">iRedMail web site</a>
// <a href="./index.html">Document Index</a>
2015-06-04 02:58:11 -05:00
</div><h1 id="major-open-source-softwares-used-in-iredmail">Major open source softwares used in iRedMail</h1>
<table cellpadding="4px;">
<thead>
<tr>
<th>Name</th>
<th>Comment</th>
<th>Command used to check software version</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="http://www.postfix.org" target="_blank">Postfix</a></td>
<td>Mail Transfer Agent (MTA)</td>
<td>postconf mail_version
</tr>
<tr>
<td><a href="http://www.dovecot.org" target="_blank">Dovecot</a></td>
<td>POP3, IMAP and Managesieve server</td>
<td>dovecot --version</td>
</tr>
<tr>
<td><a href="http://httpd.apache.org" target="_blank">Apache</a>, <a href="http://nginx.org" target="_blank">Nginx</a></td>
<td>Web server</td>
<td>apachectl -v<br/>nginx -v</td>
</tr>
<tr>
<td><a href="http://www.openldap.org" target="_blank">OpenLDAP</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ldapd.8?query=ldapd&arch=i386" target="_blank">ldapd(8)</a></td>
<td>LDAP server, used for storing mail accounts (optional).</td>
<td>slapd -V</td>
</tr>
<tr>
<td><a href="http://www.mysql.com" target="_blank">MySQL</a>, <a href="https://mariadb.org" target="_blank">MariaDB</a>, <a href="http://www.postgresql.org" target="_blank">PostgreSQL</a></td>
<td>SQL server used to store application data. Could be used to store mail accounts too.</td>
<td>mysql --version<br />psql -V</td>
</tr>
<tr>
<td><a href="http://www.amavis.org" target="_blank">Amavisd-new</a></td>
<td>Interface between Postfix and SpamAssassin, ClamAV. it calls SpamAssassin and ClamAV for content-based spam/virus scanning.</td>
<td>amavisd-new -V</td>
</tr>
<tr>
<td><a href="http://spamassassin.apache.org" target="_blank">SpamAssassin</a></td>
<td>content-based spam scanner</td>
<td>spamassassin -V</td>
</tr>
<tr>
<td><a href="http://www.clamav.net/index.html" target="_blank">ClamAV</a></td>
<td>Virus scanner</td>
<td>clamd -V</td>
</tr>
<tr>
<td><a href="http://www.policyd.org" target="_blank">Cluebringer</a></td>
<td>A third-party postfix policy server</td>
<td></td>
</tr>
<tr>
<td><a href="https://bitbucket.org/zhb/iredapd/" target="_blank">iRedAPD</a></td>
<td>A very simple postfix policy server developed by iRedMail team</td>
<td>grep '__version__' /opt/iredapd/libs/__init__.py</td>
</tr>
<tr>
<td><a href="http://roundcube.net" target="_blank">Roundcube</a></td>
<td>Webmail (PHP)</td>
<td></td>
</tr>
<tr>
<td><a href="http://sogo.nu" target="_blank">SOGo Groupware</a></td>
2015-12-14 00:17:09 -06:00
<td>A groupware which provides calendar (CalDAV), contact (CardDAV), tasks and ActiveSync services.</td>
<td></td>
</tr>
<tr>
<td><a href="http://www.fail2ban.org" target="_blank">Fail2ban</a></td>
<td>Scans log files and bans IPs that show the malicious signs -- too many password failures, seeking for exploits, etc.</td>
<td>fail2ban-server -V</td>
</tr>
<tr>
<td><a href="http://www.awstats.org" target="_blank">Awstats</a></td>
<td>Apache and Postfix log analyzer</td>
<td></td>
</tr>
</tbody>
</table>
<h1 id="the-big-picture">The Big Picture</h1>
<p><img alt="" src="./images/big.picture.png" /></p>
<h1 id="see-also">See also</h1>
<ul>
<li><a href="./file.locations.html">Locations of configuration and log files of mojor components</a></li>
<li><a href="./network.ports.html">Which network ports are open by iRedMail</a></li>
2015-12-13 23:04:21 -06:00
</ul><p style="text-align: center; color: grey;">All documents are available in <a href="https://bitbucket.org/zhb/iredmail-docs/src">BitBucket repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-3293801-21', 'auto');
ga('send', 'pageview');
</script>
</body></html>