Path to this page:
./
mail/courier-mta,
Courier mail transport agent
Branch: CURRENT,
Version: 1.3.5nb1,
Package name: courier-mta-1.3.5nb1,
Maintainer: pkgsrc-usersThe Courier mail transfer agent (MTA) is a modular multiprotocol mail
server that's designed to strike a balance between reasonable performance,
flexibility and features.
When Courier-MTA is installed together with Courier-IMAP and SqWebMail,
they form an integrated mail/groupware server suite that provides
ESMTP, IMAP, POP3, webmail, and mailing list services within a single,
consistent framework. A web-based administration and configuration
tool is included for comprehensive configuration of the entire Courier
software suite.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2007/10/15 15:37:13 jlam Exp $
case ${STAGE} in
DEINSTALL)
#
# Note some additional files that may be created by the sysadmin
# that can probably be removed.
#
if ${TEST} -x ./+FILES; then
for file in \
${PKG_SYSCONFDIR}/aliases-esmtp \
${PKG_SYSCONFDIR}/aliases-esmtp.dat \
${PKG_SYSCONFDIR}/aliases-local \
${PKG_SYSCONFDIR}/aliases-local.dat \
${PKG_SYSCONFDIR}/aliases-uucp \
${PKG_SYSCONFDIR}/aliases-uucp.dat \
${PKG_SYSCONFDIR}/aliases.dat \
${PKG_SYSCONFDIR}/aliasfilteracct \
${PKG_SYSCONFDIR}/backuprelay \
${PKG_SYSCONFDIR}/batchsize \
${PKG_SYSCONFDIR}/bofh \
${PKG_SYSCONFDIR}/dotextension \
${PKG_SYSCONFDIR}/dsnfrom \
${PKG_SYSCONFDIR}/dsnlimit \
${PKG_SYSCONFDIR}/esmtpacceptmailfor \
${PKG_SYSCONFDIR}/esmtpacceptmailfor.dat \
${PKG_SYSCONFDIR}/esmtpd.pem \
${PKG_SYSCONFDIR}/esmtpd.rand \
${PKG_SYSCONFDIR}/esmtpdelay \
${PKG_SYSCONFDIR}/esmtpgreeting \
${PKG_SYSCONFDIR}/esmtphelo \
${PKG_SYSCONFDIR}/esmtppercentrelay \
${PKG_SYSCONFDIR}/esmtppercentrelay.dat \
${PKG_SYSCONFDIR}/esmtproutes \
${PKG_SYSCONFDIR}/esmtptimeout \
${PKG_SYSCONFDIR}/esmtptimeoutconnect \
${PKG_SYSCONFDIR}/esmtptimeoutdata \
${PKG_SYSCONFDIR}/esmtptimeouthelo \
${PKG_SYSCONFDIR}/esmtptimeoutkeepalive \
${PKG_SYSCONFDIR}/esmtptimeoutkeepaliveping \
${PKG_SYSCONFDIR}/esmtptimeoutquit \
${PKG_SYSCONFDIR}/faxqueuetime \
${PKG_SYSCONFDIR}/hosteddomains \
${PKG_SYSCONFDIR}/hosteddomains.dat \
${PKG_SYSCONFDIR}/locals \
${PKG_SYSCONFDIR}/localtimeout \
${PKG_SYSCONFDIR}/me \
${PKG_SYSCONFDIR}/msgidhost \
${PKG_SYSCONFDIR}/nochangingfrom \
${PKG_SYSCONFDIR}/queuefill \
${PKG_SYSCONFDIR}/queuehi \
${PKG_SYSCONFDIR}/queuelo \
${PKG_SYSCONFDIR}/queuetime \
${PKG_SYSCONFDIR}/retryalpha \
${PKG_SYSCONFDIR}/retrybeta \
${PKG_SYSCONFDIR}/retrydelta \
${PKG_SYSCONFDIR}/retrygamma \
${PKG_SYSCONFDIR}/sizelimit \
${PKG_SYSCONFDIR}/smtpaccess.dat \
${PKG_SYSCONFDIR}/submitdelay \
${PKG_SYSCONFDIR}/usexsender \
${PKG_SYSCONFDIR}/uucpme \
${PKG_SYSCONFDIR}/uucpneighbors \
${PKG_SYSCONFDIR}/uucprewriteheaders \
${PKG_SYSCONFDIR}/warntime \
${PKG_SYSCONFDIR}/webadmin/password
do
${ECHO} "# FILE: $file . /dev/null" >> ./+FILES
done
fi
# Unconditionally remove socket files.
for sockfile in \
@COURIER_STATEDIR@/allfilters/.dupfilter \
@COURIER_STATEDIR@/allfilters/.perlfilter \
@COURIER_STATEDIR@/allfilters/dupfilter \
@COURIER_STATEDIR@/allfilters/perlfilter \
@COURIER_STATEDIR@/filters/.dupfilter \
@COURIER_STATEDIR@/filters/.perlfilter \
@COURIER_STATEDIR@/filters/dupfilter \
@COURIER_STATEDIR@/filters/perlfilter
do
if ${TEST} -f "$sockfile"; then
${ECHO} "Removing socket file:"
${ECHO} " $sockfile"
${RM} -f $sockfile
fi
done
# Unconditionally remove temporary files, but not directories
# which are part of the message queue.
#
${RM} -f @COURIER_STATEDIR@/tmp/* 2>/dev/null
;;
esac
Required to run:[
lang/perl5] [
net/couriertcpd] [
security/courier-authlib] [
mail/courier-maildir] [
mail/maildrop] [
devel/pcre]
Package options: courier-dsn, courier-esmtp, courier-local, inet6
Master sites:
Filesize: 7715.859 KB
Version history: (Expand)
- (2024-05-15) Updated to version: courier-mta-1.3.5nb1
- (2024-02-12) Updated to version: courier-mta-1.3.5
- (2023-10-25) Updated to version: courier-mta-0.68.1nb20
- (2023-07-06) Updated to version: courier-mta-0.68.1nb19
- (2022-06-28) Updated to version: courier-mta-0.68.1nb18
- (2021-05-25) Updated to version: courier-mta-0.68.1nb17
CVS history: (Expand)