On Tue, 17 Feb 2009 10:02:22 +0200 Oleg Dolgov wrote: > после минутного ожидания в очереди отвалился с сообщением > qmgr[16569]: 73B7D1397A: from=<[email protected]>, size=1025, nrcpt=1 > (queue active) > smtp[16572]: initializing the client-side TLS engine > smtp[16572]: 73B7D1397A: to=<[email protected]>, relay=smtp.ukr.net > [195.214.192.101]:465, delay=2873, delays=2573/0.23/300/0, dsn=4.4.2, > status=deferred (conversation with smtp.ukr.net[195.214.192.101] timed > out while receiving the initial server greeting) >
Докрутил до такого # postconf | grep smtp_tls smtp_tls_CAfile = smtp_tls_CApath = smtp_tls_cert_file = smtp_tls_dcert_file = smtp_tls_dkey_file = $smtp_tls_dcert_file smtp_tls_enforce_peername = yes smtp_tls_exclude_ciphers = smtp_tls_key_file = $smtp_tls_cert_file smtp_tls_loglevel = 4 smtp_tls_mandatory_ciphers = medium smtp_tls_mandatory_exclude_ciphers = smtp_tls_mandatory_protocols = SSLv3, TLSv1 smtp_tls_note_starttls_offer = yes smtp_tls_per_site = smtp_tls_policy_maps = smtp_tls_scert_verifydepth = 1 smtp_tls_secure_cert_match = nexthop, dot-nexthop smtp_tls_security_level = may smtp_tls_session_cache_database = smtp_tls_session_cache_timeout = 3600s smtp_tls_verify_cert_match = none Результат неизменный. Куда бежать, кого бить? -- С наилучшими, Олег Долгов <dolgov_o AT ukr.net> Registered Linux user #315454 _______________________________________________ Sysadmins mailing list [email protected] https://lists.altlinux.org/mailman/listinfo/sysadmins
