index
:
packages
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
euandre
/
queue.scm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-16
queue.scm: dkimproxyout-configuration-{dkimproxy => package}
EuAndreh
1
-5
/
+5
2023-03-16
queue.scm: Export missing *dkimproxyout-configuration* names
EuAndreh
1
-0
/
+7
2023-03-16
queue.scm: Add proper documentation string to cyrus-sasl-service-type
EuAndreh
1
-3
/
+14
2023-03-16
queue.scm: Fix "configuration" action of cyrus-sal
EuAndreh
1
-6
/
+5
2023-03-16
queue.scm: Reorder args to (least-authority-wrapper ..) on cyrus-sal
EuAndreh
1
-2
/
+2
2023-03-16
queue.scm: Remove intermediate "config-dir" local binding
EuAndreh
1
-3
/
+2
2023-03-16
queue.scm: cyrus-sasl-configuration-{cyrus-sasl => package}
EuAndreh
1
-6
/
+5
2023-03-16
queue.scm: Proper ordering of configuration names
EuAndreh
1
-3
/
+3
2023-03-16
queue.scm: Export correct cyrus-sasl-configuration-* names
EuAndreh
1
-1
/
+9
2023-03-16
queue.scm: Export missing *shadow-group-configuration* names
EuAndreh
1
-0
/
+2
2023-03-16
queue.scm: Export missing cyrus-* names
EuAndreh
1
-0
/
+4
2023-03-16
queue.scm: Add support for raw config file of cyrus-service-configuration
EuAndreh
1
-10
/
+10
2023-03-16
queue.scm: Add proper docstring to shadow-group-service-type
EuAndreh
1
-1
/
+14
2023-03-16
queue.scm: Split postfix-service-type into {local,internet}-postfix-service-type
EuAndreh
4
-37
/
+102
2023-03-16
queue.scm: Use mkdir-p/perms vs mkdir-p+chown+chmod
EuAndreh
1
-17
/
+11
2023-03-16
queue.scm: Add extra separation before "mailutils-sendmail" package
EuAndreh
1
-0
/
+1
2023-03-16
queue.scm: Export postfix-*
EuAndreh
1
-1
/
+35
2023-03-13
queue.scm: Add mailutils-sendmail package back
EuAndreh
1
-0
/
+9
2023-03-13
Build nix derivation without the "shell.nix" hack
EuAndreh
5
-27
/
+31
2023-03-13
packages.scm: Remove td-latest package
EuAndreh
1
-25
/
+0
2023-03-13
Makefile: Cleanup old targets
EuAndreh
1
-35
/
+2
2023-03-13
Also build OS with services in "all" target
EuAndreh
2
-1
/
+43
2023-03-13
rm -rf aux/ po/
EuAndreh
36
-1710
/
+8
2023-03-13
git mv src/xyz/euandreh/* src/org/euandre/
EuAndreh
3
-5
/
+5
2023-03-12
queue.scm: Name the "Spam" folder by its "special" name, "Junk"
EuAndreh
1
-1
/
+1
2023-03-12
queue.scm: Adapt INBOX location for Dovecot depending on "mail-in-home?"
EuAndreh
1
-3
/
+3
2023-03-12
queue.scm: Ensure state-dir exists before generating dhparam file
EuAndreh
1
-0
/
+1
2023-03-12
queue.scm: Export dovecot2-configuration
EuAndreh
1
-1
/
+2
2023-03-12
queue.scm: Remove wrong quote closing in dovecot config
EuAndreh
1
-1
/
+1
2023-03-12
queue.scm: Add "mail-in-home?" option for dovecot and postfix services
EuAndreh
1
-4
/
+14
2023-03-11
queue.scm: Add "home_mailbox" compat config
EuAndreh
1
-0
/
+2
2023-03-11
queue.scm: Remove "mail_spool_directory" config
EuAndreh
1
-2
/
+0
2023-03-11
queue.scm: Use correct certificate for postfix
EuAndreh
1
-8
/
+8
2023-03-11
queue.scm: Fix "mail_spoo_directory" typo
EuAndreh
1
-1
/
+1
2023-03-11
queue.scm: Uncomment "mail_location" line of Dovecot
EuAndreh
1
-3
/
+1
2023-03-11
queue.scm: Also unindent Dovecot strings just in case
EuAndreh
1
-53
/
+53
2023-03-11
queue.scm: Remove (heredoc) trailing whitespace, as Postfix complains about it
EuAndreh
1
-85
/
+85
2023-03-11
queue.scm: Tweak string of Postfix main.cf
EuAndreh
1
-3
/
+3
2023-03-11
queue.scm: Use debug procedure for cyrus-sasl-service extra action
EuAndreh
1
-0
/
+2
2023-03-11
Revert "queue.scm: Try disabling cyrus-sasl action to fix the build"
EuAndreh
1
-1
/
+11
2023-03-11
queue.scm: Try disabling cyrus-sasl action to fix the build
EuAndreh
1
-11
/
+1
2023-03-11
queue.scm: Typo in (postfix-sasl-services ...) function name
EuAndreh
1
-1
/
+1
2023-03-11
queue.scm: Enable Postifx extending Cyrus SASL
EuAndreh
1
-6
/
+0
2023-03-11
queue.scm: Tweak cyrus-service-configuration composition
EuAndreh
1
-0
/
+4
2023-03-11
queue.scm: Fix mta-sts nginx configuration
EuAndreh
1
-21
/
+21
2023-03-11
queue.scm: Import (gnu system setuid)
EuAndreh
1
-0
/
+1
2023-03-11
queue.scm: Add import for (least-authority-wrapper ...)
EuAndreh
1
-0
/
+1
2023-03-11
queue.scm: Fix escaping in former heredoc strings
EuAndreh
1
-5
/
+5
2023-03-11
queue.scm: Disable unimplemented postfix-sasl-service
EuAndreh
1
-0
/
+2
2023-03-11
queue.scm: Add import for certbot-service-type
EuAndreh
1
-0
/
+1
[prev]
[next]