Debian 10, mail server Exim4

From Andreida
Revision as of 11:18, 20 September 2020 by Andreas (talk | contribs) (→‎Goals)

Work in progress!

Goals

Done Task Info
[X] Using Debian 10
[ ] Exim 4 as mail server
[ ] Using self created certificate
[ ] Dovecot for imap access
[ ] SquirrelMail as web client
[ ] SpamAssassin for spam filtering
[ ] Access from Thunderbird
[ ] Access from Outlook/Mail
[ ] Backup of mails to a different system
[ ] virtual users
[ ] Server side use of SpamAssains header tags to move junk to junk folders (sieve?)

Installation

apt-get install exim4-daemon-heavy
  • configure it
dpkg-reconfigure exim4-config
  • apply the configuration
update-exim4.conf
  • restart exim
service exim4 restart
  • check for port 25
ss -apn | grep exim