Difference between revisions of "Linux Mail Server: Exim4"

From RHS Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
  sudo dpkg-reconfigure exim4-config
 
  sudo dpkg-reconfigure exim4-config
  
 +
http://bradthemad.org/tech/notes/exim_cheatsheet.php
 
= STARTTLS =
 
= STARTTLS =
 +
 +
= Troubleshooting =
 +
exim4 -bP | grep tls_
 
test with:
 
test with:
 
  sudo apt-get install swaks
 
  sudo apt-get install swaks

Revision as of 19:11, 18 November 2016

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

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

STARTTLS

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)