diff options
author | EuAndreh <eu@euandre.org> | 2023-03-11 11:12:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-11 11:12:43 -0300 |
commit | 0da873594bc5889522befa8d33ded9703530ca83 (patch) | |
tree | 929421bd0da29d4ed84733a8aa8ada7ad0a8b5b5 /src/xyz/euandreh | |
parent | src/xyz/euandreh/queue.scm: Dump the other service definitions (diff) | |
download | package-repository-0da873594bc5889522befa8d33ded9703530ca83.tar.gz package-repository-0da873594bc5889522befa8d33ded9703530ca83.tar.xz |
src/xyz/euandreh/queue.scm: Export some postfix and dovecot symbols
Diffstat (limited to '')
-rw-r--r-- | src/xyz/euandreh/queue.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index a752b2d..2ab6cc7 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -79,7 +79,12 @@ dkimproxyout-accounts dkimproxyout-activation dkimproxyout-shepherd-service - dkimproxyout-service-type)) + dkimproxyout-service-type + + postfix-service-type + postfix-configuration + + dovecot2-service-type)) |