
우분투 21.10, 썬더버드 91movemail을 지원하지 않습니다(Unix Mailspool) 계정:
movemail에 대한 지원이 제거되었습니다.
을지 지하다이동메일제거 되었어. 대신 이메일에 액세스하려면 IMAP 또는 POP3 계정을 설정하세요.
≡
>New
>Existing Mail Account
https://support.mozilla.org/en-US/kb/new-thunderbird-91#w_removed-support-for-movemail
exim4
이전에는 cron 작업의 출력을 보기 위해 Thunderbird를 사용했습니다 . 나는 Thunderbird를 계속 사용하고 싶지만 이전에 찾을 수 있었던 모든 답변은 Thunderbird movemail
지원에 의존했습니다.
- Thunderbird를 통해 /var/mail/의 시스템 메일에 어떻게 액세스할 수 있나요?
- 관리자는 루트의 메일을 어떻게 읽어야 합니까?
- Thunderbird에서 로컬 이메일을 어떻게 읽나요?
- Ubuntu에서 Thunderbird와 함께 Movemail 사용하기
요구사항:
root@hostname
및 에 대한 cron 출력을 수신합니다$USER@hostname
. 단, 별도의 계정인 경우에는 허용됩니다.외부 네트워크가 전혀 필요 없이 내 컴퓨터에 로컬이어야 합니다. 그래요~ 아니다~ 고 싶어요내 cron 출력을 원격 서버로 전달.
movemail과 마찬가지로 각 크론 작업에 대한 개별 메시지가 있어야 합니다.
Thunderbird 91을 사용해야 합니다. 다른 클라이언트가 movemail을 지원하는 것으로 알고 있습니다.
요약:
cron
Thunderbird 91에서 출력을 보기 위한 옵션은 무엇입니까 ?
완전한 IMAP 또는 POP3 서버를 실행하는 것이 유일한 방법이라면 cron 출력을 로컬로 제공하기 위한 강력하고 안전하며 유지 관리가 적은 설정은 무엇입니까?
편집하다:~처럼우분투 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.