Re: Determine if an email to given domain will use TLS or not

2010-06-17 Thread Jan C.
ok thanks. Jan

Re: Determine if an email to given domain will use TLS or not

2010-06-15 Thread Victor Duchovni
On Tue, Jun 15, 2010 at 05:03:08PM +0200, Jan C. wrote: > Hi Victor, > I know this is a submission service and this was only for > illustration/testing purpose. > > I just want to be sure how I can find a domain's TLS mapping from the > smtp_tls_policy_maps when transport mappings are involved.

Re: Determine if an email to given domain will use TLS or not

2010-06-15 Thread Jan C.
Hi Victor, I know this is a submission service and this was only for illustration/testing purpose. I just want to be sure how I can find a domain's TLS mapping from the smtp_tls_policy_maps when transport mappings are involved. Thanks, Jan

Re: Determine if an email to given domain will use TLS or not

2010-06-15 Thread Victor Duchovni
On Tue, Jun 15, 2010 at 10:00:51AM +0200, Jan C. wrote: > This works for domains which are looked up via DNS MX. Now, since the > gmail MTAs do not support TLS, I add the following transport mapping > in transport_maps > "gmail.com smtp.gmail.com:587" Don't. This is a submission service. Not an

Determine if an email to given domain will use TLS or not

2010-06-15 Thread Jan C.
Hello, I have Postfix with TLS policy maps set up to send traffic via TLS to remote MTAs. I'm writing an application which should be able to determine if an email to given domain will be sent through an TLS connection or not, just by reading the Postfix configuration. I thought that having a look i