diff options
author | EuAndreh <eu@euandre.org> | 2023-03-17 12:09:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-17 12:09:53 -0300 |
commit | bd2854cfe7bfc53db22c9bb330f7870e4a5bca67 (patch) | |
tree | 86a195f7954aeb2f3f385e4af8b85ee98185919c | |
parent | queue.scm: Better error handling of dkimproxyout-activation (diff) | |
download | package-repository-bd2854cfe7bfc53db22c9bb330f7870e4a5bca67.tar.gz package-repository-bd2854cfe7bfc53db22c9bb330f7870e4a5bca67.tar.xz |
tests/: Adjust expected "master.cf" files
-rw-r--r-- | src/org/euandre/queue.scm | 8 | ||||
-rw-r--r-- | tests/internet/master.cf | 2 | ||||
-rw-r--r-- | tests/local/master.cf | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/org/euandre/queue.scm b/src/org/euandre/queue.scm index c1aa56d..1cbf63e 100644 --- a/src/org/euandre/queue.scm +++ b/src/org/euandre/queue.scm @@ -791,6 +791,7 @@ keyfile ~a/private.key (least-authority-wrapper bin #:name container-name + #:namespaces container-namespaces #:mappings (append (list (file-system-mapping @@ -800,15 +801,14 @@ keyfile ~a/private.key (source (string-append data-directory "/private.key")) (target source))) - extra-mappings) - #:namespaces container-namespaces)))) + extra-mappings))))) (list (shepherd-service (provision '(dkimproxyout)) - (documentation "FIXME:DOCUMENTATION") + (documentation " FIXME ") (start #~(make-forkexec-constructor (list #$cmd "--conf_file" #$config-file) - #:user #$user + #:user #$user #:group #$group #:supplementary-groups '(#$@supplementary-groups))) (stop #~(make-kill-destructor)) diff --git a/tests/internet/master.cf b/tests/internet/master.cf index 9125c29..5c25fd9 100644 --- a/tests/internet/master.cf +++ b/tests/internet/master.cf @@ -22,7 +22,7 @@ retry unix - - n - - error rewrite unix - - n - - trivial-rewrite scache unix - - n - 1 scache showq unix n - n - - showq -smtp inet n - n - - smtpd -v -o syslog_name=postfix/smtp +smtp inet n - n - - smtpd -o syslog_name=postfix/smtp smtp unix - - n - - smtp tlsmgr unix - - n 1000? 1 tlsmgr trace unix - - n - 0 bounce diff --git a/tests/local/master.cf b/tests/local/master.cf index 80b769a..2cc4b02 100644 --- a/tests/local/master.cf +++ b/tests/local/master.cf @@ -21,7 +21,7 @@ retry unix - - n - - error rewrite unix - - n - - trivial-rewrite scache unix - - n - 1 scache showq unix n - n - - showq -smtp inet n - n - - smtpd -v -o syslog_name=postfix/smtp +smtp inet n - n - - smtpd -o syslog_name=postfix/smtp smtp unix - - n - - smtp tlsmgr unix - - n 1000? 1 tlsmgr trace unix - - n - 0 bounce |