paul@955 | 1 | = Prerequisites = |
paul@955 | 2 | |
paul@955 | 3 | Depending on the mail transport agent (MTA) chosen, the following packages are |
paul@955 | 4 | required for this software to work on Debian systems: |
paul@955 | 5 | |
paul@955 | 6 | Exim:: exim4-daemon-heavy |
paul@955 | 7 | Postfix:: postfix postfix-ldap |
paul@955 | 8 | |
paul@955 | 9 | The software itself requires the following packages: |
paul@955 | 10 | |
paul@955 | 11 | Python:: python |
paul@955 | 12 | pytz:: python-tz |
paul@955 | 13 | |
paul@1006 | 14 | To provide localised messages: |
paul@1006 | 15 | |
paul@1006 | 16 | gettext:: gettext |
paul@1006 | 17 | |
paul@955 | 18 | To update free/busy details periodically, the following software is |
paul@955 | 19 | recommended: |
paul@955 | 20 | |
paul@955 | 21 | Cron:: cron |
paul@955 | 22 | |
paul@955 | 23 | The management Web interface requires the following packages: |
paul@955 | 24 | |
paul@955 | 25 | Apache:: apache2 |
paul@955 | 26 | Babel:: python-babel |
paul@955 | 27 | |
paul@955 | 28 | Although not necessarily within the scope of the deployment of this software, |
paul@955 | 29 | the following mail storage solutions would be used to receive and hold |
paul@955 | 30 | messages: |
paul@955 | 31 | |
paul@955 | 32 | Cyrus:: cyrus-imapd |
paul@955 | 33 | Dovecot:: dovecot-imapd dovecot-ldap dovecot-lmtpd |
paul@955 | 34 | |
paul@955 | 35 | Some test programs need additional programs provided by other packages: |
paul@955 | 36 | |
paul@955 | 37 | envsubst:: gettext-base |