Quoting Luciano Rinetti ([email protected]): > In the main log file it is possible to recognize an encripted SMTP > connection on port 25 by means of the X=<cipher-suite> record. > How can i recognize an encripted SMTP connection on port 465 with SMTP over > SSL ?
Your most recent questions to this list have been of the "did you try this before mailing the mailinglist"-kind, but hey, we've all been there! The "I=..."-flag in log lines indicate what port Exim received the message on. The "P=..."-flag indicates what protocol was used and the "X=..."-flag shows the ciphers involved. 1dY3TV-0008Rv-JA <= [email protected] H=(localhost) [172.16.255.151]:47578 I=[10.0.25.2]:465 P=esmtps X=TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256 CV=no S=256109 1dY3Pv-0008Ia-NY <= [email protected] H=(somehost) [172.16.255.107]:18797 I=[10.0.25.2]:25 P=esmtps X=TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256 CV=no S=5365 You might want to take a peek at the log_selector configuration option, or http://www.exim.org/exim-html-current/doc/html/spec_html/ch-log_files.html in its entirety. It will explain a lot about Exim's logfiles to you! -- | Women can keep a secret just as well as men, but it takes more of them to do it. | 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7 FBD6 F3A9 9442 20CC 6CD2 -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
