aboutsummaryrefslogtreecommitdiff
path: root/src/org/euandre/queue.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-16 09:29:44 -0300
committerEuAndreh <eu@euandre.org>2023-03-16 09:29:44 -0300
commit2359655c97a1d2506e05d83567986207cc531e02 (patch)
treeae0cc6125e026bf7bf68407c91c5f6f27560890e /src/org/euandre/queue.scm
parentqueue.scm: Add mailutils-sendmail package back (diff)
downloadpackage-repository-2359655c97a1d2506e05d83567986207cc531e02.tar.gz
package-repository-2359655c97a1d2506e05d83567986207cc531e02.tar.xz
queue.scm: Export postfix-*
Diffstat (limited to 'src/org/euandre/queue.scm')
-rw-r--r--src/org/euandre/queue.scm36
1 files changed, 35 insertions, 1 deletions
diff --git a/src/org/euandre/queue.scm b/src/org/euandre/queue.scm
index ce28c79..f95abf4 100644
--- a/src/org/euandre/queue.scm
+++ b/src/org/euandre/queue.scm
@@ -86,8 +86,42 @@
dkimproxyout-shepherd-service
dkimproxyout-service-type
- postfix-service-type
+
+ <postfix-configuration>
postfix-configuration
+ make-postfix-configuration
+ postfix-configuration?
+
+ postfix-configuration-postfix
+ postfix-configuration-mail-in-home?
+ postfix-configuration-set-sendmail?
+ postfix-configuration-master.cf-file
+ postfix-configuration-main.cf-file
+ postfix-configuration-master.cf-extra
+ postfix-configuration-main.cf-extra
+ postfix-configuration-config-dirname
+ postfix-configuration-data-directory
+ postfix-configuration-queue-directory
+ postfix-configuration-user
+ postfix-configuration-group
+ postfix-configuration-setgid-group
+ postfix-configuration-root-aliases
+ postfix-configuration-cert-file
+ postfix-configuration-key-file
+ postfix-configuration-hostname
+ postfix-configuration-run-in-container?
+ postfix-configuration-container-name
+ postfix-configuration-container-namespaces
+ postfix-configuration-extra-mappings
+
+ postfix-aliases
+ postfix-accounts
+ postfix-activation
+ postfix-etc-files
+ postfix-setuid-programs
+ postfix-shepherd-service
+ postfix-service-type
+
dovecot2-service-type
dovecot2-configuration))