aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-21src/bin/paku: Use list of strings over multiple loopsEuAndreh1-100/+59
2023-03-21Use stripped "-latest" name in package official name tooEuAndreh2-3/+12
2023-03-21Big revamp of paku(1): now in Perl, genating Debian packagesEuAndreh11-421/+1073
2023-03-20queue.scm: Remove (mail-in-home? ...) option from Postfix and DovecotEuAndreh1-16/+7
2023-03-20Makefile: Add "guix-packages" as dependency to the "guix-services-*" targetsEuAndreh1-2/+2
2023-03-20queue.scm: Disable NIS on postfixEuAndreh1-0/+1
2023-03-20queue.scm: Use (string-join ...) for setting $CCARGS of postfixEuAndreh1-3/+9
2023-03-17queue.scm: Disable newaliases in Postfix activation againEuAndreh1-0/+2
2023-03-17Revert "queue.scm: Remove trailing "/" from Postfix "mail-directory" variable"...This reverts commit f32c1bd78f1399cedd2167dc113237cab1878f30. EuAndreh1-2/+2
2023-03-17queue.scm: Play it save when creating /var/mailEuAndreh1-3/+4
2023-03-17queue.scm: Remove trailing "/" from Postfix "mail-directory" variableEuAndreh1-2/+2
2023-03-17queue.scm: Export missing Dovecot namesEuAndreh1-1/+32
2023-03-17queue.scm: Add docstrings to Dovecot variables, and mark it as finishedEuAndreh1-16/+34
2023-03-17queue.scm: Prepare Dovecot service for namespaces withtou activating it yetEuAndreh1-9/+23
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