PN: postfix
PV: 3.11.2
PR: r0
PKGV: 3.11.2
PKGR: r0
LICENSE: IPL-1.0 | EPL-2.0
DESCRIPTION: Postfix is Wietse Venema's mail server that started life at IBM research as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure. The outsidei has a definite Sendmail-ish flavor, but the inside is completely different.
SUMMARY: Postfix Mail Transport Agent
RDEPENDS:postfix: postfix-cfg
RRECOMMENDS:postfix:  update-rc.d
SECTION: mail
PKG:postfix: postfix
ALLOW_EMPTY:postfix: 1
FILES:postfix: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /etc /com /var             /bin/* /sbin/*             /lib/*.so.*             /lib/udev /usr/lib/udev             /lib/udev /usr/lib/udev             /usr/share/postfix /usr/lib/postfix/*             /usr/share/pixmaps /usr/share/applications             /usr/share/idl /usr/share/omf /usr/share/sounds             /usr/lib/bonobo/servers
FILES_INFO:postfix: {}
pkg_postinst:postfix: #!/bin/sh\nset -e\nif true && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-r $D"\n\telse\n\t\tOPT="-s"\n\tfi\n\tupdate-rc.d $OPT postfix start 58 3 4 5 . stop 13 0 1 6 .\nfi\n
pkg_postrm:postfix: #!/bin/sh\nset -e\nif true && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f"\n\tfi\n\tupdate-rc.d $OPT postfix remove\nfi\n
pkg_prerm:postfix: #!/bin/sh\nset -e\nif true && [ -z "$D" -a -x "/etc/init.d/postfix" ]; then\n\t/etc/init.d/postfix stop || :\nfi\n
PKGSIZE:postfix: 0
