Difference between revisions of "Linux Mail Server: Exim4"

From RHS Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
= 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 apt-get install exim4
 
  sudo dpkg-reconfigure exim4-config
 
  sudo dpkg-reconfigure exim4-config

Revision as of 19:56, 31 March 2017

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)