(address . bug-guix@gnu.org)
This service doesn't work out the box if the group named "mail" is not
present in a system, which is a default case. The reason is this code:
The obvious solution is to create this group by adding an extension of
account-service-type, but this may lead to warnings if people already
created it by other means. If this is fine, I can prepare a patch.
Another solution is to mention the requirement of this group in the
documentation. This is for someone with better english than mine.