[exim] replacing postfix for exim4

Top Page
Delete this message
Reply to this message
Author: M. Piscaer
Date:  
To: Exim-users
Subject: [exim] replacing postfix for exim4
Hi,

I'm replacing an postfix setup for exim4. This because exim has better
mail routing options then postfix. This server is used as an Smarthost
for its ISP customers.

In the current setup that we use, we have multible hostnames to connect
to the server.

All are TLS enabled, with postfix we have in the master.cf config the
following statement:

10.115.3.42:smtp     inet  n       -       -       -       -       smtpd
  -o smtpd_tls_cert_file=/etc/ssl/certs/mail.domein1.nl.crt
  -o smtpd_tls_key_file=/etc/ssl/private/mail.domein1.nl.key
  -o smtpd_tls_CAfile=/etc/ssl/certs/ThawteSSL123_bundle.crt
10.115.3.43:smtp     inet  n       -       -       -       -       smtpd
  -o smtpd_tls_cert_file=/etc/ssl/certs/mail.domein2.nl.crt
  -o smtpd_tls_key_file=/etc/ssl/private/mail.domein2.nl.key
  -o smtpd_tls_CAfile=/etc/ssl/certs/ThawteSSL123_bundle.crt
[xxx:xxx:100:11::165]:smtp     inet  n       -       -       -       -
     smtpd
  -o smtpd_tls_cert_file=/etc/ssl/certs/mail.domein1.nl.crt
  -o smtpd_tls_key_file=/etc/ssl/private/mail.domein1.nl.key
  -o smtpd_tls_CAfile=/etc/ssl/certs/ThawteSSL123_bundle.crt
[xxx:xxx:100:11::166]:smtp     inet  n       -       -       -       -
     smtpd
  -o smtpd_tls_cert_file=/etc/ssl/certs/mail.domein2.nl.crt
  -o smtpd_tls_key_file=/etc/ssl/private/mail.domein2.nl.key
  -o smtpd_tls_CAfile=/etc/ssl/certs/ThawteSSL123_bundle.crt


This glueed the IP address to an IP of IPv6 address. Also we have the
same setup for smtps and submission.

I see settings like tls_on_connect_ports, tls_certificate and
tls_privatekey. That that uses only one TLS certificate. The problem I
have multiple IP addresses and multiple hostnames. So I need to clue it
all together

Kinds regards,

Michiel Piscaer