patch.html #1

  • //
  • guest/
  • bryan_costales/
  • docs/
  • sendmail/
  • patch.html
  • View
  • Commits
  • Open Download .zip Download (380 B)
<html>
<body>
<h2>Patch sendmail</h2>
Currently there is only one small patch for sendmail needed,
and it is very simple to install:
<ul><code><div>
% cd patches<br>
% cp illegalpipe.patch /tmp/patch<br>
% cd /usr/local/src/mail/sendmail/sendmail-8.12.10/sendmail<br>
% patch -p < /tmp/patch
</div></code></ul>
This patch works for both V8.12 and v8.13 sendmail.
</body>
</html>	
# Change User Description Committed
#1 3998 bryan_costales Brought the whole distribution up to V0.9
Added a huge abount of documentation.
Added slowedit find
Created startup scripts to launch for testing
Fixed numerous bugs.
Fixed a few portablity issues.
Installed hooks for whitelisting and IP aliases.