xref: /illumos-gate/usr/src/pkg/manifests/system-network-mailwrapper.p5m (revision 1e56f352c1c208679012bca47d552e127f5b1072)
1#
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
9# at http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright 2014, Alexander Pyhalov
14#
15
16set name=pkg.fmri value=pkg:/system/network/mailwrapper@$(PKGVERS)
17set name=pkg.summary value=mailwrapper
18set name=pkg.description \
19    value="utility to invoke appropriate MTA software based on configuration file"
20set name=info.classification \
21    value="org.opensolaris.category.2008:System/Administration and Configuration"
22set name=variant.arch value=$(ARCH)
23dir  path=etc group=sys
24dir  path=etc/mail group=mail
25file path=etc/mailer.conf group=sys preserve=true
26dir  path=usr/bin
27link path=usr/bin/mailq target=../lib/mailwrapper mediator=mta \
28    mediator-implementation=mailwrapper
29dir  path=usr/lib
30file path=usr/lib/mailwrapper mode=0555
31link path=usr/lib/sendmail target=mailwrapper mediator=mta \
32    mediator-implementation=mailwrapper
33dir  path=usr/sbin
34link path=usr/sbin/newaliases target=../lib/mailwrapper mediator=mta \
35    mediator-implementation=mailwrapper
36link path=usr/sbin/sendmail target=../lib/mailwrapper mediator=mta \
37    mediator-implementation=mailwrapper
38dir  path=usr/share/man
39dir  path=usr/share/man/man5
40file path=usr/share/man/man5/mailer.conf.5
41dir  path=usr/share/man/man8
42file path=usr/share/man/man8/mailwrapper.8
43license usr/src/cmd/mailwrapper/THIRDPARTYLICENSE \
44    license=usr/src/cmd/mailwrapper/THIRDPARTYLICENSE
45depend type=require fmri=service/network/smtp/sendmail
46