Curtis: > Is it possible to only accept inbound TLS connections for specified > recipient domains only?
FYI, the TLS handshake happens before the MAIL FROM and RCPT TO commands. If you want to segregate plaintext and TLS by destination domain, then you need different SMTP listeners (and MX addresses) for different domains. Wietse