aboutsummaryrefslogtreecommitdiff
path: root/description (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-17queue.scm: Fix Dovecot profile-service-type extensionEuAndreh1-1/+1
2023-03-17queue.scm: Parameterize Dovecot /var/mail/ locationEuAndreh1-3/+4
2023-03-17queue.scm: Remove FIXME marker on personal server automationEuAndreh1-8/+0
2023-03-17queue.scm: Simplify Dovecot activationEuAndreh1-14/+14
2023-03-17queue.scm: Rename dovecot-configuration-{dovecot => package}EuAndreh1-3/+3
2023-03-17queue.scm: Add supplementary-groups to Dovecot {,untrusted-}userEuAndreh1-20/+22
2023-03-17queue.scm: Add documentation to all postfix variables...And move it to the "finished services" section. EuAndreh1-57/+52
2023-03-17queue.scm: Cleanup Postfix configEuAndreh1-39/+17
2023-03-17queue.scm: Add supplementary-groups to PostfixEuAndreh1-1/+3
2023-03-17queue.scm: Add missing #$ ungexp to mail-directoryEuAndreh1-1/+1
2023-03-17queue.scm: Parameterize Postfix Cyrus SASL directoryEuAndreh1-9/+9
2023-03-17queue.scm: Use newaliases(1) over postalias(8) on Postfix activationEuAndreh1-5/+3
2023-03-17queue.scm: Parameterize "/var/mail/" Postfix mail spool directoryEuAndreh1-8/+8
2023-03-17queue.scm: Rename postfix-configuration-{postfix => package}EuAndreh1-10/+10
2023-03-17queue.scm: Add explicit "finished" and "WIP" sectionsEuAndreh1-9/+9
2023-03-17queue.scm: Parameterize address of DKIM mail filter in PostfixEuAndreh1-16/+22
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