2005-08-05 22:41:04 by Adrian Portelli | Files touched by this commit (4) |
Log message:
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-02 23:39:07 by Adrian Portelli | Files touched by this commit (9) |
Log message:
- 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-07-28 15:27:46 by Adrian Portelli | Files touched by this commit (1) |
Log message:
- If we are not doing an SSL enabled build set ac_cv_header_openssl_ssl_h=no
so that sendmailX does not run off, spot openssl and then get its self
in a mess realising we have actaully disabled it.
|
2005-07-28 13:34:03 by Adrian Portelli | Files touched by this commit (8) |
Log message:
- 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-27 18:04:22 by Adrian Portelli | Files touched by this commit (6) | |
Log message:
create log files with correct permissions
fix PLIST
update TODO
fix files/Makefile references
fix typos in files/sendmailx.sh
specify logging directory on startup
absolute reference to socket directories in smx.conf
fix typo in smx.conf
|
2005-07-27 02:09:01 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Merge with examples from sendmailX doco
Tidy up syntax
|
2005-07-20 02:21:01 by Adrian Portelli | Files touched by this commit (4) |
Log message:
- add documentation
- add proper statup script (untested)
|
2005-07-20 00:49:42 by Adrian Portelli | Files touched by this commit (6) |
Log message:
- Move from sasl2 => sasl in options.mk
- Update the TODO
- Move mt creation out of the INSTALL to ${FILESDIR}
|
2005-07-19 03:44:49 by Adrian Portelli | Files touched by this commit (8) |
Log message:
- Add mostly working INSTALL to mimic sm.setup. It's not fully replicating
it, but is mostly there.
- Add sample files installed by sm.setup (Makefile, aliases and smx.conf)
- Add very raw and non-customised startup script
|
2005-07-18 21:13:20 by Adrian Portelli | Files touched by this commit (4) |
Log message:
- Move back to using pkgsrc db4
- Use "tls" as opposed to "starttls" (schmonz@ in private email)
- Add stub INSTALL file that will be used later
|