mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
f6b0e1f8ff
Getmail is a mail retriever written in Python, this commit adds a service-type to run getmail. I'm looking at this, as it's a convinient way of getting mailing list messages in to Patchwork. I initially tried putting this in the (gnu services mail) module, but due to also trying to use the define-configuration pattern, it conflicted with the dovecot service. * gnu/services/getmail.scm: New file. * gnu/local.mk: Add it. * gnu/tests/mail.scm (%getmail-os, %test-getmail): New variables. (run-getmail-test): New procedure. |
||
---|---|---|
.. | ||
audio.scm | ||
base.scm | ||
databases.scm | ||
desktop.scm | ||
dict.scm | ||
docker.scm | ||
install.scm | ||
ldap.scm | ||
mail.scm | ||
messaging.scm | ||
monitoring.scm | ||
networking.scm | ||
nfs.scm | ||
rsync.scm | ||
security-token.scm | ||
ssh.scm | ||
version-control.scm | ||
virtualization.scm | ||
web.scm |