Skip to main content

Exim_Maillog meaning

Comments

1 comment

  • cPanelMichael
    Hello :) Yes, that output indicates the mail successfully delivered to the remote mail server:
    2015-11-12 15:00:00 1ZwsPi-0001sS-Tk Completed
    As for the SSL errors, they indicate a self-signed certificate was provided by the remote SMTP server. You will notice this with Exim 4.86 based on the following changes:
    JH/04 Certificate name checking on server certificates, when exim is a client, is now done by default. The transport option tls_verify_cert_hostnames can be used to disable this per-host. The build option EXPERIMENTAL_CERTNAMES is withdrawn. JH/06 Verification of the server certificate for a TLS connection is now tried (but not required) by default. The verification status is now logged by default, for both outbound TLS and client-certificate supplying inbound TLS connections
    Note that while you see the warning messages in /var/log/exim_mainlog, it should not result in any issues with mail delivery by default. Thank you.
    0

Please sign in to leave a comment.