From 7a207583e502d7d1a3a99097b089d6f5c6d65412 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 17 May 2005 17:47:17 +0000 Subject: [PATCH] Tagged courier.xml git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4328 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- server/mail/courier.xml | 1556 +++++++++++++++++++++------------------ 1 file changed, 836 insertions(+), 720 deletions(-) diff --git a/server/mail/courier.xml b/server/mail/courier.xml index 3dfdaa5dd6..bc286564f6 100644 --- a/server/mail/courier.xml +++ b/server/mail/courier.xml @@ -4,396 +4,420 @@ %general-entities; - - - - - - + + + + + + ]> - -$LastChangedBy$ -$Date$ - - -Courier-&courier-version; - -Courier MTA + - -Introduction to <application>Courier</application> + + $LastChangedBy$ + $Date$ + -The Courier package contains a Mail Transport -Agent (MTA). This is useful for sending email to other users -of your host machine. It can also be configured to be a central mail server for -your domain or a mail relay agent. The Courier -packages also includes a web-based email interface, IMAP, -IMAP-SSL, POP3, and -POP3-SSL. + Courier-&courier-version; -Package information - -Download (HTTP): - -Download (FTP): - -Download MD5 sum: &courier-md5sum; -Download size: &courier-size; -Estimated disk space required: -&courier-buildsize; -Estimated build time: -&courier-time; - + + Courier MTA + -<application>Courier</application> dependencies -Required - - + + Introduction to Courier -Optional - or , -, -, -, -, -, - or , -, -, - or , -Netpbm and -Mgetty+Sendfax - - + The Courier package contains a Mail + Transport Agent (MTA). This is useful for sending email to other users + of your host machine. It can also be configured to be a central mail + server for your domain or a mail relay agent. The + Courier packages also includes a web-based + email interface, IMAP, IMAP-SSL, POP3, and POP3-SSL. - + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &courier-md5sum; + + + Download size: &courier-size; + + + Estimated disk space required: &courier-buildsize; + + + Estimated build time: &courier-time; + + - -Installation of <application>Courier</application> -Courier's tarball must be extacted as an -unprivileged user or the configure script will fail. - -Before you compile the program, you need to create the courier user -and group that is expected to be in place when the install script executes. -As the root user, add the courier user and group with the following -commands: + Courier Dependencies -groupadd courier && + Required + + + Optional + or , + , + , + , + , + , + or , + , + , + or , + Netpbm and + Mgetty+Sendfax + + + + + Installation of Courier + + + Courier's tarball must be extacted + as an unprivileged user or the configure script will fail. + + + Before you compile the program, you need to create the + courier user and group + that is expected to be in place when the install script executes. + As the root user, add + the courier user and + group with the following commands: + +groupadd courier && useradd -c 'Courier Mail Server' -d /dev/null \ - -g courier -s /bin/false courier + -g courier -s /bin/false courier -The install script also expects a bin user. If you already have a user -named bin, this step can be safely ignored. + The install script also expects a bin user. If you already have a + user named bin, this + step can be safely ignored. -useradd -c 'bin' -d /dev/null -g bin -u 1 bin +useradd -c 'bin' -d /dev/null -g bin -u 1 bin -Courierfilter requires the directory -/var/run/courier to store -all the Courier pid and lockfiles. -/var/lock/subsys also must exist -for the master lock file for Courier. Issue -the following commands to create these directories: + Courierfilter requires the directory + /var/run/courier to store + all the Courier pid and lockfiles. + /var/lock/subsys also must exist + for the master lock file for Courier. Issue + the following commands to create these directories: -install -d /var/run/courier -o courier -g courier -m755 && -install -d /var/lock/subsys -o root -g root -m755 +install -v -d /var/run/courier -o courier -g courier -m755 && +install -v -d /var/lock/subsys -o root -g root -m755 -Build Courier as an unprivileged user -with the following commands: + Build Courier as an unprivileged user + with the following commands: -./configure --prefix=/usr --libexecdir=/usr/lib/courier \ +./configure --prefix=/usr --libexecdir=/usr/lib/courier \ --datadir=/usr/share/courier --sysconfdir=/etc/courier \ --localstatedir=/var/lib/courier --with-piddir=/var/run/courier \ --with-paranoid-smtpext --disable-autorenamesent \ --enable-workarounds-for-imap-client-bugs --with-db=gdbm && -make +make -Once again, become the root user and install -Courier with the following commands: + Once again, become the root + user and install Courier with the following + commands: -make install && -make install-configure +make install && +make install-configure - + - -Command explanations + + Command Explanations ---libexecdir=/usr/lib/courier: Specifies -the directory which contains programs and libraries that cannot be -directly executed from the command-line. + --libexecdir=/usr/lib/courier: Specifies + the directory which contains programs and libraries that cannot be + directly executed from the command-line. ---datadir=/usr/share/courier: Specifies the -directory where miscellaneous shell scripts, -Perl scripts, and data files will be -installed. + --datadir=/usr/share/courier: Specifies the + directory where miscellaneous shell scripts, + Perl scripts, and data files will be + installed. ---localstatedir=/var/spool/courier: -Specifies the directory that will hold the mail queue, and other -temporary data. + --localstatedir=/var/spool/courier: + Specifies the directory that will hold the mail queue, and other + temporary data. ---with-piddir=/var/run/courier: Specifies -the directory where Courier's -PID files are stored when -Courier is active. + --with-piddir=/var/run/courier: Specifies + the directory where Courier's + PID files are stored when + Courier is active. -: Be paranoid when -negotiating Courier-specific ESMTP extensions with -remote servers. The Courier mail server -defines and implements certain experimental ESMTP -extensions: XVERP and XEXDATA. Problems may result in the event that -someone else uses the same name to implement some other extension. If -this option is specified, Courier's -ESMTP server will also advertise a dummy -ESMTP capability called XCOURIEREXTENSIONS, and will -not recognize any Courier-specific extensions unless the remote mail -server also advertises this dummy ESMTP -capability. + --with-paranoid-smtpext: Be paranoid when + negotiating Courier-specific ESMTP extensions with remote servers. + The Courier mail server defines and implements + certain experimental ESMTP extensions: XVERP and XEXDATA. Problems may + result in the event that someone else uses the same name to implement + some other extension. If this option is specified, + Courier's ESMTP server will also advertise a + dummy ESMTP capability called XCOURIEREXTENSIONS, and will not recognize + any Courier-specific extensions unless the remote mail server also + advertises this dummy ESMTP capability. -: Do not rename the Sent -folder every month. This option can also be controlled by the -SQWEBMAIL_AUTORENAMESENT environment variable. + --disable-autorenamesent: Do not rename the + Sent folder every month. This option can also be controlled by the + SQWEBMAIL_AUTORENAMESENT environment variable. -: There -are several confirmed bugs in some IMAP clients that -do not properly implement the IMAP4rev1 protocol. -This option enables some workarounds for those buggy -IMAP clients. NOTE: make check -will fail if this option is used. You should first configure without -this option, and if all post-configuration tests succeed, rerun -configure with this option and recompile. + --enable-workarounds-for-imap-client-bugs: + There are several confirmed bugs in some IMAP clients that do not properly + implement the IMAP4rev1 protocol. This option enables some workarounds for + those buggy IMAP clients. NOTE: make check will fail if + this option is used. You should first configure without this option, and + if all post-configuration tests succeed, rerun configure with this option + and recompile. ---with-db=gdbm: -Courier requires either the -GDBM or the -DB database library. -GDBM is used if both are -present. This option forces the selection of -GDBM as courier is currently broken when used -with DB. + --with-db=gdbm: + Courier requires either the + GDBM or the DB + database library. GDBM is used if both are + present. This option forces the selection of + GDBM as Courier + is currently broken when used with DB. - + ---with-ispell=/usr/bin/aspell: -Courier's webmail server can use spell -checking, if configure finds -ispell or if you explicitly set the location -of aspell. + : + Courier's webmail server can use spell + checking, if configure finds + ispell or if you explicitly set the location + of aspell. ---enable-mimetypes=[location of mime.types -file]: Use this switch if you receive an error -saying that the mime.types file could not be found. - - + : Use this switch if you receive an error + saying that the mime.types file could not be + found. - -Configuring <application>Courier</application> - -/etc/courier/* + -Configuration Files -/etc/courier/* - + + Configuring Courier -Configuration Information + + Configuration Files -While still as root, you will need to create the following files with -the contents specified. + /etc/courier/* -/etc/courier/defaultdomain + + /etc/courier/* + -cat > /etc/courier/defaultdomain << "EOF" -[yourdomain] -EOF + -/etc/courier/me + + Configuration Information -cat > /etc/courier/me << "EOF" -[servername.yourdomain] -EOF + While still as root, + you will need to create the following files with the contents + specified. -/etc/courier/locals + /etc/courier/defaultdomain -cat > /etc/courier/locals << "EOF" -localhost -[yourdomain] -EOF +cat > /etc/courier/defaultdomain << "EOF" +[yourdomain] +EOF -/etc/courier/esmtpacceptmailfor.dir/system + /etc/courier/me -cat > /etc/courier/esmtpacceptmailfor.dir/system << "EOF" -localhost -[yourdomain] -EOF +cat > /etc/courier/me << "EOF" +[servername.yourdomain] +EOF -You will also need to edit the -/etc/courier/aliases/system file and change the -following entry. + /etc/courier/locals -postmaster: [your administrator email] +cat > /etc/courier/locals << "EOF" +localhost +[yourdomain] +EOF -If you want to deny access from some hosts from sending mail, you -will need to edit the -/etc/courier/smtpaccess/default file. + /etc/courier/esmtpacceptmailfor.dir/system -If you wish to host mail for non local domains including virtual -domains, you must add them to -/etc/courier/hosteddomains. This file should exist -whether you need a hosted domain list or not: +cat > /etc/courier/esmtpacceptmailfor.dir/system << "EOF" +localhost +[yourdomain] +EOF -touch /etc/courier/hosteddomains + You will also need to edit the + /etc/courier/aliases/system file and change the + following entry. -After the above steps are completed you will need to run the -following commands: +postmaster: [your administrator email] -makesmtpaccess && + If you want to deny access from some hosts from sending mail, + you will need to edit the + /etc/courier/smtpaccess/default file. + + If you wish to host mail for non local domains including virtual + domains, you must add them to + /etc/courier/hosteddomains. This file should exist + whether you need a hosted domain list or not: + +touch /etc/courier/hosteddomains + + After the above steps are completed you will need to run the + following commands: + +makesmtpaccess && makehosteddomains && -makealiases +makealiases -For each user, you will need to create a -Maildir directory: + For each user, you will need to create a + Maildir directory: -cd /home/[username] && +cd /home/[username] && maildirmake Maildir && -chown [username].[username] Maildir -R +chown [username].[username] Maildir -R -If you wish to use SSL with -Courier, you should obtain certificates and -store them in /usr/share/courier. You can -optionally create self-signed, test certificates with the following -commands: + If you wish to use SSL with Courier, + you should obtain certificates and store them in + /usr/share/courier. You can optionally create + self-signed, test certificates with the following commands: -mkesmtpdcert && +mkesmtpdcert && mkimapdcert && -mkpop3dcert +mkpop3dcert -All of Courier's configuration files reside -in the directory /etc/courier/. For -each service SMTP, POP3 and -IMAP, you will have a standard config file, and an -SSL config file. For each service that you -wish to utilize, you will need to edit the configuration file, and -change the [DAEMON]START variable from 'NO' to -'YES'. For example, to use SMTP with -SSL, you'll need to edit -/etc/courier/esmtpd-ssl and change the value of -'ESMTPDSSLSTART' to 'YES'. Make the same change for each service -configuration that you wish to use with -Courier. + All of Courier's configuration files reside + in the directory /etc/courier/. For + each service SMTP, POP3 and IMAP, you will have a standard config file, and + an SSL config file. For each service that you wish to utilize, you will + need to edit the configuration file, and change the + [DAEMON]START variable from 'NO' to 'YES'. For + example, to use SMTP with SSL, you'll need to edit + /etc/courier/esmtpd-ssl and change the value of + 'ESMTPDSSLSTART' to 'YES'. Make the same change for each service + configuration that you wish to use with + Courier. -If you wish to use LDAP, an -LDAP configuration file should be created: + If you wish to use LDAP, an LDAP configuration file should be + created: -echo "LDAPALIASDSTART=YES" > /etc/courier/ldapaliasd +echo "LDAPALIASDSTART=YES" > /etc/courier/ldapaliasd -Similarly, if you wish to use webmail, you should create the webmail -configuration file: + Similarly, if you wish to use webmail, you should create the webmail + configuration file: -echo "WEBMAILDSTART=YES" > /etc/courier/webmaild +echo "WEBMAILDSTART=YES" > /etc/courier/webmaild -You will also need to copy the webmail file from -/usr/lib/courier/courier/webmail to the -cgi-bin directory of your -Apache server. + You will also need to copy the webmail file + from /usr/lib/courier/courier/webmail to the + cgi-bin directory of your + Apache server. -cp -a /usr/lib/courier/courier/webmail/webmail /srv/www/cgi-bin +cp -v -a /usr/lib/courier/courier/webmail/webmail /srv/www/cgi-bin -You will then need to copy the images to a directory under your -htdocs directory of your -Apache server. The directory needs to be named -webmail or you need to specify it -during the configure phase with ---enable-imageurl=[URL]. + You will then need to copy the images to a directory under your + htdocs directory of your + Apache server. The directory needs to be named + webmail or you need to specify it + during the configure phase with + . -cp -a /usr/share/courier/sqwebmail/images /srv/www/htdocs/webmail +cp -v -a /usr/share/courier/sqwebmail/images /srv/www/htdocs/webmail -If you wish to utilze the webadmin utility, you will need to copy the -webadmin file from -/usr/lib/courier/courier/webmail -to your cgi-bin directory of your -Apache server. + If you wish to utilze the webadmin utility, you will need to copy + the webadmin file from + /usr/lib/courier/courier/webmail + to your cgi-bin directory of your + Apache server. -cp -a /usr/lib/courier/courier/webmail/webadmin /srv/www/cgi-bin +cp -v -a /usr/lib/courier/courier/webmail/webadmin /srv/www/cgi-bin -You also need to put the password into the file -/etc/courier/webadmin/password: + You also need to put the password into the file + /etc/courier/webadmin/password: -cat > /etc/courier/webadmin/password << "EOF" -[password] -EOF +cat > /etc/courier/webadmin/password << "EOF" +[password] +EOF -If you are not using SSL on your Apache - server, you will also need to add -/etc/courier/webadmin/unsecureok, so you will be able -to use your web based administration tool. + If you are not using SSL on your Apache + server, you will also need to add + /etc/courier/webadmin/unsecureok, so you will be + able to use your web based administration tool. -touch /etc/courier/webadmin/unsecureok +touch /etc/courier/webadmin/unsecureok -If you use Linux-PAM on your system, -you will need to create the PAM configuration files: + If you use Linux-PAM on your system, + you will need to create the PAM configuration files: -cat > /etc/pam.d/esmtp << "EOF" -# Begin /etc/pam.d/esmtp +cat > /etc/pam.d/esmtp << "EOF" +# Begin /etc/pam.d/esmtp auth required pam_unix.so try_first_pass account required pam_unix.so session required pam_unix.so -# End /etc/pam.d/esmtp -EOF -cat > /etc/pam.d/pop3 << "EOF" +# End /etc/pam.d/esmtp +EOF +cat > /etc/pam.d/pop3 << "EOF" # Begin /etc/pam.d/pop3 auth required pam_unix.so try_first_pass account required pam_unix.so session required pam_unix.so -# End /etc/pam.d/pop3 -EOF -cat > /etc/pam.d/imap << "EOF" -# Begin /etc/pam.d/imap +# End /etc/pam.d/pop3 +EOF +cat > /etc/pam.d/imap << "EOF" +# Begin /etc/pam.d/imap auth required pam_unix.so try_first_pass account required pam_unix.so session required pam_unix.so -# End /etc/pam.d/imap -EOF -cat > /etc/pam.d/webmail << "EOF" -# Begin /etc/pam.d/webmail +# End /etc/pam.d/imap +EOF +cat > /etc/pam.d/webmail << "EOF" +# Begin /etc/pam.d/webmail auth required pam_unix.so try_first_pass account required pam_unix.so session required pam_unix.so -# End /etc/pam.d/webmail -EOF +# End /etc/pam.d/webmail +EOF -Finally, if you wish to start the -Courier server at boot, install -the /etc/rc.d/init.d/courier bootscript included in the - package. - -courier + -make install-courier + + Boot Script - + Finally, if you wish to start the + Courier server at boot, install the + /etc/rc.d/init.d/courier bootscript included + in the package. + + + courier + + +make install-courier + + - + + Configuring for Virtual Users -Configuring for virtual users + These instructions will configure Courier + to lookup virtual users in a MySQL database. + Begin by making the following changes to + /etc/courier/authmysqlrc: -These instructions will configure Courier -to lookup virtual users in a MySQL database. -Begin by making the following changes to -/etc/courier/authmysqlrc: - -MYSQL_SERVER localhost +MYSQL_SERVER localhost MYSQL_USERNAME courier MYSQL_PASSWORD [your choice] MYSQL_SOCKET /var/run/mysql/mysql.sock @@ -402,16 +426,16 @@ MYSQL_DATABASE courier_mail MYSQL_USER_TABLE users MYSQL_CLEAR_PWFIELD clear DEFAULT DOMAIN [your domain] -MYSQL_QUOTA_FIELD quota +MYSQL_QUOTA_FIELD quota -Connect to MySQL: + Connect to MySQL: -mysql -p +mysql -p -Create the courier_mail database and setup -the users table: + Create the courier_mail database and setup + the users table: -CREATE DATABASE courier_mail; +CREATE DATABASE courier_mail; USE courier_mail CREATE TABLE users ( id char(128) DEFAULT '' NOT NULL, @@ -423,37 +447,39 @@ gid int(10) unsigned DEFAULT '65534' NOT NULL, home char(255) DEFAULT '' NOT NULL, quota char(255) DEFAULT '' NOT NULL, KEY id (id(128)) -); +); -Grant all priveledges to the courier user created earlier: + Grant all priveledges to the courier user created earlier: -GRANT ALL PRIVILEGES ON *.* TO courier@localhost \ +GRANT ALL PRIVILEGES ON *.* TO courier@localhost \ IDENTIFIED BY '[password]' WITH GRANT OPTION; -QUIT +QUIT -Create a virtual mailman user and group: -groupadd -g 9000 vmailman && -useradd -c 'Virtual Mailman' -g vmailman -m -k /dev/null -u 9000 vmailman + Create a virtual mailman user and group: -Create a mail directory for a new virtual user: +groupadd -g 9000 vmailman && +useradd -c 'Virtual Mailman' -g vmailman -m -k /dev/null -u 9000 vmailman -cd /home/vmailman && + Create a mail directory for a new virtual user: + +cd /home/vmailman && mkdir [virtual_user] && cd [virtual_user] && maildirmake Maildir && -chown vmailman.vmailman Maildir -R +chown vmailman.vmailman Maildir -R -Now, connect the the MySQL database as -the courier user: + Now, connect the the MySQL database as + the courier user: -mysql -u courier -p +mysql -u courier -p -To add the virtual user you need to enter at least one version of the -password either clear text or encrypted. + To add the virtual user you need to enter at least one version of the + password either clear text or encrypted. -Add the first virtual user with the following commands: + Add the first virtual user with the following commands: -USE courier_mail +USE courier_mail INSERT INTO users VALUES ( '[virtual_users]@[domain.com], '[encrypted password or blank]', @@ -464,11 +490,11 @@ INSERT INTO users VALUES ( '[location of Maildir]', '[Quota in Bytes'] ); -QUIT +QUIT -For example: + For example: -INSERT INTO users VALUES ( +INSERT INTO users VALUES ( 'blfsuser@linuxfromscratch.org', '', 'password', @@ -477,476 +503,566 @@ QUIT 9000, '/home/vmailman/blfsuser', '' -); +); - + - + - -Contents + + Contents - -Installed Programs -Installed Directories - -addcr, authenumerate, cancelmsg, courier, courier-config, -courieresmtpd, courierfilter, courierlogger, couriermlm, couriertcpd, -couriertls, deliverquota, dotforward, esmtpd, esmtpd-msa, esmtpd-ssl, -filterctl, imapd, imapd-ssl, lockmail, mailbot, maildiracl, maildirkw, -maildirmake, maildrop, mailq, makeacceptmailfor, makealiases, makedat, -makehosteddomains, makemime, makepercentrelay, makesmtpaccess, -makesmtpaccess-msa, makeuserdb, makeuucpneighbors, mimegpg, -mkesmtpdcert, mkimapdcert, mkpop3dcert, pop3d, pop3d-ssl, preline, -pw2userdb, reformail, reformime, rmail, sendmail, sharedindexinstall, -sharedindexsplit, showconfig, showmodules, testmxlookup, userdb, -userdbpw, vchkpw2userdb, webgpg, webmaild + + Installed Programs + Installed Libraries + Installed Directories -/etc/courier, /usr/lib/courier, /usr/share/courier, /var/lib/courier, -/var/lock/subsys, /var/run/courier and /var/spool/courier + + addcr, authenumerate, cancelmsg, courier, courier-config, + courieresmtpd, courierfilter, courierlogger, couriermlm, couriertcpd, + couriertls, deliverquota, dotforward, esmtpd, esmtpd-msa, esmtpd-ssl, + filterctl, imapd, imapd-ssl, lockmail, mailbot, maildiracl, maildirkw, + maildirmake, maildrop, mailq, makeacceptmailfor, makealiases, makedat, + makehosteddomains, makemime, makepercentrelay, makesmtpaccess, + makesmtpaccess-msa, makeuserdb, makeuucpneighbors, mimegpg, + mkesmtpdcert, mkimapdcert, mkpop3dcert, pop3d, pop3d-ssl, preline, + pw2userdb, reformail, reformime, rmail, sendmail, sharedindexinstall, + sharedindexsplit, showconfig, showmodules, testmxlookup, userdb, + userdbpw, vchkpw2userdb, webgpg, and webmaild + None + /etc/courier, /usr/lib/courier, /usr/share/courier, /var/lib/courier, + /var/lock/subsys, /var/run/courier, and /var/spool/courier + + - - + + Short Descriptions + + - -Short Descriptions - + + cancelmsg + + removes a message from the mail queue. + + cancelmsg + + + - -cancelmsg -removes a message from the mail queue. - -cancelmsg - - + + courier + + is an administrative command used to control the + Courier scheduling engine. + + courier + + + - -courier -is an administrative command used to control the -Courier scheduling engine. - -courier - - + + courierfax + + sends email messages by fax. + + courierfax + + + - -courierfax -sends email messages by fax. - -courierfax - - + + courierfilter + + starts and stops all mail filters installed by + filterctl. + + courierfilter + + + - -courierfilter -starts and stops all mail filters installed by -filterctl. - -courierfilter - - + + courierldapaliasd + + supports mail address aliasing using an LDAP directory. + + courierldapaliasd + + + - -courierldapaliasd -supports mail address aliasing using an LDAP directory. - -courierldapaliasd - - + + courierlogger + + captures error messages from other + Courier applications and forwards them + to the system logger. + + courierlogger + + + - -courierlogger -captures error messages from other -Courier applications and forwards them to -the system logger. - -courierlogger - - + + couriermlm + + sets up, maintains, and manages mailing lists. + + couriermlm + + + - -couriermlm -sets up, maintains, and manages mailing lists. - -couriermlm - - + + courierperlfilter + + is a sample filter written in + Perl. + + courierperlfilter + + + - -courierperlfilter -is a sample filter written in -Perl. - -courierperlfilter - - + + courierpop3d + + is a Courier + POP3 server. + + courierpop3d + + + - -courierpop3d -is a Courier -POP3 server. - -courierpop3d - - + + courierpop3login + + reads the POP3 userid and password and + passes them to the authentication modules. + + courierpop3login + + + - -courierpop3login -reads the POP3 userid and password and -passes them to the authentication modules. - -courierpop3login - - + + couriertcpd + + accepts incoming network connections, and runs other + Courier programs after establishing each + network connection. + + couriertcpd + + + - -couriertcpd -accepts incoming network connections, and runs other -Courier programs after establishing each network -connection. - -couriertcpd - - + + couriertls + + is used by applications to encrypt a network connection + using SSL/TLS. + + couriertls + + + - -couriertls -is used by applications to encrypt a network connection -using SSL/TLS. - -couriertls - - + + dotforward + + is a compatibility module that reads forwarding + instructions in $HOME/.forward. + + dotforward + + + - -dotforward -is a compatibility module that reads forwarding -instructions in $HOME/.forward. - -dotforward - - + + dupfilter + + is a threaded filter that tries to block junk E-mail by + attempting to detect multiple copies of the same message, which + are rejected. + + dupfilter + + + - -dupfilter -is a threaded filter that tries to block junk E-mail by -attempting to detect multiple copies of the same message, which are -rejected. - -dupfilter - - + + esmtpd + + is a control script for courieresmtpd. + + esmtpd + + + - -esmtpd -is a control script for courieresmtpd. - -esmtpd - - + + esmtpd-msa + + is a control script for courieresmtpd, but adds message + submission port 587 for the MSA protocol. + + esmtpd-msa + + + - -esmtpd-msa -is a control script for courieresmtpd, but adds message -submission port 587 for the MSA protocol. - -esmtpd-msa - - + + filterctl + + installs or uninstalls global mail filters. + + filterctl + + + - -filterctl -installs or uninstalls global mail filters. - -filterctl - - + + imapd + + is the Courier-IMAP server. + + imapd + + + - -imapd -is the -Courier-IMAP -server. - -imapd - - + + lockmail + + is a helper utility for locking mailbox files. + + lockmail + + + - -lockmail -is a helper utility for locking mailbox files. - -lockmail - - + + mailbot + + is a MIME-aware autoresponder utility. + + mailbot + + + - -mailbot -is a MIME-aware autoresponder utility. - -mailbot - - + + maildiracl + + manages access control lists. + + maildiracl + + + - -maildiracl -manages access control lists. - -maildiracl - - + + maildirkw + + modifies Courier-IMAP compatible + maildir message keywords. + + maildirkw + + + - -maildirkw -modifies -Courier-IMAP compatible maildir -message keywords. - -maildirkw - - + + maildirmake + + creates maildirs, and maildir folders. + + maildirmake + + + - -maildirmake -creates maildirs, and maildir folders. - -maildirmake - - + + maildrop + + is a replacement local mail delivery agent that includes a + mail filtering language. + + maildrop + + + - -maildrop -is a replacement local mail delivery agent that includes a -mail filtering language. - -maildrop - - + + mailq + + displays a list of all messages that have not been + delivered yet. + + mailq + + + - -mailq -displays a list of all messages that have not been -delivered yet. - -mailq - - + + makeacceptmailfor + + builds a list of domains to accept mail for, from the + /etc/courier/esmtpacceptmailfor.dir + directory. + + makeacceptmailfor + + + - -makeacceptmailfor -builds a list of domains to accept mail for, from the -/etc/courier/esmtpacceptmailfor.dir -directory. - -makeacceptmailfor - - + + makealiases + + builds an alias database from one or more plain text + source files. + + makealiases + + + - -makealiases -builds an alias database from one or more plain text -source files. - -makealiases - - + + makedat + + is a utility to create GDBM or + DB files from plain text files. + + makedat + + + - -makedat -is a utility to create GDBM or -DB files from plain text files. - -makedat - - + + makehosteddomains + + rebuilds the contents of the hosteddomains database from the + contents of /etc/courier/hosteddomains. + + makehosteddomains + + + - -makehosteddomains -rebuilds the contents of the hosteddomains database from the -contents of /tools/etc/courier/hosteddomains. - -makehosteddomains - - + + makemime + + creates MIME-formatted messages from one + or more files. + + makemime + + + - -makemime -creates MIME-formatted messages from one -or more files. - -makemime - - + + makepercentrelay + + builds a list of %-relayed domains from the + percentrelay.dir directory. + + makepercentrelay + + + - -makepercentrelay -builds a list of %-relayed domains from the -percentrelay.dir directory. - -makepercentrelay - - + + makesmtpaccess + + builds ESMTP server access files from the + /etc/courier/smtpaccess + directory. + + makesmtpaccess + + + - -makesmtpaccess -builds ESMTP server access files from the -/etc/courier/smtpaccess -directory. - -makesmtpaccess - - + + makesmtpaccess-msa + + builds ESMTP server access files from the + /etc/courier/smtpaccess + directory. This esmtp list is for the MSA protocol. + + makesmtpaccess-msa + + + - -makesmtpaccess-msa -builds ESMTP server access files from the -/etc/courier/smtpaccess directory. -This esmtp list is for the MSA protocol. - -makesmtpaccess-msa - - + + makeuserdb + + builds a user/password db from the contents of /etc/courier/userdb. + + makeuserdb + + + - -makeuserdb -builds a user/password db from the contents -of /tools/etc/courier/userdb. - -makeuserdb - - + + mimegpg + + signs, encrypts, or decrypts MIME-formatted + email messages using GnuPG. + + mimegpg + + + - -mimegpg -signs, encrypts, or decrypts MIME-formatted -email messages using GnuPG. - -mimegpg - - + + mkesmtpdcert + + creates a secure SMTP test certificate. + + mkesmtpdcert + + + - -mkesmtpdcert -creates a secure SMTP test -certificate. - -mkesmtpdcert - - + + mkimapdcert + + creates a secure IMAP test certificate. + + mkimapdcert + + + - -mkimapdcert -creates a secure IMAP test -certificate. - -mkimapdcert - - + + mkpop3dcert + + creates a secure POP3 test certificate. + + mkpop3dcert + + + - -mkpop3dcert -creates a secure POP3 test -certificate. - -mkpop3dcert - - + + pop3d + + is a wrapper script for couriertcpd to + start and stop the POP3 service. + + pop3d + + + - -pop3d -is a wrapper script for couriertcpd to -start and stop the POP3 service. - -pop3d - - + + pop3d-ssl + + is a wrapper script for couriertcpd to + start and stop the POP3 over SSL service. + + pop3d-ssl + + + - -pop3d-ssl -is a wrapper script for couriertcpd to -start and stop the POP3 over SSL -service. - -pop3d-ssl - - + + preline + + prepends legacy mbox headers to mail + messages. + + preline + + + - -preline -prepends legacy mbox headers to mail -messages. - -preline - - + + reformail + + reads a message on standard input, reformats it in some + way, and writes the message to standard output. + + reformail + + + - -reformail -reads a message on standard input, reformats it in some -way, and writes the message to standard output. - -reformail - - + + reformime + + is a utility for reformatting MIME messages. + + reformime + + + - -reformime -is a utility for reformatting MIME -messages. - -reformime - - + + sendmail + + reads an email message and delivers the message to its + recipients. + + sendmail + + + - -sendmail -reads an email message and delivers the message to its -recipients. - -sendmail - - + + submit + + submits messages to Courier for + processing. + + submit + + + - -submit -submits messages to Courier for -processing. - -submit - - + + testmxlookup + + lists the names and IP addresses of mail + relays that receive mail for the domain. + + testmxlookup + + + - -testmxlookup -lists the names and IP addresses of mail -relays that receive mail for the domain. - -testmxlookup - - + + userdb + + is a script to individually manipulate entries in + /etc/courier/userdb. + + userdb + + + - -userdb -is a script to individually manipulate entries in -/tools/etc/courier/userdb. - -userdb - - + + userdbpw + + reads a single line of text on standard input, encrypts + it, and prints the encrypted result to standard output. + + userdbpw + + + - -userdbpw -reads a single line of text on standard input, encrypts -it, and prints the encrypted result to standard output. - -userdbpw - - - + - + -