aboutsummaryrefslogtreecommitdiff
path: root/default.nix (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-17queue.scm: Put Dovecot config file under /etc/dovecot/dovecot.conf by defaultEuAndreh4-15/+19
2023-03-17Makefile: Streamline verification of generated config filesEuAndreh10-16/+100
2023-03-17queue.scm: Fix positional argument of dkimproxyout config fileEuAndreh1-1/+0
2023-03-17queue.scm: Add docstrings to dkimproxy service variablesEuAndreh1-8/+12
2023-03-17queue.scm: Add flexible "config-extra" and "raw-file" options for dkimproxyoutEuAndreh1-5/+12
2023-03-17queue.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. EuAndreh1-1/+4
2023-03-17queue.scm: s/srfi-1:/s1:/gEuAndreh1-4/+4
2023-03-17tests/: Adjust expected "master.cf" filesEuAndreh3-6/+6
2023-03-17queue.scm: Better error handling of dkimproxyout-activationEuAndreh1-29/+29
2023-03-17queue.scm: Remove FIXME markers from output file contentsEuAndreh1-5/+5
2023-03-17queue.scm: Disable verbose output of smtpd processEuAndreh1-1/+1
2023-03-17queue.scm: Add cgit-pre-configuration variableEuAndreh2-2/+36
2023-03-17queue.scm: Rename dovecot2* => dovecotEuAndreh2-42/+42
2023-03-17Test for expected output of Postfix config filesEuAndreh9-30/+200
2023-03-17queue.scm: Remove FIXME markers froom inside main.cf contentEuAndreh1-3/+3
2023-03-17queue.scm: Remove non-literal format stringEuAndreh1-4/+8
2023-03-16queue.scm: Conditionally create /var/mail on activationEuAndreh1-3/+4
2023-03-16queue.scm: Add rottlog-mailutils-sendmail packageEuAndreh1-0/+9
2023-03-16queue.scm: Remove setup-specific authentication options for Postfix main.cfEuAndreh1-1/+4
2023-03-16queue.scm: Also use enable-submission? flag to switch Postfix main.cf fileEuAndreh1-26/+41
2023-03-16queue.scm: Add enable-submission? flag to switch Postfix master.cf fileEuAndreh1-31/+44
2023-03-16queue.scm: Remove unused "group" argument from dkimproxyout-activationEuAndreh1-1/+1
2023-03-16queue.scm: Add dkimproxyout-configuration-supplementary-groupsEuAndreh1-4/+7
2023-03-16queue.scm: dkimproxyout-configuration-{dkimproxy => package}EuAndreh1-5/+5
2023-03-16queue.scm: Export missing *dkimproxyout-configuration* namesEuAndreh1-0/+7
2023-03-16queue.scm: Add proper documentation string to cyrus-sasl-service-typeEuAndreh1-3/+14
2023-03-16queue.scm: Fix "configuration" action of cyrus-salEuAndreh1-6/+5
2023-03-16queue.scm: Reorder args to (least-authority-wrapper ..) on cyrus-salEuAndreh1-2/+2
2023-03-16queue.scm: Remove intermediate "config-dir" local bindingEuAndreh1-3/+2
2023-03-16queue.scm: cyrus-sasl-configuration-{cyrus-sasl => package}EuAndreh1-6/+5
2023-03-16queue.scm: Proper ordering of configuration namesEuAndreh1-3/+3
2023-03-16queue.scm: Export correct cyrus-sasl-configuration-* namesEuAndreh1-1/+9
2023-03-16queue.scm: Export missing *shadow-group-configuration* namesEuAndreh1-0/+2
2023-03-16queue.scm: Export missing cyrus-* namesEuAndreh1-0/+4
2023-03-16queue.scm: Add support for raw config file of cyrus-service-configurationEuAndreh1-10/+10
2023-03-16queue.scm: Add proper docstring to shadow-group-service-typeEuAndreh1-1/+14
2023-03-16queue.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. EuAndreh4-37/+102
2023-03-16queue.scm: Use mkdir-p/perms vs mkdir-p+chown+chmodEuAndreh1-17/+11
2023-03-16queue.scm: Add extra separation before "mailutils-sendmail" packageEuAndreh1-0/+1
2023-03-16queue.scm: Export postfix-*EuAndreh1-1/+35
2023-03-13queue.scm: Add mailutils-sendmail package backEuAndreh1-0/+9
2023-03-13Build nix derivation without the "shell.nix" hackEuAndreh5-27/+31
2023-03-13packages.scm: Remove td-latest packageEuAndreh1-25/+0
2023-03-13Makefile: Cleanup old targetsEuAndreh1-35/+2
2023-03-13Also build OS with services in "all" targetEuAndreh2-1/+43
2023-03-13rm -rf aux/ po/EuAndreh36-1710/+8
2023-03-13git mv src/xyz/euandreh/* src/org/euandre/EuAndreh3-5/+5
2023-03-12queue.scm: Name the "Spam" folder by its "special" name, "Junk"EuAndreh1-1/+1
2023-03-12queue.scm: Adapt INBOX location for Dovecot depending on "mail-in-home?"EuAndreh1-3/+3
2023-03-12queue.scm: Ensure state-dir exists before generating dhparam fileEuAndreh1-0/+1