From 14c56a9dd2b67102ac4c6c5648e4afb53b144eaa Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 27 Jul 2024 14:57:26 -0600 Subject: pkgs: patch postfix to implement CCERTS action in access tables --- pkgs/postfix/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pkgs/postfix/default.nix (limited to 'pkgs/postfix/default.nix') diff --git a/pkgs/postfix/default.nix b/pkgs/postfix/default.nix new file mode 100644 index 0000000..39481e7 --- /dev/null +++ b/pkgs/postfix/default.nix @@ -0,0 +1,7 @@ +{ postfix }: +postfix.overrideAttrs { + # Nota: hay que cambiar prefix postfix/src/ -> src/ en el patch porque las release tarballs vienen así + patches = (postfix.patches or [ ]) ++ [ + ./0001-smtpd-implement-CCERTS-action-for-access-5-tables.patch + ]; +} -- cgit v1.2.3