2010-07-18 |
meillo |
replaced the MD5 implementation with the one of Solar Designer
|
2010-07-18 |
meillo |
added newlines to the end of log and debug messages where missing
|
2010-07-18 |
meillo |
removed commented code and replaced // by /* */
|
2010-07-16 |
meillo |
default listen_addresses: use 127.0.0.1 instead of `localhost'
|
2010-07-16 |
meillo |
REMOVED MAILDIR SUPPORT
|
2010-07-16 |
meillo |
removed the --disable-smtp-server configure option
|
2010-07-16 |
meillo |
removed --with-glib-static configure option
|
2010-07-16 |
meillo |
added docs/howto-static-linking
|
2010-07-16 |
meillo |
removed dns_getname() which was already commented
|
2010-07-16 |
meillo |
reworked resolvtest; let it build; refactored in lookup.c
|
2010-07-16 |
meillo |
generated Makefile.in to install THANKS file
|
2010-07-16 |
meillo |
the goal is to have less config options
|
2010-07-16 |
meillo |
added comment: TODO file may not be up-to-date
|
2010-07-16 |
meillo |
moved the CREDITS section from README to THANKS
|
2010-07-16 |
meillo |
There was still a /usr/sbin/masqmail path
|
2010-07-15 |
meillo |
specified group by name; added path to --with-glib-static
|
2010-07-15 |
meillo |
typographic fix: alignments in configure -h
|
2010-07-15 |
meillo |
REMOVED POP3 SUPPORT
|
2010-07-15 |
meillo |
further pop3_login stuff I forgot to remove
|
2010-07-15 |
meillo |
forgot to remove the pop3_login option in conf.c in the last commit
|
2010-07-15 |
meillo |
removed the pop-before-smtp (smtp-after-pop) function
|
2010-07-14 |
meillo |
refactoring and simplifications in mservdetect
|
2010-07-14 |
meillo |
improved mservdetect in various ways
|
2010-07-14 |
meillo |
added two setup guides
|
2010-07-14 |
meillo |
improved INSTALL (2nd sendmail link)
|
2010-07-14 |
meillo |
added an example route config with encryption
|
2010-07-14 |
meillo |
improved and simplified the example config
|
2010-07-14 |
meillo |
added a development helper script to update the date and version in man pages
|
2010-07-14 |
meillo |
added comments on how to compile with glib-1.2
|
2010-07-14 |
meillo |
do *not* use the openssl option -crlf in a wrapper command
|
2010-07-14 |
meillo |
added comments to deliver.c (stuff to check)
|
2010-07-14 |
meillo |
removed `remote_port' config option
|
2010-07-14 |
meillo |
better debug logging of outgoing SMTP dialogs
|
2010-07-14 |
meillo |
fixed a small typo in the debug output
|
2010-07-14 |
meillo |
merge
|
2010-07-14 |
meillo |
Documentation improvements in the INSTALL file and some man pages
|
2010-07-14 |
meillo |
Fix handling of --with-liblockfile=no or --without-liblockfile
|
2010-07-13 |
meillo |
merge
|
2010-07-13 |
meillo |
documented the wrapper option of route files better
|
2010-07-13 |
meillo |
merge
|
2010-07-13 |
meillo |
added a missing #include <sys/stat.h>
|
2010-07-13 |
meillo |
merge
|
2010-07-13 |
meillo |
write a log message when the daemon starts up
|
2010-07-08 |
meillo |
moved the PPP setup documentation from INSTALL to an own file
|
2010-07-08 |
meillo |
updated and improved INSTALL
|
2010-07-08 |
meillo |
removed the mserver feature
|
2010-07-08 |
meillo |
disabled POP3 support by default
|
2010-07-08 |
meillo |
guess-hostname: ordered guesses by quality
|
2010-07-08 |
meillo |
listen per default on localhost:25 now
|
2010-07-08 |
meillo |
added a script to guess the host's name
|
2010-07-08 |
meillo |
next version will be 0.3.0
|
2010-07-08 |
meillo |
documented that online_pipe must contain an absolute path
|
2010-07-08 |
meillo |
local_hosts defaults to localhost;foo;foo.example.org now
|
2010-07-08 |
meillo |
require host_name to be set in config file
|
2010-07-08 |
meillo |
shut down on errors reading config file
|
2010-07-08 |
meillo |
merge
|
2010-07-07 |
meillo |
local_hosts defaults to `localhost' now
|
2010-07-07 |
meillo |
mail_dir defaults to /var/mail now
|
2010-07-07 |
meillo |
default values for logdir and spooldir
|
2010-07-07 |
meillo |
Added tag 0.2.25 for changeset 115d3c92493b
|
2010-07-07 |
meillo |
updated ChangeLog and NEWS
0.2.25
|
2010-07-07 |
meillo |
moved rmail from bin (man1) to sbin (man8)
|
2010-07-07 |
meillo |
improved the Makefile (check diff for details)
|
2010-07-07 |
meillo |
small fix in Makefile if dirs do not exist
|