Debian 10, mail server Exim4: Difference between revisions

From Andreida
(Created page with "'''Work in progress!''' == Goals == {| class="wikitable" ! Done ! Task ! Info |- | [ ] | Using Debian 10 | |- | [ ] | Exim 4 as mail server | |- | [ ] | Using self created c...")
 
Line 8: Line 8:
! Info
! Info
|-
|-
| [ ]
| [X]
| Using Debian 10
| Using [https://www.debian.org/ Debian 10]
|
|
|-
|-
| [ ]
| [ ]
| Exim 4 as mail server
| [https://wiki.debian.org/Exim Exim 4] as mail server
|
|
|-
|-
Line 52: Line 52:
|
|
|}
|}

== 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

Revision as of 11:18, 20 September 2020

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