Debian 10, mail server Exim4: Difference between revisions

From Andreida
(Blanked the page)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Work in progress!'''

== Goals ==

{| class="wikitable"
! Done
! Task
! Info
|-
| [X]
| Using [https://www.debian.org/ Debian 10]
|
|-
| [ ]
| [https://wiki.debian.org/Exim 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

Latest revision as of 15:58, 19 November 2020