mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-25 23:39:37 -05:00
Merge pull request #880 from SvenSemmler/patch-1
Append /var/spool/mail to binds variable ...
This commit is contained in:
commit
4d94b91ffa
14
external/configuration-guides/fetchmail.md
vendored
14
external/configuration-guides/fetchmail.md
vendored
@ -90,4 +90,18 @@ for rc in /usr/local/etc/fetchmail/*.rc; do
|
||||
done
|
||||
~~~
|
||||
|
||||
Make sure the folder '/rw/config/qubes-bind-dirs.d' exists.
|
||||
|
||||
~~~
|
||||
sudo mkdir -p /rw/config/qubes-bind-dirs.d
|
||||
~~~
|
||||
|
||||
Create the file '/rw/config/qubes-bind-dirs.d/50_user.conf' with root rights.
|
||||
|
||||
Now edit it to append the '/var/spool/mail/' directory to the binds variable.
|
||||
|
||||
~~~
|
||||
binds+=( '/var/spool/mail' )
|
||||
~~~
|
||||
|
||||
Now reboot your AppVM and you are done.
|
||||
|
Loading…
Reference in New Issue
Block a user