aboutsummaryrefslogtreecommitdiff
path: root/src/org (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/bin/paku: Improve name of package variantsEuAndreh2023-03-221-6/+6
* Remove redundant "-latest" variants of packages in Guix and NixEuAndreh2023-03-221-19/+5
* src/bin/paku: General cleanup and tidynessEuAndreh2023-03-211-31/+36
* Use stripped "-latest" name in package official name tooEuAndreh2023-03-211-2/+8
* Big revamp of paku(1): now in Perl, genating Debian packagesEuAndreh2023-03-211-15/+140
* queue.scm: Remove (mail-in-home? ...) option from Postfix and DovecotEuAndreh2023-03-201-16/+7
* queue.scm: Disable NIS on postfixEuAndreh2023-03-201-0/+1
* queue.scm: Use (string-join ...) for setting $CCARGS of postfixEuAndreh2023-03-201-3/+9
* queue.scm: Disable newaliases in Postfix activation againEuAndreh2023-03-171-0/+2
* Revert "queue.scm: Remove trailing "/" from Postfix "mail-directory" variable"...This reverts commit f32c1bd78f1399cedd2167dc113237cab1878f30. EuAndreh2023-03-171-2/+2
* queue.scm: Play it save when creating /var/mailEuAndreh2023-03-171-3/+4
* queue.scm: Remove trailing "/" from Postfix "mail-directory" variableEuAndreh2023-03-171-2/+2
* queue.scm: Export missing Dovecot namesEuAndreh2023-03-171-1/+32
* queue.scm: Add docstrings to Dovecot variables, and mark it as finishedEuAndreh2023-03-171-16/+34
* queue.scm: Prepare Dovecot service for namespaces withtou activating it yetEuAndreh2023-03-171-9/+23
* queue.scm: Fix Dovecot profile-service-type extensionEuAndreh2023-03-171-1/+1
* queue.scm: Parameterize Dovecot /var/mail/ locationEuAndreh2023-03-171-3/+4
* queue.scm: Remove FIXME marker on personal server automationEuAndreh2023-03-171-8/+0
* queue.scm: Simplify Dovecot activationEuAndreh2023-03-171-14/+14
* queue.scm: Rename dovecot-configuration-{dovecot => package}EuAndreh2023-03-171-3/+3
* queue.scm: Add supplementary-groups to Dovecot {,untrusted-}userEuAndreh2023-03-171-20/+22
* queue.scm: Add documentation to all postfix variables...And move it to the "finished services" section. EuAndreh2023-03-171-57/+52
* queue.scm: Cleanup Postfix configEuAndreh2023-03-171-39/+17
* queue.scm: Add supplementary-groups to PostfixEuAndreh2023-03-171-1/+3
* queue.scm: Add missing #$ ungexp to mail-directoryEuAndreh2023-03-171-1/+1
* queue.scm: Parameterize Postfix Cyrus SASL directoryEuAndreh2023-03-171-9/+9
* queue.scm: Use newaliases(1) over postalias(8) on Postfix activationEuAndreh2023-03-171-5/+3
* queue.scm: Parameterize "/var/mail/" Postfix mail spool directoryEuAndreh2023-03-171-8/+8
* queue.scm: Rename postfix-configuration-{postfix => package}EuAndreh2023-03-171-10/+10
* queue.scm: Add explicit "finished" and "WIP" sectionsEuAndreh2023-03-171-9/+9
* queue.scm: Parameterize address of DKIM mail filter in PostfixEuAndreh2023-03-171-16/+22
* queue.scm: Put Dovecot config file under /etc/dovecot/dovecot.conf by defaultEuAndreh2023-03-171-7/+11
* Makefile: Streamline verification of generated config filesEuAndreh2023-03-171-9/+5
* queue.scm: Fix positional argument of dkimproxyout config fileEuAndreh2023-03-171-1/+0
* queue.scm: Add docstrings to dkimproxy service variablesEuAndreh2023-03-171-8/+12
* 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