couriertcpd-1.3.5: Creating user ``courier''
useradd: Warning: home directory `/nonexistent' doesn't exist, and -m was not specified
courier-maildir-1.3.5: copying /usr/pkg/share/examples/courier/quotawarnmsg to /usr/pkg/etc/courier/quotawarnmsg
courier-maildir-1.3.5: copying /usr/pkg/share/examples/courier/sharedindexupdate to /usr/pkg/etc/courier/sharedindexupdate
courier-authlib-0.72.1: copying /usr/pkg/share/examples/courier-authlib/authdaemonrc.dist to /usr/pkg/etc/authlib/authdaemonrc
===========================================================================
The following files should be created for courier-authlib-0.72.1:

	/etc/rc.d/authdaemond (m=0755)
	    [/usr/pkg/share/examples/rc.d/authdaemond]

===========================================================================
maildrop-3.1.6: setting permissions on /usr/pkg/bin/lockmail (o=root, g=mail, m=755)
maildrop-3.1.6: setting permissions on /usr/pkg/bin/maildrop (o=root, g=mail, m=4555)
p11-kit-0.25.5: copying /usr/pkg/share/examples/p11-kit/pkcs11.conf.example to /usr/pkg/etc/pkcs11.conf
wget-1.25.0: copying /usr/pkg/share/examples/wget/wgetrc to /usr/pkg/etc/wgetrc
===========================================================================
The following users need to be created for courier-mta-1.3.5nb2:

	courier (uid = 1008): mail, /nonexistent, /sbin/nologin

===========================================================================
pkg_add: install script returned error status
courier-imap-5.2.6: copying /usr/pkg/share/examples/courier/imapd.dist to /usr/pkg/etc/courier/imapd
courier-imap-5.2.6: copying /usr/pkg/share/examples/courier/imapd-ssl.dist to /usr/pkg/etc/courier/imapd-ssl
courier-imap-5.2.6: copying /usr/pkg/share/examples/courier/imapd.cnf to /usr/pkg/etc/courier/imapd.cnf
courier-imap-5.2.6: copying /usr/pkg/share/examples/courier/pop3d.dist to /usr/pkg/etc/courier/pop3d
courier-imap-5.2.6: copying /usr/pkg/share/examples/courier/pop3d-ssl.dist to /usr/pkg/etc/courier/pop3d-ssl
courier-imap-5.2.6: copying /usr/pkg/share/examples/courier/pop3d.cnf to /usr/pkg/etc/courier/pop3d.cnf
===========================================================================
The following files should be created for courier-imap-5.2.6:

	/etc/rc.d/courierpops (m=0755)
	    [/usr/pkg/share/examples/rc.d/courierpops]

	/etc/rc.d/courierpop (m=0755)
	    [/usr/pkg/share/examples/rc.d/courierpop]

	/etc/rc.d/courierimaps (m=0755)
	    [/usr/pkg/share/examples/rc.d/courierimaps]

	/etc/rc.d/courierimap (m=0755)
	    [/usr/pkg/share/examples/rc.d/courierimap]

===========================================================================
mime-types-9: copying /usr/pkg/share/examples/mime-types/mime.types to /usr/pkg/etc/mime.types
sqwebmail-6.2.5: copying /usr/pkg/share/examples/courier/calendarmode to /usr/pkg/etc/courier/calendarmode
sqwebmail-6.2.5: copying /usr/pkg/share/courier/sqwebmail/cleancache.pl to /usr/pkg/etc/courier/cleancache.pl
sqwebmail-6.2.5: copying /usr/pkg/share/examples/courier/ldapaddressbook.dist to /usr/pkg/etc/courier/ldapaddressbook
sqwebmail-6.2.5: copying /usr/pkg/share/courier/sqwebmail/sendit.sh to /usr/pkg/etc/courier/sendit.sh
sqwebmail-6.2.5: copying /usr/pkg/share/examples/courier/sqwebmaild.dist to /usr/pkg/etc/courier/sqwebmaild
sqwebmail-6.2.5: setting permissions on /usr/pkg/libexec/courier/sqwebpasswd (o=courier, g=mail, m=2555)
===========================================================================
The following files should be created for sqwebmail-6.2.5:

	/etc/rc.d/sqwebmail (m=0755)
	    [/usr/pkg/share/examples/rc.d/sqwebmail]

===========================================================================
pkg_add: 1 package addition failed
===========================================================================
$NetBSD: MESSAGE,v 1.2 2005/02/18 22:12:50 jlam Exp $

If you are planning on using Courier-IMAP or SqWebMail to serve mail
on the system and you will be using shared maildirs, then you should
create a cron job that runs at regular intervals (once every few hours
is fine) that executes the following script to update the shared folder
index:

    /usr/pkg/etc/courier/sharedindexupdate

===========================================================================
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2005/02/10 03:21:30 jlam Exp $

To enable changing the system password via a Courier authentication
module, the following packages will need to be installed:

    tcl-expect	Tcl extension for scripting of interactive programs
===========================================================================
===========================================================================
$NetBSD: MESSAGE,v 1.8 2007/08/10 17:57:13 jlam Exp $

You must create a cron job that runs at regular intervals (one hour is
fine) that executes the following Perl script to clean the SqWebMail
user cache:

    /usr/pkg/etc/courier/cleancache.pl

There are two things which must be done to make SqWebMail accessible
through your HTTP server:

  (1) Copy the ``webmail'' CGI binary to the appropriate place in your
      HTTP document root, e.g. /usr/pkg/libexec/cgi-bin.  Maildir
      accounts would be accessible through, e.g.:

        http://your.domain.com/cgi-bin/webmail

  (2) Make URLs with path ``/sqwebmail/'' resolve to the images located
      in the /usr/pkg/share/courier/sqwebmail/images directory.
      For Apache, you can add the following to httpd.conf:

        <IfModule mod_alias.c>
	    Alias /sqwebmail/ "/usr/pkg/share/courier/sqwebmail/images/"
        </IfModule>

If you're using a non-default sendmail program, you will need to edit:

    /usr/pkg/etc/courier/sendit.sh

To use GPG with SqWebMail, you will need to install the security/gnupg
package and you should read the documentation at:

    /usr/pkg/share/doc/courier/sqwebmail/README.gpg.html

===========================================================================