Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
f8b1f3 1 #
F 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2022 Friedrich Kink
14 #
15
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
c2ea3d 17 set name=pkg.human-version value=$(HUMAN_VERSION)
f8b1f3 18 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
F 19 set name=pkg.description value="$(COMPONENT_DESCRIPTION)"
20 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
21 set name=info.upstream-url value="$(COMPONENT_PROJECT_URL)"
22 set name=info.source-url value="$(COMPONENT_ARCHIVE_URL)"
23 set name=org.opensolaris.consolidation value="$(CONSOLIDATION)"
24
25 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
26
27 group groupname=opendmarc gid=31
28 user username=opendmarc gcos-field="opendmarc - used for unprivileged processes" group=opendmarc home-dir=/var/empty login-shell=/bin/false uid=31
29
30 file files/opendmarc.xml path=lib/svc/manifest/network/opendmarc.xml restart_fmri=svc:/system/manifest-import:default
31
32 file files/opendmarc.conf.sample path=etc/mail/opendmarc.conf.sample
33
34 file files/prof_attr path=etc/security/prof_attr.d/opendmarc group=sys
35
36 dir path=var/opendmarc owner=opendmarc group=opendmarc mode=0750
37
38 file path=usr/include/opendmarc/dmarc.h
39 link path=usr/lib/$(MACH64)/libopendmarc.so target=libopendmarc.so.2.0.3
40 link path=usr/lib/$(MACH64)/libopendmarc.so.2 target=libopendmarc.so.2.0.3
41 file path=usr/lib/$(MACH64)/libopendmarc.so.2.0.3
42 file path=usr/sbin/opendmarc
43 file path=usr/sbin/opendmarc-check
44 file path=usr/sbin/opendmarc-expire
45 file path=usr/sbin/opendmarc-import
46 file path=usr/sbin/opendmarc-importstats
47 file path=usr/sbin/opendmarc-params
48 file path=usr/sbin/opendmarc-reports
49 file path=usr/share/doc/opendmarc/LICENSE
50 file path=usr/share/doc/opendmarc/LICENSE.Sendmail
51 file path=usr/share/doc/opendmarc/README
52 file path=usr/share/doc/opendmarc/README.rddmarc
53 file path=usr/share/doc/opendmarc/README.schema
54 file path=usr/share/doc/opendmarc/dmarc_policy_t.html
55 file path=usr/share/doc/opendmarc/dmarcfail.py
56 file path=usr/share/doc/opendmarc/index.html
57 file path=usr/share/doc/opendmarc/mkdmarc
58 file path=usr/share/doc/opendmarc/mysql_ip6.c
59 file path=usr/share/doc/opendmarc/opendmarc
60 file path=usr/share/doc/opendmarc/opendmarc.conf.sample
61 file path=usr/share/doc/opendmarc/opendmarc.service.in
62 file path=usr/share/doc/opendmarc/opendmarc.spec.in
63 file path=usr/share/doc/opendmarc/opendmarc_dns_fake_record.html
64 file path=usr/share/doc/opendmarc/opendmarc_get_policy_to_enforce.html
65 file path=usr/share/doc/opendmarc/opendmarc_lib_t.html
66 file path=usr/share/doc/opendmarc/opendmarc_policy_connect_clear.html
67 file path=usr/share/doc/opendmarc/opendmarc_policy_connect_init.html
68 file path=usr/share/doc/opendmarc/opendmarc_policy_connect_rset.html
69 file path=usr/share/doc/opendmarc/opendmarc_policy_connect_shutdown.html
70 file path=usr/share/doc/opendmarc/opendmarc_policy_fetch_adkim.html
71 file path=usr/share/doc/opendmarc/opendmarc_policy_fetch_alignment.html
72 file path=usr/share/doc/opendmarc/opendmarc_policy_fetch_aspf.html
73 file path=usr/share/doc/opendmarc/opendmarc_policy_fetch_fo.html
74 file path=usr/share/doc/opendmarc/opendmarc_policy_fetch_p.html
75 file path=usr/share/doc/opendmarc/opendmarc_policy_fetch_pct.html
76 file path=usr/share/doc/opendmarc/opendmarc_policy_fetch_rf.html
77 file path=usr/share/doc/opendmarc/opendmarc_policy_fetch_rua.html
78 file path=usr/share/doc/opendmarc/opendmarc_policy_fetch_ruf.html
79 file path=usr/share/doc/opendmarc/opendmarc_policy_fetch_sp.html
80 file path=usr/share/doc/opendmarc/opendmarc_policy_fetch_utilized_domain.html
81 file path=usr/share/doc/opendmarc/opendmarc_policy_library_init.html
82 file path=usr/share/doc/opendmarc/opendmarc_policy_library_shutdown.html
83 file path=usr/share/doc/opendmarc/opendmarc_policy_parse_dmarc.html
84 file path=usr/share/doc/opendmarc/opendmarc_policy_query_dmarc.html
85 file path=usr/share/doc/opendmarc/opendmarc_policy_status_to_str.html
86 file path=usr/share/doc/opendmarc/opendmarc_policy_store_dkim.html
87 file path=usr/share/doc/opendmarc/opendmarc_policy_store_dmarc.html
88 file path=usr/share/doc/opendmarc/opendmarc_policy_store_from_domain.html
89 file path=usr/share/doc/opendmarc/opendmarc_policy_store_spf.html
90 file path=usr/share/doc/opendmarc/opendmarc_policy_to_buf.html
91 file path=usr/share/doc/opendmarc/opendmarc_spf_test.html
92 file path=usr/share/doc/opendmarc/opendmarc_status_t.html
93 file path=usr/share/doc/opendmarc/opendmarc_tld_read_file.html
94 file path=usr/share/doc/opendmarc/opendmarc_tld_shutdown.html
95 file path=usr/share/doc/opendmarc/opendmarc_util_clearargv.html
96 file path=usr/share/doc/opendmarc/opendmarc_xml.html
97 file path=usr/share/doc/opendmarc/opendmarc_xml_parse.html
98 file path=usr/share/doc/opendmarc/overview.html
99 file path=usr/share/doc/opendmarc/rddmarc
100 file path=usr/share/doc/opendmarc/schema.mysql
101 file path=usr/share/man/man5/opendmarc.conf.5
102 file path=usr/share/man/man8/opendmarc-check.8
103 file path=usr/share/man/man8/opendmarc-expire.8
104 file path=usr/share/man/man8/opendmarc-import.8
105 file path=usr/share/man/man8/opendmarc-importstats.8
106 file path=usr/share/man/man8/opendmarc-params.8
107 file path=usr/share/man/man8/opendmarc-reports.8
108 file path=usr/share/man/man8/opendmarc.8