diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-12-10 11:34:55 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-12-10 11:34:55 +0100 |
commit | 7319c4e904277ecc9ec7fb8f0e1e91dbfdd75546 (patch) | |
tree | 777633739544325e18a86af2eda97d14f2f6750b /mail-filter/opendmarc/files | |
parent | sys-devel/gcc: bump up to 5.5.0, patchset 1.0 (diff) | |
download | gentoo-7319c4e904277ecc9ec7fb8f0e1e91dbfdd75546.tar.gz gentoo-7319c4e904277ecc9ec7fb8f0e1e91dbfdd75546.tar.bz2 gentoo-7319c4e904277ecc9ec7fb8f0e1e91dbfdd75546.zip |
mail-filter/opendmarc: cleanup and fix bugs #655728, #662112
Bug: https://bugs.gentoo.org/640012
Closes: https://bugs.gentoo.org/655728
Closes: https://bugs.gentoo.org/662112
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'mail-filter/opendmarc/files')
-rw-r--r-- | mail-filter/opendmarc/files/opendmarc.service | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail-filter/opendmarc/files/opendmarc.service b/mail-filter/opendmarc/files/opendmarc.service index e450637a02f6..90ee5ccb4341 100644 --- a/mail-filter/opendmarc/files/opendmarc.service +++ b/mail-filter/opendmarc/files/opendmarc.service @@ -1,7 +1,6 @@ [Unit] Description=Domain-based Message Authentication, Reporting and Conformance (DMARC) Milter -Documentation=man:opendmarc(8) man:opendmarc.conf(5) man:opendmarc-expire(8) man:opendmarc-importstats(8) man:opendmarc-reports(8) -man:opendmarc-check(8) man:opendmarc-import(8) man:opendmarc-params(8) http://www.trusteddomain.org/opendmarc/ +Documentation=man:opendmarc(8) man:opendmarc.conf(5) man:opendmarc-expire(8) man:opendmarc-importstats(8) man:opendmarc-reports(8) man:opendmarc-check(8) man:opendmarc-import(8) man:opendmarc-params(8) http://www.trusteddomain.org/opendmarc/ After=network.target nss-lookup.target syslog.target [Service] @@ -17,4 +16,4 @@ Restart=on-failure RestartSec=3 [Install] -WantedBy=multi-user.target
\ No newline at end of file +WantedBy=multi-user.target |