716bc6aa4a
- Fix LDAP support build problems - CONFLICTS has been expanded - WITH_GHOSTSCRIPT_AFPL support has been changed to honor GSPORT - WITH_TRANSPORT+=uucp changed since uucp is no longer part of the base system and NOUUCP is no longer a /etc/make.conf tunable for buildworld - WITH_EXPECT not being set now adds --disable-changepass which causes the suid authdaemon.passwd to not be installed. - devel/fam dependency is now non-optional since the port will use the library if it finds it regardless of one's intention to use it or not. For instance if libfam is installed and one doe not want it used by courier but chosses the WITH_LDAP support than libfam will get sucked in as well. Then the user deletes fam and courier breaks because the user had no idea courier depended on it. So until courier gets a configure --without-fam tunable this should be a mandatory dependency. - and last but not least etc/rc.d/courier.sh startup script has been rewritten to work with rc.subr which allows one to move it to /etc/rc.d/courier and have it just work. :) PR: 61112 Submitted by: Yarema <yds@CoolRat.org>
50 lines
1.6 KiB
Plaintext
50 lines
1.6 KiB
Plaintext
RTFM before configuring and running Courier!!!
|
|
|
|
Check and/or modify the following configuration files to
|
|
suit your needs:
|
|
|
|
%%PREFIX%%/etc/courier/authdaemonrc
|
|
%%PREFIX%%/etc/courier/authldaprc
|
|
%%PREFIX%%/etc/courier/authmysqlrc
|
|
%%PREFIX%%/etc/courier/authpgsqlrc
|
|
%%PREFIX%%/etc/courier/courierd
|
|
%%PREFIX%%/etc/courier/esmtpd
|
|
%%PREFIX%%/etc/courier/esmtpd-msa
|
|
%%PREFIX%%/etc/courier/esmtpd-ssl
|
|
%%PREFIX%%/etc/courier/faxcoverpage.tr
|
|
%%PREFIX%%/etc/courier/faxnotifyrc
|
|
%%PREFIX%%/etc/courier/faxrc
|
|
%%PREFIX%%/etc/courier/imapd
|
|
%%PREFIX%%/etc/courier/imapd-ssl
|
|
%%PREFIX%%/etc/courier/ldapaddressbook
|
|
%%PREFIX%%/etc/courier/ldapaliasrc
|
|
%%PREFIX%%/etc/courier/pop3d
|
|
%%PREFIX%%/etc/courier/pop3d-ssl
|
|
|
|
Note that some of the configuration files might not exist
|
|
depending on which authentication services you chose to
|
|
omit.
|
|
|
|
Do not forget to update /etc/pam.d/ or /etc/pam.conf with
|
|
the contents of %%PREFIX%%/etc/courier/*.authpam.
|
|
|
|
To enable Courier-MTA to start at boot time,
|
|
set these variables in your /etc/rc.conf file:
|
|
|
|
courier_enable="YES"
|
|
sendmail_enable="NONE"
|
|
|
|
Also, you will want to disable some Sendmail
|
|
specific daily maintenance routines in your
|
|
/etc/periodic.conf file:
|
|
|
|
daily_clean_hoststat_enable="NO"
|
|
daily_status_mail_rejects_enable="NO"
|
|
daily_status_include_submit_mailq="NO"
|
|
daily_submit_queuerun="NO"
|
|
|
|
Documentation (if installed locally) is located in
|
|
%%PREFIX%%/share/doc/courier/ otherwise see
|
|
http://www.Courier-MTA.org/
|
|
|