Difference between revisions of "Linux Mail Server: Exim4"

From RHS Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
  sudo apt-get install exim4
 
  sudo apt-get install exim4
 
  sudo dpkg-reconfigure exim4-config
 
  sudo dpkg-reconfigure exim4-config
 +
 +
= STARTTLS =
 +
test with:
 +
sudo apt-get install swaks
 +
swaks -a -tls -q HELO -s gollum.redactate.com -au test -ap '<>'
  
 
#Choose internet site
 
#Choose internet site

Revision as of 18:11, 18 November 2016

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

STARTTLS

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)