summaryrefslogtreecommitdiff
path: root/mail/sqwebmail
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-05-03 14:57:45 +0000
committerschmonz <schmonz>2002-05-03 14:57:45 +0000
commita1c78b40ac2b9529c3cf528d58e1a4dcc298fe1c (patch)
treeeb8b449882720b41554ca8d837f91b9a4b0401c3 /mail/sqwebmail
parentd20a8cc8bfb15f0dfb128a4f979545f76be3a91d (diff)
downloadpkgsrc-a1c78b40ac2b9529c3cf528d58e1a4dcc298fe1c.tar.gz
As discussed with jlam, set the mailer to "/usr/sbin/sendmail" by
default, and inform the user that it might be necessary to edit ${PKG_SYSCONFDIR}/sendit.sh.
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r--mail/sqwebmail/MESSAGE6
-rw-r--r--mail/sqwebmail/Makefile3
2 files changed, 7 insertions, 2 deletions
diff --git a/mail/sqwebmail/MESSAGE b/mail/sqwebmail/MESSAGE
index 620fb527d13..95f80025ab2 100644
--- a/mail/sqwebmail/MESSAGE
+++ b/mail/sqwebmail/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/01/24 20:54:40 jlam Exp $
+$NetBSD: MESSAGE,v 1.3 2002/05/03 14:57:45 schmonz Exp $
You must create a cron job that runs at regular intervals to clean the
SqWebMail user cache that executes the following script:
@@ -26,4 +26,8 @@ Maildir accounts will be accessible through:
http://www.domain.com/cgi-bin/sqwebmail
+If you're using a non-default mailer, you will need to edit:
+
+ ${PKG_SYSCONFDIR}/sendit.sh
+
===========================================================================
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile
index f8c7a9244ab..b0f4e34fd11 100644
--- a/mail/sqwebmail/Makefile
+++ b/mail/sqwebmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/02/03 13:38:39 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2002/05/03 14:57:46 schmonz Exp $
DISTNAME= sqwebmail-3.3.1
CATEGORIES= www
@@ -29,6 +29,7 @@ HTMLDIR= ${PREFIX}/share/doc/html/sqwebmail
CONFIGURE_ARGS+= --with-cachedir=${CACHEDIR}
CONFIGURE_ARGS+= --with-calendardir=${CALENDARDIR}
CONFIGURE_ARGS+= --with-cacheowner=${ROOT_USER}
+CONFIGURE_ARGS+= --with-mailer=/usr/sbin/sendmail
CONFIGURE_ARGS+= --enable-https=auto
CONFIGURE_ARGS+= --enable-cgibindir=${PREFIX}/libexec/cgi-bin
CONFIGURE_ARGS+= --enable-imagedir=${IMAGEDIR}