# This file is CC0: http://creativecommons.org/publicdomain/zero/1.0/ # issued: 2022-01-15 # modified: 2022-05-29 # Source: mpop # Martin Lambers # https://marlam.de/mpop/ # https://git.marlam.de/gitweb/?p=mpop.git;a=blob_plain;f=COPYING # Source: https://marlam.de/mpop/mpop.html # Source: https://marlam.de/mpop/mpoprc.txt # パーミッションは 600 にしておく # 以下をデフォルト設定 defaults # Tor を有効 proxy_host 127.0.0.1 proxy_port 9050 # ポート port 995 # タイムアウト(秒) timeout 60 # 認証方法を自動選択 auth # TLS/SSL を有効 tls # STARTTLS を無効 tls_starttls off # CA の信頼リストを無効 tls_trust_file # サーバ証明書を確認 tls_certcheck # UIDL を保存するファイル uidls_file ~/.mpop_uidls/%U_at_%H # 新着メールのみ処理 only_new # 取得時に POP サーバからメールを削除 keep off # Received ヘッダを追加しない # SMTP サーバ使用時には有効にする received_header off ######################################## # https://posteo.de/en/help/how-do-i-set-up-posteo-in-an-email-client-pop3-imap-and-smtp account posteo # ホスト名 host posteo.de # ユーザー名 user yourusername@posteo.net # パスワード #passwordeval pass show posteo | head -n1 # pass を使用 passwordeval gpg --batch -qd ~/Mail/pass/posteo.gpg # サーバ証明書のフィンガープリント # mpop --serverinfo --tls --tls-starttls=off --tls-certcheck=off --port=995 --host=posteo.de tls_fingerprint CA:AD:66:0A:5A:7F:0E:CD:85:31:77:89:0F:2B:41:82:D9:C7:37:A4:99:35:9F:C8:6D:83:A4:2C:94:5D:97:40 # 配送方法 delivery maildir ~/Mail/inbox ######################################## # https://www.migadu.com/guides/ account sinumade # ホスト名 host pop.migadu.com # ユーザー名 user hoge@sinumade.net # パスワード passwordeval gpg --batch -qd ~/Mail/pass/sinumade.gpg # サーバ証明書のフィンガープリント # mpop --serverinfo --tls --tls-starttls=off --tls-certcheck=off --port=995 --host=pop.migadu.com tls_fingerprint F7:60:37:BF:27:07:96:28:AF:7A:B6:E3:46:A4:FE:4E:1D:2C:44:55:99:E7:DC:50:59:2C:91:25:60:05:04:3D # 配送方法 delivery maildir ~/Mail/inbox/sinumade ######################################## # アカウント sinumade から設定を継承 account example : sinumade # ユーザー名 user example@sinumade.net # パスワード passwordeval gpg --batch -qd ~/Mail/pass/example.gpg # 配送方法 delivery maildir ~/Mail/example