- install share/sendmail/cf/* files even when NOPORTDOCS [1], ports/57784
- Use of DOCSDIR [2]
- use varibale paths in pkg-message [2]
- make portlint happier [2]
PR: 57781, 57784
Submitted by: lxv@send2pr.sink.omut.org [1], dinoex [2]
The current sendmail port (mail/sendmail) does not allow to build
build sendmail with smtps support (SSL but not STARTTLS).
This mode is required by some MUA (ex. the only way to enable
encryption in MS Outlook Express is to use smtps).
PR: 51029
Submitted by: and@rsu.ru
- add some patches submitted by Stephane Lentz,
from http://www.sendmail.org/~ca/email/sm-812.html
- If you use Cyrus-SASLv2 and DIGEST-MD5 then transferring larger messages
- MSP might complain during a queue run about "MX list for ... points back to ...".
- 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.
Add patches:
----- MEDIUM -----
mikea@kconline.com:
Sendmail 8.12.x has an implementation bug in the milter
code that causes the milter daemons to fail when they
are bombarded with 20-30 messages from a mail server.
mail sendmail[82323]: g1N53lNY082323: Milter
(milter-amavis): select(read): Interrupted system call
The patch available at the link above definitely fixes the Milter timeout
problem. Before applying the patch, I would see this every 5 to 15 minutes
in our logs.
here hasn't been another one since I applied the patch 5 hours ago.
----- LOW -----
dionex@freebsd.org:
Fix SafeFileEnv, it won't work if configured up with a trailing '/'
-----
PR: 35363
Submitted by: mikea@kconline.com,dinoex