mirror of
https://github.com/ben-grande/qusal.git
synced 2025-10-07 02:48:29 -04:00
feat: initial split-mail setup
Split-mail allows to separate the receving, reading/composing and sending of mails to separate qubes, while having the reading/composing qube offline and a manual step necessary to authorize mails to be sent form the sender qube.
This commit is contained in:
parent
7ec20f1863
commit
a04960c1c6
39 changed files with 962 additions and 161 deletions
12
salt/mail/files/fetcher/systemd/fdm.service
Normal file
12
salt/mail/files/fetcher/systemd/fdm.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
## SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
##
|
||||
## SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
[Unit]
|
||||
Description=Fetch mail using fdm
|
||||
After=network.target network-online.target dbus.socket
|
||||
Documentation=man:fdm(1)
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/fdm fetch
|
Loading…
Add table
Add a link
Reference in a new issue