Path to this page:
./
mail/sqwebmail,
Webmail CGI for access to maildir-style mailboxes
Branch: CURRENT,
Version: 6.2.5,
Package name: sqwebmail-6.2.5,
Maintainer: pkgsrc-usersSqWebMail is a web CGI client for sending and receiving E-mail using
maildir mailboxes. It is very lightweight -- it reads mail directly
from maildirs. It also contains a web-based calendar application.
This package differs from a vanilla SqWebMail installation in that
the files are installed at locations that more closely correspond to
a Courier installation.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.4 2005/02/18 22:12:56 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}/authcharset \
${PKG_SYSCONFDIR}/autoresponsesquota \
${PKG_SYSCONFDIR}/defaultdomain \
${PKG_SYSCONFDIR}/logindomainlist \
${PKG_SYSCONFDIR}/maildirfilterconfig
do
${ECHO} "# FILE: $file . /dev/null" >> ./+FILES
done
fi
sockfile="@SQWEBMAIL_STATEDIR@/sqwebmail.sock"
if ${TEST} -f "$sockfile"; then
# Unconditionally remove the SqWebMail socket.
${ECHO} "Removing sqwebmail socket file:"
${ECHO} " $sockfile"
${RM} -f $sockfile
fi
;;
esac
Required to run:[
lang/perl5] [
security/courier-authlib] [
mail/courier-maildir] [
mail/maildrop] [
devel/pcre] [
misc/mime-types]
Master sites:
Filesize: 3657.515 KB
Version history: (Expand)
- (2024-02-13) Updated to version: sqwebmail-6.2.5
- (2022-06-28) Updated to version: sqwebmail-5.5.3nb13
- (2021-05-25) Updated to version: sqwebmail-5.5.3nb12
- (2020-12-04) Updated to version: sqwebmail-5.5.3nb11
- (2020-09-01) Updated to version: sqwebmail-5.5.3nb10
- (2019-08-11) Updated to version: sqwebmail-5.5.3nb9
CVS history: (Expand)