[mew-dist 26056] Re: SSL 通信について
Hideaki Yoshida
sqhide at example.com
2005年 2月 26日 (土) 19:41:50 JST
ヒデです。
かずさん、ご返信ありがとうございます。
> Mew 4.2 で直っていると思います。
実は、4.1をインストールする前に4.2をインストールしました。
しかし、その状態でもSSL通信が出来ずフリーズしてしまいました。
ちなみに、.mew.clは下記のようになっています。
(setq mew-name "username")
(setq mew-user "メールアドレスの@の前")
(setq mew-mail-domain "ドメイン名")
(setq mew-pop-user "popのユーザー名")
(setq mew-pop-server "popサーバーのアドレス")
(setq mew-pop-delete nil)
(setq mew-pop-ssl t)
(setq mew-ssl-verify-level 0)
(setq mew-pop-auth 'pass)
(setq mew-smtp-user "smtpユーザー名")
(setq mew-smtp-server "smtpサーバーのアドレス")
(setq mew-smtp-ssl t)
(setq mew-smtp-ssl-port "465")
また、stunnel-4.07の設定は、下記です。
・/usr/local/etc/stunnel/stunnel.conf
; Sample stunnel configuration file by Michal Trojnara 2002-2005
; Some options used here may not be adequate for your particular configuration
; Please make sure you understand them (especially the effect of chroot jail)
; Certificate/key is needed in server mode and optional in client mode
cert = /usr/local/etc/stunnel/stunnel.pem
;key = /usr/local/etc/stunnel/stunnel.pem
; Some security enhancements for UNIX systems - comment them out on Win32
chroot = /usr/local/var/stunnel/
setuid = nobody
setgid = nogroup
; PID is created inside chroot jail
pid = /stunnel.pid
; Some performance tunings
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
;compression = rle
; Workaround for Eudora bug
;options = DONT_INSERT_EMPTY_FRAGMENTS
: Authentication stuff
verify = 0
; Don't forget to c_rehash CApath; CApath is located inside chroot jail:
CApath = /export/home/hide/.certs
; It's often easier to use CAfile:
;CAfile = /usr/local/etc/stunnel/certs.pem
; Don't forget to c_rehash CRLpath; CRLpath is located inside chroot jail:
;CRLpath = /crls
; Alternatively you can use CRLfile:
;CRLfile = /usr/local/etc/stunnel/crls.pem
; Some debugging stuff useful for troubleshooting
debug = 7
output = stunnel.log
; Use it for client mode
client = yes
; Service-level configuration
[pop3s]
accept = 995
connect = 110
[imaps]
accept = 993
connect = 143
[ssmtp]
accept = 465
connect = 25
;[https]
;accept = 443
;connect = 80
;TIMEOUTclose = 0
; vim:ft=dosini
また、長文になってしまい申し訳ないですがstunnelのログは、
下記のようになっています。
client=yes
pid=
verify=0
foreground=yes
debug=debug
CApath=/export/home/hide/.certs
[9610]
accept=localhost:9610
connect=IPアドレス:995
どうしてもMEWを使用してメール送受信を行いたいと
思っているので、設定の間違い等がある場合はご教示いただけ
無いでしょうか?
以上、よろしくお願いします。
On Thu, 24 Feb 2005 08:00:23 +0900 (JST)
Kazu Yamamoto (山本和彦) <kazu at example.com> wrote:
> > 早速ですが、Mew4.1、Stunnle4.07 にて
> > pop over ssl、smtp over sslにてメールの送信を行おうと
> > しておりますが、うまくいきません。
>
> Mew 4.2 で直っていると思います。
>
> --かず
Mew-dist メーリングリストの案内