aboutsummaryrefslogtreecommitdiff
path: root/src/org/euandre (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* queue.scm: Add flexible "config-extra" and "raw-file" options for dkimproxyoutEuAndreh2023-03-171-5/+12
* queue.scm: Add missing mapping to DKIMPorxy.out container and enable it by de......By manually enabling `(run-in-container? #t)` in the server and doing an strace(1) of the running processes: $ strace `pgrep -fi dkimproxy.out-real | sed 's|^| -p|' | tr -d '\n'` ...revealed that dkimproxy_out(1) failed when it couldn't find the `/etc/protocols` file in its namespace. After adding that manually via the `(extra-mappings ...)` list, it worked correctly. EuAndreh2023-03-171-1/+4
* queue.scm: s/srfi-1:/s1:/gEuAndreh2023-03-171-4/+4
* tests/: Adjust expected "master.cf" filesEuAndreh2023-03-171-4/+4
* queue.scm: Better error handling of dkimproxyout-activationEuAndreh2023-03-171-29/+29
* queue.scm: Remove FIXME markers from output file contentsEuAndreh2023-03-171-5/+5
* queue.scm: Disable verbose output of smtpd processEuAndreh2023-03-171-1/+1
* queue.scm: Add cgit-pre-configuration variableEuAndreh2023-03-171-1/+31
* queue.scm: Rename dovecot2* => dovecotEuAndreh2023-03-171-41/+41
* queue.scm: Remove FIXME markers froom inside main.cf contentEuAndreh2023-03-171-3/+3
* queue.scm: Remove non-literal format stringEuAndreh2023-03-171-4/+8
* queue.scm: Conditionally create /var/mail on activationEuAndreh2023-03-161-3/+4
* queue.scm: Add rottlog-mailutils-sendmail packageEuAndreh2023-03-161-0/+9
* queue.scm: Remove setup-specific authentication options for Postfix main.cfEuAndreh2023-03-161-1/+4
* queue.scm: Also use enable-submission? flag to switch Postfix main.cf fileEuAndreh2023-03-161-26/+41
* queue.scm: Add enable-submission? flag to switch Postfix master.cf fileEuAndreh2023-03-161-31/+44
* queue.scm: Remove unused "group" argument from dkimproxyout-activationEuAndreh2023-03-161-1/+1
* queue.scm: Add dkimproxyout-configuration-supplementary-groupsEuAndreh2023-03-161-4/+7
* queue.scm: dkimproxyout-configuration-{dkimproxy => package}EuAndreh2023-03-161-5/+5
* queue.scm: Export missing *dkimproxyout-configuration* namesEuAndreh2023-03-161-0/+7
* queue.scm: Add proper documentation string to cyrus-sasl-service-typeEuAndreh2023-03-161-3/+14
* queue.scm: Fix "configuration" action of cyrus-salEuAndreh2023-03-161-6/+5
* queue.scm: Reorder args to (least-authority-wrapper ..) on cyrus-salEuAndreh2023-03-161-2/+2
* queue.scm: Remove intermediate "config-dir" local bindingEuAndreh2023-03-161-3/+2
* queue.scm: cyrus-sasl-configuration-{cyrus-sasl => package}EuAndreh2023-03-161-6/+5
* queue.scm: Proper ordering of configuration namesEuAndreh2023-03-161-3/+3
* queue.scm: Export correct cyrus-sasl-configuration-* namesEuAndreh2023-03-161-1/+9
* queue.scm: Export missing *shadow-group-configuration* namesEuAndreh2023-03-161-0/+2
* queue.scm: Export missing cyrus-* namesEuAndreh2023-03-161-0/+4
* queue.scm: Add support for raw config file of cyrus-service-configurationEuAndreh2023-03-161-10/+10
* queue.scm: Add proper docstring to shadow-group-service-typeEuAndreh2023-03-161-1/+14
* queue.scm: Split postfix-service-type into {local,internet}-postfix-service-type...Also add those to `Makefile` as separate targets. BONUS: better naming of Guix targets in `Makefile`. Instead of `all-{packages,services}`, it is now `guix-{packages,services}`, as there are other packages being built that do not belong to Guix, and maybe more services in the future. EuAndreh2023-03-161-23/+60
* queue.scm: Use mkdir-p/perms vs mkdir-p+chown+chmodEuAndreh2023-03-161-17/+11
* queue.scm: Add extra separation before "mailutils-sendmail" packageEuAndreh2023-03-161-0/+1
* queue.scm: Export postfix-*EuAndreh2023-03-161-1/+35
* queue.scm: Add mailutils-sendmail package backEuAndreh2023-03-131-0/+9
* packages.scm: Remove td-latest packageEuAndreh2023-03-131-25/+0
* git mv src/xyz/euandreh/* src/org/euandre/EuAndreh2023-03-132-0/+1457