freebsd-ports/mail/qmail-ldap/pkg-plist
Sergey Matveychuk f49371e1f6 o Pacify a lot of portlint WARN and FATAL messages
o Change ${PERL} to ${SED} or ${REINPLACE_CMD}
o Added patch patch-qmail-1.03-rfc2821.diff to search other MX servers
  when the first return a code > 500 and < 599
o Install mkaliasdir script on ${PREFIX}/scripts directory
o Remove targets to disable-qmail and enable-sendmail and put it on a
  shell script that is installed on /var/qmail/scripts. Change messages
  reflect this.
o Organize better pkg-plist
o Remove thereal-post-patch target and put all on post-post-patch target
o Add [0-9] to CONFLICTS on qmail-ldap port
o Change LIB_DEPENDS to USE_MYSQL=yes on qmail-mysql port
o Change qmail-spamcontrol to don't need more to apply patches mannualy

PR:		ports/79094
Submitted by:	maintainer
2005-05-05 20:03:10 +00:00

122 lines
3.1 KiB
Text

bin/auth_imap
bin/auth_pop
bin/bouncesaying
bin/condredirect
bin/datemail
bin/digest
bin/elq
bin/except
bin/forward
bin/maildir2mbox
bin/maildirmake
bin/maildirwatch
bin/mailsubj
bin/pbsadd
bin/pbscheck
bin/pbsdbd
bin/pinq
bin/predate
bin/preline
bin/qail
bin/qbiff
bin/qmail-clean
bin/qmail-getpw
bin/qmail-inject
bin/qmail-ldaplookup
bin/qmail-local
bin/qmail-lspawn
bin/qmail-newmrh
bin/qmail-newu
bin/qmail-pop3d
bin/qmail-popup
bin/qmail-pw2u
bin/qmail-qmqpc
bin/qmail-qmqpd
bin/qmail-qmtpd
bin/qmail-qread
bin/qmail-qstat
bin/qmail-queue
bin/qmail-quotawarn
bin/qmail-remote
bin/qmail-reply
bin/qmail-rspawn
bin/qmail-send
bin/qmail-showctl
bin/qmail-smtpd
bin/qmail-start
bin/qmail-tcpok
bin/qmail-tcpto
bin/qreceipt
bin/qsmhook
bin/sendmail
bin/splogger
bin/tcp-env
boot/binm1
boot/binm1+df
boot/binm2
boot/binm2+df
boot/binm3
boot/binm3+df
boot/home
boot/home+df
boot/maildir
boot/proc
boot/proc+df
@comment This port installs the following manually (ie. not through qmail-hier)
configure/config
configure/config-fast
configure/dnsfq
configure/dnsip
configure/dnsptr
configure/hostname
configure/install
configure/ipmeprint
scripts/enable-qmail
scripts/mkaliasdir
%%PORTDOCS%%%%DOCDIR%%/BLURB
%%PORTDOCS%%%%DOCDIR%%/BLURB2
%%PORTDOCS%%%%DOCDIR%%/BLURB3
%%PORTDOCS%%%%DOCDIR%%/BLURB4
%%PORTDOCS%%%%DOCDIR%%/FAQ
%%PORTDOCS%%%%DOCDIR%%/INSTALL
%%PORTDOCS%%%%DOCDIR%%/INSTALL.alias
%%PORTDOCS%%%%DOCDIR%%/INSTALL.ctl
%%PORTDOCS%%%%DOCDIR%%/INSTALL.ids
%%PORTDOCS%%%%DOCDIR%%/INSTALL.maildir
%%PORTDOCS%%%%DOCDIR%%/INSTALL.mbox
%%PORTDOCS%%%%DOCDIR%%/INSTALL.vsm
%%PORTDOCS%%%%DOCDIR%%/INTERNALS
%%PORTDOCS%%%%DOCDIR%%/PIC.local2alias
%%PORTDOCS%%%%DOCDIR%%/PIC.local2ext
%%PORTDOCS%%%%DOCDIR%%/PIC.local2local
%%PORTDOCS%%%%DOCDIR%%/PIC.local2rem
%%PORTDOCS%%%%DOCDIR%%/PIC.local2virt
%%PORTDOCS%%%%DOCDIR%%/PIC.nullclient
%%PORTDOCS%%%%DOCDIR%%/PIC.relaybad
%%PORTDOCS%%%%DOCDIR%%/PIC.relaygood
%%PORTDOCS%%%%DOCDIR%%/PIC.rem2local
%%PORTDOCS%%%%DOCDIR%%/POPBEFORESMTP
%%PORTDOCS%%%%DOCDIR%%/PORT_NOTES
%%PORTDOCS%%%%DOCDIR%%/PORT_NOTES_FreeBSD_40-RELEASE
%%PORTDOCS%%%%DOCDIR%%/QLDAPINSTALL
%%PORTDOCS%%%%DOCDIR%%/QLDAPNEWS
%%PORTDOCS%%%%DOCDIR%%/QLDAPTODO
%%PORTDOCS%%%%DOCDIR%%/QLDAPPICTURE
%%PORTDOCS%%%%DOCDIR%%/REMOVE.sendmail
%%PORTDOCS%%%%DOCDIR%%/REMOVE.binmail
%%PORTDOCS%%%%DOCDIR%%/SECURITY
%%PORTDOCS%%%%DOCDIR%%/SENDMAIL
%%PORTDOCS%%%%DOCDIR%%/SYSDEPS
%%PORTDOCS%%%%DOCDIR%%/TEST.deliver
%%PORTDOCS%%%%DOCDIR%%/TEST.receive
%%PORTDOCS%%%%DOCDIR%%/THOUGHTS
%%PORTDOCS%%%%DOCDIR%%/UPGRADE
%%PORTDOCS%%%%DOCDIR%%/mailer.conf.sample
%%PORTDOCS%%@dirrm %%DOCDIR%%
@dirrm scripts
@dirrm configure
@dirrm boot
@dirrm bin
@unexec echo "1) If you are permanently removing qmail, you should also ``rm -Rf ${PKG_PREFIX}/alias ${PKG_PREFIX}/control ${PKG_PREFIX}/queue ${PKG_PREFIX}/users'' and remove the qmail users/groups." | /usr/bin/fmt
@unexec echo "2) Do not forget to reconfigure your /etc/mail/mailer.conf to use your older MTA, or reconfigure your old MTA binaries if you decided to replace them." | /usr/bin/fmt
@unexec echo "3) Do not forget to enable sendmail as your default MTA if you have to. You can do it just executing 'echo sendmail_enable=\"YES\" >> /etc/rc.conf" | /usr/bin/fmt