nixpkgs/pkgs/servers/mail
Maximilian Bosch 2cefe69f6f
mailmanPackages.python: allow changing python package-set used for mailman
When having a patch for a python module that should only be used for
mailman, but for nothing else, it's now possible to apply it like this:

    self: super: {
      mailmanPackages = super.mailmanPackages.extend (mailmanSelf: mailmanSuper: {
	python3 = mailmanSuper.python3.override {
	  overlay = pythonSelf: pythonSuper: {
	    psycopg2 = /* ... */;
	  };
	};
      });
    }

The underlying issue is that the `packageOverrides`-mechanism of
`pkgs.python3` doesn't compose, so an optional overlay is manually
applied to the `python3` used for mailman.
2023-08-12 13:51:10 +02:00
..
archiveopteryx
clamsmtp
dkimproxy
dovecot
dspam
exim
listmonk
mailhog
mailman mailmanPackages.python: allow changing python package-set used for mailman 2023-08-12 13:51:10 +02:00
mailpit mailpit: fix build by splitting off nodejs part 2023-07-12 13:15:34 +02:00
mlmmj
mox mox: init at 0.0.5 2023-07-15 10:22:21 +02:00
nullmailer
opensmtpd opensmtpd-filter-rspamd: 0.1.7 -> 0.1.8 2023-06-23 22:18:56 +00:00
petidomo
popa3d
postfix postfix: 3.8.0 -> 3.8.1 2023-06-08 19:44:04 +08:00
postgrey
postsrsd
public-inbox public-inbox: add xapian to PATH 2023-06-20 16:58:47 +00:00
rspamd rspamd: 3.5 -> 3.6 2023-08-10 06:37:33 +02:00
spamassassin spamassassin: enable taint mode 2023-06-25 17:35:16 +00:00
spf-engine
stalwart stalwart-mail: 0.3.2 -> 0.3.4 2023-08-10 10:57:34 +08:00
sympa sympa: 6.2.70 -> 6.2.72 2023-06-13 21:03:42 +00:00
system-sendmail
vsmtp