aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-typeEuAndreh2023-03-164-37/+102
| | | | | | | | | 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.
* 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
|
* Build nix derivation without the "shell.nix" hackEuAndreh2023-03-135-27/+31
|
* packages.scm: Remove td-latest packageEuAndreh2023-03-131-25/+0
|
* Makefile: Cleanup old targetsEuAndreh2023-03-131-35/+2
|
* Also build OS with services in "all" targetEuAndreh2023-03-132-1/+43
|
* rm -rf aux/ po/EuAndreh2023-03-1336-1710/+8
|
* git mv src/xyz/euandreh/* src/org/euandre/EuAndreh2023-03-133-5/+5
|
* queue.scm: Name the "Spam" folder by its "special" name, "Junk"EuAndreh2023-03-121-1/+1
|
* queue.scm: Adapt INBOX location for Dovecot depending on "mail-in-home?"EuAndreh2023-03-121-3/+3
|
* queue.scm: Ensure state-dir exists before generating dhparam fileEuAndreh2023-03-121-0/+1
|
* queue.scm: Export dovecot2-configurationEuAndreh2023-03-121-1/+2
|
* queue.scm: Remove wrong quote closing in dovecot configEuAndreh2023-03-121-1/+1
|
* queue.scm: Add "mail-in-home?" option for dovecot and postfix servicesEuAndreh2023-03-121-4/+14
|
* queue.scm: Add "home_mailbox" compat configEuAndreh2023-03-111-0/+2
|
* queue.scm: Remove "mail_spool_directory" configEuAndreh2023-03-111-2/+0
|
* queue.scm: Use correct certificate for postfixEuAndreh2023-03-111-8/+8
|
* queue.scm: Fix "mail_spoo_directory" typoEuAndreh2023-03-111-1/+1
|
* queue.scm: Uncomment "mail_location" line of DovecotEuAndreh2023-03-111-3/+1
|
* queue.scm: Also unindent Dovecot strings just in caseEuAndreh2023-03-111-63/+63
|
* queue.scm: Remove (heredoc) trailing whitespace, as Postfix complains about itEuAndreh2023-03-111-88/+88
|
* queue.scm: Tweak string of Postfix main.cfEuAndreh2023-03-111-3/+3
|
* queue.scm: Use debug procedure for cyrus-sasl-service extra actionEuAndreh2023-03-111-0/+2
|
* Revert "queue.scm: Try disabling cyrus-sasl action to fix the build"EuAndreh2023-03-111-1/+11
| | | | This reverts commit 96f1f1c69d91f681f5d3557c4feb6629d283c696.
* queue.scm: Try disabling cyrus-sasl action to fix the buildEuAndreh2023-03-111-11/+1
|
* queue.scm: Typo in (postfix-sasl-services ...) function nameEuAndreh2023-03-111-1/+1
|
* queue.scm: Enable Postifx extending Cyrus SASLEuAndreh2023-03-111-6/+0
|