Debian 10, mail server Exim4
From Andreida
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
- get Debian from https://www.debian.org/
- install exim
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