On 11/26/2009 9:43 PM, sosogh wrote:
Hi list
I am running two postfix on two servers.One acts as smtp tls client,
the other one acts as smtpd tls server.
I tried to send mails from smtp tls client to smtpd tls server
-----------------------------------------------------------------------
IP are:
smtp tls client:1.1.1.1 (postfix version 2.3.8 OpenSSL 0.9.8c 05 Sep 2006)
smtpd tls server:2.2.2.2 (postfix version 2.5.5 OpenSSL 0.9.8g 19 Oct 2007)
configuration are:
(1)smtp tls client:
In main.cf:
default_transport = smtp-tls:[2.2.2.2]:465
The postfix smtp client doesn't support the long deprecated
smtps wrappermode.
You should abandon wrappermode and configure postfix to use
STARTTLS on port 587 or port 25.
http://www.postfix.org/TLS_README.html#server_tls
If you feel you must use smtps, please see
http://www.postfix.org/TLS_README.html#client_smtps
-- Noel Jones