Server programs iRedMail
As you know iRedMail uses many programs. If one of this program is not running your mail flow will probably be broken. You should understand which programs run as a daemon, how you can check them and how they depend on each other.
Which programs are installed for iRedMail?
Most programs are installed from debian repository. Following list shows installed programs for iRedMail:
- dovecot
- dovecot-pop3d, dovecot-imapd, dovecot-managesieved, dovecot-mysql, dovecot-lmtpd, dovecot-pgsql, dovecot-ldap
- postfix
- postfix, postfix-pcre, postfix-pgsql, postfix-ldap, postfix-mysql
- amavis new
- amavisd-new
- clamav
- clamav-daemon, clamav, clamav-freshclam, clamav-base
- spamassassin
- spamassassin
- apache
- apache2.2-bin, apache2-bin, apache2-mpm-worker, apache2.2-common, apache2-mpm-event, apache2-mpm-prefork, apache2
- mysql
- mysql-server-5.5, mysql-client, mysql-client-5.5, mysql-common, mysql-server-core-5.5
- iRedAPD-1.6.0.tar.bz2 -> /opt
- iRedAdmin-0.4.2.tar.bz2 -> /opt/www
- roundcubemail-1.1.2-complete.tar.gz -> /opt/www
Script to dedect programs
#!/binBash vVer=0.9.2 && echo Debian Repository && echo ======================= && for vName in dovecot postfix amavis clamav \ spamassassin apache mysql do echo $vName echo ----------------------- apt-cache pkgnames $vName echo ' ' done && echo ' ' && echo Extracted && echo ======================= && grep Extracting /usr/src/iRedMail-$vVer/runtime/install.log