mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1509] Thunderbird profile and localhost emails #1010
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#1010
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vds on GitHub (Aug 31, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1509
Trying to access a local Postfix account Thunderbird returns an error: "Unable to locate mail spool file."
Works perfectly without firejail.
@SkewedZeppelin commented on GitHub (Aug 31, 2017):
/var/mail is blocked by disable-common.inc. Try adding "noblacklist /var/mail" to the top of the profile.
@vds commented on GitHub (Sep 3, 2017):
That did not really help.
@smitsohu commented on GitHub (Sep 12, 2017):
But do you get still the same error, or is it a new one? On my system I got it working with
firejail --noblacklist=/var/mail --noblacklist=/var/spool/mail --writable-var thunderbirdThunderbird tries to write new files into /var/mail, but this folder is hard-coded read-only and remounting it as read-write is prohibited, except through the
writable-varoption.There seems to be a similar issue with claws-mail, that needs
read-write=/var/mail/$USERfor handling localhost mails.@DSpammy commented on GitHub (Jul 28, 2018):
Same problem exists with claws-mail, too. Local mails can be fetched without firejail only.
@chiraag-nataraj commented on GitHub (Aug 20, 2018):
These should probably be local fixes. I'll go ahead and document it in the profiles so that people know what to add to
thunderbird.localandclaws-mail.local, but I don't think these should be default, sincewritable-varblows a pretty big hole in the sandbox.