Mercurial > dnsbl
comparison dnsbl.spec.in @ 381:879a470c6ac3
fetch spf txt records for required dkim signers
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 28 Feb 2017 17:02:07 -0800 |
parents | 7fd39f029936 |
children | c378e9d03f37 |
comparison
equal
deleted
inserted
replaced
380:0495e767bfb7 | 381:879a470c6ac3 |
---|---|
23 %if "%{?dist}" == ".el6" | 23 %if "%{?dist}" == ".el6" |
24 BuildRequires: glibc-static | 24 BuildRequires: glibc-static |
25 %endif | 25 %endif |
26 Requires: sendmail >= 8.12.1 | 26 Requires: sendmail >= 8.12.1 |
27 Requires: sendmail-cf | 27 Requires: sendmail-cf |
28 Requires: spamassassin | 28 Requires: spamassassin, dcc |
29 %if "%{?dist}" == ".el7" | 29 %if "%{?dist}" == ".el7" |
30 Requires(pre): systemd-sysv, shadow-utils | 30 Requires(pre): systemd-sysv, shadow-utils |
31 Requires(post): systemd-units | 31 Requires(post): systemd-units |
32 Requires(preun): systemd-units | 32 Requires(preun): systemd-units |
33 Requires(postun): systemd-units | 33 Requires(postun): systemd-units |
141 %{_mandir}/man1/* | 141 %{_mandir}/man1/* |
142 %{_mandir}/man5/* | 142 %{_mandir}/man5/* |
143 %docdir %{_datadir}/doc/%{name}-%{version} | 143 %docdir %{_datadir}/doc/%{name}-%{version} |
144 %{_datadir}/doc/%{name}-%{version} | 144 %{_datadir}/doc/%{name}-%{version} |
145 %config(noreplace) %attr(0750,%{name},root) %{_sysconfdir}/%{name} | 145 %config(noreplace) %attr(0750,%{name},root) %{_sysconfdir}/%{name} |
146 %config(noreplace) %attr(0644,root,root) /var/dcc/userdirs/dnsblnogrey/whiteclnt | 146 %dir %attr(0750,dcc,dcc) /var/dcc/userdirs/dnsblnogrey |
147 %config(noreplace) %attr(0644,dcc,dcc) /var/dcc/userdirs/dnsblnogrey/whiteclnt | |
147 %if "%{?dist}" == ".el7" | 148 %if "%{?dist}" == ".el7" |
148 %{_prefix}/lib/tmpfiles.d/%{name}.conf | 149 %{_prefix}/lib/tmpfiles.d/%{name}.conf |
149 %{_unitdir}/%{name}.service | 150 %{_unitdir}/%{name}.service |
150 %else | 151 %else |
151 %{_initrddir}/%{name} | 152 %{_initrddir}/%{name} |
152 %endif | 153 %endif |
153 %dir %attr(0750,%{name},root) /var/run/%{name} | 154 %dir %attr(0750,%{name},root) /var/run/%{name} |
154 | 155 |
155 | 156 |
156 %changelog | 157 %changelog |
157 * Sat Feb 18 2017 Carl Byington <carl@five-ten-sg.com> - 6.50-1 | 158 * Tue Feb 28 2017 Carl Byington <carl@five-ten-sg.com> - 6.51-1 |
159 - fetch spf txt records for required dkim signers. | |
160 | |
161 * Wed Feb 22 2017 Carl Byington <carl@five-ten-sg.com> - 6.50-1 | |
158 - reject if dkim signer is listed on surbl | 162 - reject if dkim signer is listed on surbl |
163 - require dcc, this package owns /var/dcc/userdirs/dnsblnogrey | |
159 | 164 |
160 * Wed Feb 08 2017 Carl Byington <carl@five-ten-sg.com> - 6.49-1 | 165 * Wed Feb 08 2017 Carl Byington <carl@five-ten-sg.com> - 6.49-1 |
161 - RHEL7 systemd and /var/run is on tmpfs | 166 - RHEL7 systemd and /var/run is on tmpfs |
162 - install dnsblnogrey/whiteclnt for dccifd | 167 - install dnsblnogrey/whiteclnt for dccifd |
163 | 168 |