mirror of
https://github.com/Qubes-Community/Contents.git
synced 2024-10-01 01:05:51 -04:00
Append /var/spool/mail to binds variable ...
... to make received email persist through reboots.
This commit is contained in:
parent
9c68fa32a2
commit
954afe5905
@ -90,4 +90,18 @@ for rc in /usr/local/etc/fetchmail/*.rc; do
|
|||||||
done
|
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.
|
Now reboot your AppVM and you are done.
|
||||||
|
Loading…
Reference in New Issue
Block a user