Commit graph

5 commits

Author SHA1 Message Date
Adrian Portelli
ec6bce4822 Update to Alpha10.0
No need for a "make check" as we now know exactly what tools we need and
 how to build them.
2005-08-05 20:41:03 +00:00
Adrian Portelli
7e7b242775 - Update to 0.0.Alpha9.0
- Startup script now 1/2 works as in it will start the daemon but not stop it :)
- Update smx.conf for 0.0.Alpha9.0
- Add MESSAGE
- Add local hostname to mt via INSTALL
2005-08-02 21:39:07 +00:00
Adrian Portelli
bc3526ec6a - Add a post build make target of "make check" to build the tools as
we need some of them.  This does not do a full "make check" it just builds
  the tools.  See patch-ac.
- One of the options in smx.conf (CDB_gid) requires the GID of the smx group
  and as this could change from system to system we do this via the INSTALL
  script using a tool supplied by sendmailX.  It's a bit messy but looks to
  work OK and the package remains portable.  Hopefully, at some point in time
  they will swap to using the group name as opposed to a GID.
- Fix the phreads detection for 1.x and 2.x. sendmailX should now spot
  native threads on 2.x and GNu Pth on 1.x.
- Initial testing on 1.x shows the build crashing with OpenSSL errors on a
  "make check".  For the moment I'd suggest building without OpenSSL support
  on 1.x untill this can be looked into fully.
2005-07-28 11:33:59 +00:00
Adrian Portelli
a620fdb944 - Update to 0.0.8
- Note that sendmailX now comes with it's own hacked copy of db.  This shouldn't
  conflict with the other db* packages in pkgsrc.  However, I don't know
  how other packages may react when they see two version on db4 in the same
  directory.  You have been warned.
- Removed db4 dependency.
- Don't run the sendmail setup script on completion.
2005-07-18 13:22:07 +00:00
Adrian Portelli
3fab7ce6a6 sendmail X is a modularized message transfer system consisting of five
(or more) persistent processes, four of which are multi-threaded. A central
queue manager controls SMTP servers and SMTP clients to receive and send
e-mails, an address resolver provides lookups in various maps including DNS
for mail routing, and a main control program starts the others processes and
watches over their execution. The queue manager organizes the flow of messages
through the system and provides measures to avoid overloading the local or
remote systems by implementing a central control instance.

sendmail X.0 is intended to be used as a secure and efficient mail gateway. It
does not provide any mail content modification capabilities, e.g., address
masquerading.
2005-06-21 21:37:58 +00:00