On 05/17/2011 10:50 AM, George R. NICA wrote: > Salut, > > Am un postfix configurat sa foloseasca TLS dar cu "smtpd_enforce_tls = no". > As vrea sa stiu mai multe despre ce se intampla 'under the hood' astfel > incat sa-mi dau seama cu ce servere s-a comunicat criptat, cu care cleartext > si in general metode de debugging. > > Google-Fu m-a tradat azi asa ca apreciez orice hint sau trimitere la RTFM > daca mi se indica 'the fine manual'. > > Multumesc.
http://www.postfix.org/TLS_README.html Server-side TLS activity logging To get additional information about Postfix SMTP server TLS activity you can increase the log level from 0..4. Each logging level also includes the information that is logged at a lower logging level. 0 Disable logging of TLS activity. 1 Log TLS handshake and certificate information. 2 Log levels during TLS negotiation. 3 Log hexadecimal and ASCII dump of TLS negotiation process 4 Log hexadecimal and ASCII dump of complete transmission after STARTTLS Use log level 3 only in case of problems. Use of log level 4 is strongly discouraged. Example: /etc/postfix/main.cf: smtpd_tls_loglevel = 0 _______________________________________________ RLUG mailing list [email protected] http://lists.lug.ro/mailman/listinfo/rlug
