[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp: 634] STARTTLS が動作しない
- Subject: [postfix-jp: 634] STARTTLS が動作しない
 
- From: yuuha <yuuha@xxxxxxxxxxxxx>
 
- Date: Sun, 12 Sep 2004 22:41:39 +0900
 
  初めまして。
  ゆうはと申します。
  Postfix で STARTTLS を利用しようとしているのですが、うまく動作しません。
  関連部分の設定は以下のようになっています。
    smtpd_tls_auth_only = no
    smtpd_tls_cert_file = /etc/postfix/example.crt.pem
    smtpd_tls_key_file = /etc/postfix/example.key.pem
    smtpd_tls_loglevel = 3
    smtpd_tls_session_cache_database = sdbm:/etc/postfix/smtpd_scache
    smtpd_tls_session_cache_timeout = 3600s
    smtpd_use_tls = yes
    tls_random_source = dev:/dev/urandom
  telnet で確認すると、以下のようになります。
    # telnet localhost 25
    Trying 127.0.0.1...
    Connected to localhsot.
    Escape character is '^]'.
    220 mail.example.com ESMTP Postfix
    ehlo 127.0.0.1
    250-mail.example.com
    250-PIPELINING
    250-SIZE 10240000
    250-VRFY
    250-ETRN
    250-STARTTLS
    250-AUTH NTLM OTP DIGEST-MD5 CRAM-MD5
    250 8BITMIME
    starttls
    220 Ready to start TLS
  ですが、MUA から STARTTLS で送信しようとすると、以下のようになります。
    >>> Connecting to "mail.example.com" (SSL/TLS) [2004/09/12 21:51:08]<<<
    220 mail.example.com ESMTP Postfix
    EHLO [127.0.0.1]
    250-mail.example.com
    250-PIPELINING
    250-SIZE 10240000
    250-VRFY
    250-ETRN
    250-STARTTLS
    250-AUTH NTLM OTP DIGEST-MD5 CRAM-MD5
    250 8BITMIME
    STARTTLS
    一時的な理由により 454 TLS は利用不能です
  なお、STARTTLS を利用せずに、SMTPS を利用すると、問題なくメールが送信
  できます。
  どのあたりに問題があるのかわからず、困っております。
  なお、バージョン情報等は以下の通りです。
    OS:debian serge
    postfix:2.1.4-5
    postfix-tls:2.1.4-5
  以上、よろしくお願いします。
-- 
yuuha <yuuha@xxxxxxxxxxxxx>
_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxxxxxxxxx
http://lists.sourceforge.jp/mailman/listinfo/postfix-jp-list
- Follow-Ups
- 
  - [postfix-jp: 635] Re: STARTTLS が動作しない, Takashi SUGIMOTO
 
[検索ページ]
[Postfix-JP ML Home]