Dovecot: How To Enable Secure (SSL) IMAP & POP3 With (Free) Self-Signed Certificate鳩小屋:を有効にする方法セキュリティ( SSL ) imap及びPOP3を(無料)自己署名証明書
First you should learn how to最初にする必要が方法を学ぶ create a self-signed certificate using OpenSSL自己署名証明書を使用して作成するにOpenSSLの (free). (無料)です。 After that it is a simple matter of copying the files to appropriate location and enabling dovecot to use SSL authentication.後にしては、単純な問題のファイルを適切な場所にコピーして鳩小屋を使用するとSSL認証を有効にします。 Let’s look at the details.詳細を見てみましょう。
First you need to find the location to place the certificate and key file.最初の場所を見つけるには必要な証明書とキーファイルを配置する。 Open dovecot.conf file (Location: /etc/dovecot.conf) and search for pem.オープンdovecot.confファイル(ロケーションなります: / etc / dovecot.conf )を検索しているPEMです。 You will find two lines like:のような2つの行には:
#ssl_cert_file = /etc/pki/dovecot/certs/dovecot.pem # ssl_cert_file = /等/ PKIの/鳩小屋/証明書/ dovecot.pem
#ssl_key_file = /etc/pki/dovecot/private/dovecot.pem # ssl_key_file = /等/ PKIの/鳩小屋/プライベート/ dovecot.pem
These indicate the default location of the key and certificate file.これらのデフォルトの場所を示すキーと証明書のファイルです。
Note: You are likely to find that there is already a certificate installed if you have used a software like yum or apt to install dovecot.注:あなたが高いことが判明するには証明書がインストールされて使用される場合は、ソフトウェアの鳩小屋のようなyumやaptをインストールする。 However you will most likely find that the certificate was installed with an incorrect common name which may cause your email client (like Thunderbird) to prompt for permission everytime you check mails.しかし最も高い見つけるには、証明書がインストールされこれが原因で共通の名前が間違ってあなたの電子メールクライアント( Thunderbirdのような)をプロンプトでメールを確認するたびに許可します。
Assume you have created the self-signed certificate named ca.crt and your key is named ca.key.と仮定して自己署名証明書を作成して名前ca.key ca.crt "と、キーの名前です。
Now replace (after saving a backup) the existing, if available, ssl certificate file, in my case /etc/pki/dovecot/certs/dovecot.pem, with ca.crt (after renaming obviously).今すぐに置き換えます(のバックアップを保存した後) 、既存の、利用可能な場合は、 SSL証明書のファイルを、私の場合は/等/ PKIの/鳩小屋/証明書/ dovecot.pem 、 ca.crt " (名前を変更した後明らかに) 。 Similarly replace the existing, if available, key file (in my case /etc/pki/dovecot/private/dovecot.pem) with ca.key (after renaming).同様に、既存の交換して、利用可能な場合、キーファイル(私の場合は/等/ PKIの/鳩小屋/プライベート/ dovecot.pem ) ca.key (後に改名) 。
Now open dovecot.conf and search for protocols.今すぐdovecot.confを検索してプロトコルをオープンします。 Ensure that the line is as follows:確認して、ラインは以下のとおりです:
protocols = imaps pop3s プロトコル= imapsをするpop3s
Note: This disables regular pop3 & imap server.注:この正規のPOP3 & IMAPサーバーを無効にします。 Add them too if you must.あまりにもする必要がある場合に追加しています。
Ensure that the ssl_cert_file and ssl_key_file parameters are pointing to the right file as explained above. ssl_cert_fileおよびssl_key_file確認して、右を差しているファイルのパラメータは、先に説明したとおりです。
Now restart the dovecot server which in my case is simply:今すぐ再起動してサーバーに鳩小屋は、単に私の場合は:
/sbin/service dovecot restart / sbin /サービスを再起動鳩小屋
You should now be able to use secure POP3 & IMAP with dovecot.を使用する必要がセキュリティで保護することができるように鳩小屋のPOP3 & IMAPのです。
Filed under提出されて Fedora 7 7ソフト帽 , 、 Fedora Core 6 Fedora Coreの6 , 、 Headline Newsニュースの見出し , 、 How Toどのように , 、 Linuxリナックス , 、 Linux Migration Linuxへの移行 , 、 Open Source Softwareオープンソースのソフトウェア , 、 Tech Note技術のノート , 、 Webウェブ , 、 Web Hostingウェブホスティング , 、 Web Services Webサービス | |
| |
RSS 2.0 RSS 2.0を | |
Trackbackトラックバック this Article |この記事|
Email this Article電子メールこの記事
You may also like to readを読むようにすることも可能 |




