diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-04-06 08:17:34 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-04-06 08:17:34 +0000 |
commit | 6274ac19e2c221d7f1e5b53ae3ed32a7b70d18ba (patch) | |
tree | 9cd984b0838e9e94483300579dbff34d8bbf4038 /mail/sendmail/pkg-message | |
parent | 7845ea478eda67cc568da5336db46eef379cc1a1 (diff) | |
download | FreeBSD-ports-6274ac19e2c221d7f1e5b53ae3ed32a7b70d18ba.zip FreeBSD-ports-6274ac19e2c221d7f1e5b53ae3ed32a7b70d18ba.tar.gz |
- Update to new release: sendmail-8.12.3
- Patches removed that are now in the distribution
- More MILTER dokumentation
- sm-client.sh.sample have now 'restart' command.
- Add standalone startupscript for all sendmail deamons
- Update pkg-message
This version fixes a long-standing MIME (7 to 8-bit) conversion bug
and several smaller problems, e.g., a possible communication problem
between the MTA and libmilter, a bug in handling (invalid) addresses
containing 8-bit characters, a possible problem with small timeouts
being lost on slow machines if itimers are used, and the handling of
the 421 reply code and timeouts in the SMTP delivery code. There are
two changes in the msp feature that may change the behavior: MX lookups
are turned on for the SMTP mailers and hence `[localhost]' is used as
default instead of `localhost', and confTIME_ZONE is set to USE_TZ in
submit.mc. A complete list of changes can be found in the release notes.
Diffstat (limited to 'mail/sendmail/pkg-message')
-rw-r--r-- | mail/sendmail/pkg-message | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/sendmail/pkg-message b/mail/sendmail/pkg-message index e58214c..376f77d 100644 --- a/mail/sendmail/pkg-message +++ b/mail/sendmail/pkg-message @@ -7,9 +7,12 @@ $ make submit.cf you should add in /etc/make.conf: SENDMAIL_CF_DIR= %%PREFIX%%/share/sendmail/cf -To active the delivery from the local submission queue see: +To activate only the delivery from the local submission queue see: %%PREFIX%%/etc/rc.d/sm-client.sh.sample +To activate all sendmail processes see: +%%PREFIX%%/etc/rc.d/sendmail.sh.sample + To deliver all local mail to your mailhub, edit the last line of submit.mc: FEATURE(`msp','mailhub.do.main`)dnl |