Linux Mail Server: Exim4

From RHS Wiki
Revision as of 19:56, 31 March 2017 by Rafahsolis (talk | contribs)
Jump to navigation Jump to search

Whispers Mail Server

  • Web server (Apache)
  • Database server (MySQL)
  • Email server (MTA) (Exim4)
  • IMAP server (Dovecot)
  • Webmail server (Roundcube)


sudo apt-get install exim4
sudo dpkg-reconfigure exim4-config

http://bradthemad.org/tech/notes/exim_cheatsheet.php

STARTTLS

https://wiki.debian.org/Exim

Troubleshooting

exim4 -bP | grep tls_

test with:

sudo apt-get install swaks
swaks -a -tls -q HELO -s gollum.redactate.com -au test -ap '<>'
  1. Choose internet site
  2. Choose domain

configuration (mp4)