diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-05-03 14:57:45 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-05-03 14:57:45 +0000 |
commit | 981b7fa63c4545924f224eda498cd1206b80b2cb (patch) | |
tree | eb8b449882720b41554ca8d837f91b9a4b0401c3 | |
parent | 1b86884d40bed246e4293b457f19c523ee17df56 (diff) | |
download | pkgsrc-981b7fa63c4545924f224eda498cd1206b80b2cb.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.
-rw-r--r-- | mail/sqwebmail/MESSAGE | 6 | ||||
-rw-r--r-- | mail/sqwebmail/Makefile | 3 |
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} |