iredmail-doc/html/used.components.html

110 lines
2.8 KiB
HTML
Raw Normal View History

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Major components used in iRedMail</title>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<div id="navigation">
<a href="http://www.iredmail.org" target="_blank">iRedMail web site</a>
// <a href="./index.html">Document Index</a>
</div><h1 id="major-components-used-in-iredmail">Major components used in iRedMail</h1>
<table cellpadding="4px;">
<thead>
<tr>
<th>Name</th>
<th>Comment</th>
</tr>
</thead>
<tbody>
<tr>
<th>Postfix</th>
<td>Mail Transfer Agent (MTA)</td>
</tr>
<tr>
<th>Dovecot</th>
<td>POP3, IMAP and Managesieve server</td>
</tr>
<tr>
<td>Apache, Nginx</td>
<td>Web server</td>
</tr>
<tr>
<td>OpenLDAP</td>
<td>LDAP server, an optional for storing mail accounts.</td>
</tr>
<tr>
<td>MySQL, MariaDB, PostgreSQL</td>
<td>SQL server used to store application data. Could be used to store mail accounts too.</td>
</tr>
<tr>
<td>Amavisd</td>
<td>Interface between Postfix and SpamAssassin, ClamAV. it calls SpamAssassin and ClamAV for content-based spam/virus scanning.</td>
</tr>
<tr>
<td>SpamAssassin</td>
<td>content-based spam scanner</td>
</tr>
<tr>
<td>ClamAV</td>
<td>Virus scanner</td>
</tr>
<tr>
<td>Cluebringer</td>
<td>A third-party postfix policy server</td>
</tr>
<tr>
<td>iRedAPD</td>
<td>A very simple postfix policy server developed by iRedMail team</td>
</tr>
<tr>
<td>Roundcube</td>
<td>Webmail (PHP)</td>
</tr>
<tr>
<td>SOGo Groupware</td>
<td>A groupware which provides calendar (CalDAV), contact (CardDAV) and ActiveSync services.</td>
</tr>
<tr>
<td>Fail2ban</td>
<td>Scans log files and bans IPs that show the malicious signs -- too many password failures, seeking for exploits, etc.</td>
</tr>
<tr>
<td>Awstats</td>
<td>Apache and Postfix log analyzer</td>
<td></td>
</tr>
</tbody>
</table>
<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>
</ul><p style="text-align: center; color: grey;">Document published under a <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">CC BY-ND 3.0</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>