Thunderbird 91 で cron 出力を読み取りますか?

Thunderbird 91 で cron 出力を読み取りますか?

Ubuntu 21.10、Thunderbird 91の場合移動メールをサポートしていません(Unix メールスプール) アカウント:

movemailのサポートを削除しました

へのサポート移動メールは削除されました。代わりに、メールにアクセスするには IMAP または POP3 アカウントを設定してください。

> New>Existing Mail Account

https://support.mozilla.org/en-US/kb/new-thunderbird-91#w_removed-support-for-movemail

以前は、exim4cron ジョブの出力を表示するために Thunderbird を使用していました。今後も Thunderbird を使い続けたいのですが、これまでに見つけた回答はすべて Thunderbird のmovemailサポートに依存していました。

要件:

  • と の両方の cron 出力を受信しますroot@hostname$USER@hostname、これらが別々のアカウントであっても問題ありません。

  • 外部ネットワークをまったく必要とせず、自分のマシンにローカルである必要があります。ないをしたいcron出力をリモートサーバーに転送する

  • 各 cron ジョブごとに個別のメッセージが必要です (movemail の場合と同様)。

  • Thunderbird 91 を使用する必要があります。他のクライアントが movemail をサポートしていることは承知しています。

まとめ:

cronThunderbird 91 で出力を表示するためのオプションは何ですか?

本格的な IMAP または POP3 サーバーを実行することが唯一の方法である場合、cron 出力をローカルで提供するための堅牢で安全かつメンテナンスの少ないセットアップは何ですか?

編集:としてUbuntu 21.10は10月14日にリリースされました、この質問は現在トピック内です。

答え1

ソース:https://bugzilla.mozilla.org/show_bug.cgi?id=1625741

コメント35からの抜粋...

Anyway, for whoever wants to know a slightly kludgy but likely "good enough" workaround, do this:

    - context-click on the "Local Folders" and find the "Local Directory" address
    - close thunderbird (maybe be paranoid and pgrep to ensure you don't have any persistent subprocess still running)
    - then create a symlink ln -s /var/mail/[SPOOL_FILE_NAME] /path/to/the/Local-Directory/address/you/found/above/Inbox (obviously ensure there isn't already an Inbox subfolder there, or otherwise create a differently named subfolder-symlink)

When I opened thunderbird it indexed it OK and after exiting and reopening thunderbird several times the symlink has stayed in place without problem.

関連情報