mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +00:00
![]() Consider a service that generates postfix lookup tables with postmap(1), like Mailman. It needs the Postfix configuration file to exist, but Postfix qmgr needs all the lookup tables its configured with to exist before it starts. So the service that runs postmap needs to run after the Postfix configuration and directory structure is generated, but before Postfix itself is started. To enable this, we split Postfix into two units: a oneshot unit that sets up the configuration, and a longrun unit that supervises the Postfix daemons. The postmap services can then be inserted in between these two units. |
||
---|---|---|
.. | ||
clamsmtp.nix | ||
davmail.nix | ||
dkimproxy-out.nix | ||
dovecot.nix | ||
dspam.nix | ||
exim.nix | ||
maddy.nix | ||
mail.nix | ||
mailcatcher.nix | ||
mailhog.nix | ||
mailman.nix | ||
mailman.xml | ||
mlmmj.nix | ||
nullmailer.nix | ||
offlineimap.nix | ||
opendkim.nix | ||
opensmtpd.nix | ||
pfix-srsd.nix | ||
postfix.nix | ||
postfixadmin.nix | ||
postgrey.nix | ||
postsrsd.nix | ||
roundcube.nix | ||
rspamd.nix | ||
rss2email.nix | ||
spamassassin.nix | ||
sympa.nix |