On 2/3/10 1:18 PM, Leland Jackson wrote: > To use sasl encryption I would need a key on the iPhone that would work > with a certificate on the server, or vice versus. This would allow > encryption and decryption between the iphone and the my email server. > Do you know where I would enter the sasl key on the iPhone?
It is all automatic. You generate the key pair on the server, put it somewhere and refer to it from postfix: from my /etc/postfix/main.cf: 10 # TLS parameters 11 smtpd_tls_cert_file=/etc/postfix/smtpd.cert 12 smtpd_tls_key_file=/etc/postfix/smtpd.key 13 smtpd_use_tls=yes Then iPhone gets the cert from the server (prompting you to accept it if it is self-signed, etc.) and from then on it just works. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

