From aa8ca77702002179cdaa0e5196b0c039fcabb429 Mon Sep 17 00:00:00 2001 From: Graeme Walker Date: Mon, 27 Aug 2007 12:00:00 +0000 Subject: [PATCH] v1.6 --- COPYING | 846 +++++++---- ChangeLog | 20 + INSTALL | 41 +- Makefile.am | 22 +- Makefile.in | 13 +- README | 10 +- README.windows | 1 + acinclude.m4 | 68 +- aclocal.m4 | 2 +- bin/Makefile.am | 26 +- bin/Makefile.in | 95 +- bin/emailrelay-deliver.sh_ | 13 +- bin/emailrelay-notify.sh_ | 13 +- bin/emailrelay-process.sh_ | 13 +- bin/emailrelay-resubmit.js | 13 +- bin/emailrelay-resubmit.sh_ | 13 +- bin/emailrelay-runperl.js | 13 +- bin/emailrelay-submit.sh_ | 13 +- bin/emailrelay.sh_ | 135 +- bin/expand.sh_ | 13 +- bin/mu2docbook.sh_ | 13 +- bin/mu2html.sh_ | 13 +- bin/txt2html.sh_ | 13 +- bin/txt2mu.sh_ | 13 +- config.h.in | 18 +- configure | 48 +- configure.ac | 42 +- doc/Makefile.am | 50 +- doc/Makefile.in | 40 +- doc/auth.png | Bin 33511 -> 7439 bytes doc/developer.txt | 173 ++- doc/emailrelay-man.html | 56 +- doc/emailrelay-passwd.1 | 13 +- doc/emailrelay-poke.1 | 13 +- doc/emailrelay-submit.1 | 13 +- doc/emailrelay.1 | 45 +- doc/emailrelay.css | 75 +- doc/gnet-classes.png | Bin 17797 -> 61096 bytes doc/gsmtp-classes.png | Bin 31334 -> 62960 bytes doc/gsmtp-scannerclient.png | Bin 10361 -> 0 bytes doc/index.html | 2 +- doc/reference.txt | 147 +- doc/sequence-1.png | Bin 3409 -> 0 bytes doc/sequence-2.png | Bin 4485 -> 0 bytes doc/sequence-3.png | Bin 3319 -> 7252 bytes doc/sequence-4.png | Bin 4332 -> 0 bytes doc/userguide.txt | 416 +++--- doc/windows.txt | 42 +- emailrelay.spec | 58 +- etc/Makefile.am | 17 +- etc/Makefile.in | 54 +- etc/emailrelay.conf.template | 15 +- lib/Makefile.am | 13 +- lib/Makefile.in | 3 +- lib/gcc2.95/Makefile.am | 13 +- lib/gcc2.95/Makefile.in | 3 +- lib/gcc2.95/iostream | 13 +- lib/gcc2.95/limits | 13 +- lib/gcc2.95/sstream | 13 +- lib/gcc2.95/xlocale | 13 +- lib/msvc6.0/Makefile.am | 13 +- lib/msvc6.0/Makefile.in | 3 +- lib/msvc6.0/cmath | 13 +- lib/msvc6.0/cstddef | 13 +- lib/msvc6.0/cstdio | 13 +- lib/msvc6.0/cstdlib | 13 +- lib/msvc6.0/cstring | 13 +- lib/msvc6.0/ctime | 13 +- lib/sunpro5/Makefile.am | 13 +- lib/sunpro5/Makefile.in | 3 +- lib/sunpro5/xar | 13 +- src/Makefile.am | 13 +- src/Makefile.in | 3 +- src/emailrelay.dsw | 214 +-- src/glib/Makefile.am | 27 +- src/glib/Makefile.in | 30 +- src/glib/garg.cpp | 71 +- src/glib/garg.h | 37 +- src/glib/garg_unix.cpp | 13 +- src/glib/garg_win32.cpp | 15 +- src/glib/gassert.h | 13 +- src/glib/gcleanup.h | 16 +- src/glib/gcleanup_unix.cpp | 24 +- src/glib/gcleanup_win32.cpp | 15 +- src/glib/gconvert.h | 16 +- src/glib/gcounter.cpp | 29 + src/glib/gcounter.h | 110 ++ src/glib/gdaemon.h | 13 +- src/glib/gdaemon_unix.cpp | 15 +- src/glib/gdaemon_win32.cpp | 15 +- src/glib/gdate.cpp | 17 +- src/glib/gdate.h | 13 +- src/glib/gdatetime.cpp | 13 +- src/glib/gdatetime.h | 20 +- src/glib/gdatetime_unix.cpp | 13 +- src/glib/gdatetime_win32.cpp | 13 +- src/glib/gdebug.h | 13 +- src/glib/gdef.h | 23 +- src/glib/gdirectory.cpp | 62 +- src/glib/gdirectory.h | 67 +- src/glib/gdirectory_unix.cpp | 54 +- src/glib/gdirectory_win32.cpp | 17 +- src/glib/gexception.cpp | 13 +- src/glib/gexception.h | 15 +- src/glib/{gexe.cpp => gexecutable.cpp} | 42 +- src/glib/{gexe.h => gexecutable.h} | 30 +- src/glib/gexecutable_unix.cpp | 33 + src/glib/gexecutable_win32.cpp | 49 + src/glib/gfile.cpp | 62 +- src/glib/gfile.h | 34 +- src/glib/gfile_unix.cpp | 58 +- src/glib/gfile_win32.cpp | 35 +- src/glib/gfs.h | 13 +- src/glib/gfs_unix.cpp | 13 +- src/glib/gfs_win32.cpp | 13 +- src/glib/ggetopt.cpp | 60 +- src/glib/ggetopt.h | 38 +- src/glib/gidentity.h | 28 +- src/glib/gidentity_unix.cpp | 34 +- src/glib/gidentity_win32.cpp | 29 +- src/glib/glog.cpp | 15 +- src/glib/glog.h | 13 +- src/glib/glogoutput.cpp | 155 +- src/glib/glogoutput.h | 86 +- src/glib/glogoutput_unix.cpp | 17 +- src/glib/glogoutput_win32.cpp | 23 +- src/glib/gmd5.h | 18 +- src/glib/gmd5_native.cpp | 13 +- src/glib/gmemory.h | 17 +- src/glib/gnoncopyable.h | 13 +- src/glib/gpath.cpp | 110 +- src/glib/gpath.h | 41 +- src/glib/gpidfile.cpp | 102 +- src/glib/gpidfile.h | 20 +- src/glib/gprocess.h | 29 +- src/glib/gprocess_unix.cpp | 87 +- src/glib/gprocess_win32.cpp | 38 +- src/glib/gregistry.h | 171 --- src/glib/gregistry_win32.cpp | 383 ----- src/glib/groot.cpp | 29 +- src/glib/groot.h | 27 +- src/glib/gsetter.h | 13 +- src/glib/gsignalsafe.h | 39 + src/glib/gsleep.h | 37 + src/glib/gslot.cpp | 13 +- src/glib/gslot.h | 99 +- src/glib/gstatemachine.h | 54 +- src/glib/gstr.cpp | 209 ++- src/glib/gstr.h | 111 +- src/glib/gstrings.h | 13 +- src/glib/gtest.cpp | 49 + src/glib/gtest.h | 44 + src/glib/gtime.cpp | 13 +- src/glib/gtime.h | 13 +- src/glib/gxtext.cpp | 13 +- src/glib/gxtext.h | 13 +- src/glib/md5.cpp | 27 +- src/glib/md5.h | 13 +- src/glib/mingw.mak | 23 +- src/gnet/Makefile.am | 88 +- src/gnet/Makefile.in | 115 +- src/gnet/gaddress.h | 13 +- src/gnet/gaddress_ip.cpp | 13 +- src/gnet/gaddress_ipv4.cpp | 107 +- src/gnet/gaddress_ipv6.cpp | 51 +- src/gnet/gbufferedclient.cpp | 85 ++ src/gnet/gbufferedclient.h | 87 ++ src/gnet/gbufferedserverpeer.cpp | 101 ++ src/gnet/gbufferedserverpeer.h | 98 ++ src/gnet/gclient.cpp | 562 +------ src/gnet/gclient.h | 183 +-- src/gnet/gclientbaseimp.h | 58 - src/gnet/gclientptr.h | 270 ++++ src/gnet/gconnection.cpp | 13 +- src/gnet/gconnection.h | 13 +- src/gnet/gdescriptor.h | 13 +- src/gnet/gdescriptor_unix.cpp | 13 +- src/gnet/gdescriptor_win32.cpp | 13 +- src/gnet/gevent.h | 13 +- src/gnet/geventhandler.cpp | 116 +- src/gnet/geventhandler.h | 93 +- src/gnet/geventloop.cpp | 15 +- src/gnet/geventloop.h | 20 +- src/gnet/geventloop_unix.cpp | 175 ++- src/gnet/geventloop_win32.cpp | 52 +- src/gnet/geventserver.cpp | 74 - src/gnet/geventserver.h | 66 - src/gnet/gheapclient.cpp | 84 ++ src/gnet/gheapclient.h | 95 ++ src/gnet/glinebuffer.cpp | 22 +- src/gnet/glinebuffer.h | 17 +- src/gnet/glocal.cpp | 17 +- src/gnet/glocal.h | 13 +- src/gnet/glocal_unix.cpp | 39 +- src/gnet/glocal_win32.cpp | 40 +- src/gnet/gmonitor.cpp | 19 +- src/gnet/gmonitor.h | 21 +- src/gnet/gmultiserver.cpp | 29 +- src/gnet/gmultiserver.h | 47 +- src/gnet/gnet.h | 13 +- src/gnet/grequest.cpp | 13 +- src/gnet/grequest.h | 13 +- src/gnet/gresolve.cpp | 103 -- src/gnet/gresolver.cpp | 102 ++ src/gnet/{gresolve.h => gresolver.h} | 70 +- .../{gresolve_ip.cpp => gresolver_ip.cpp} | 21 +- .../{gresolve_ipv4.cpp => gresolver_ipv4.cpp} | 25 +- .../{gresolve_ipv6.cpp => gresolver_ipv6.cpp} | 33 +- .../{gresolve_unix.cpp => gresolver_unix.cpp} | 142 +- ...gresolve_win32.cpp => gresolver_win32.cpp} | 103 +- src/gnet/gresolverinfo.cpp | 123 ++ src/gnet/gresolverinfo.h | 99 ++ src/gnet/gsender.cpp | 113 +- src/gnet/gsender.h | 74 +- src/gnet/gserver.cpp | 138 +- src/gnet/gserver.h | 82 +- src/gnet/gsimpleclient.cpp | 384 +++++ src/gnet/gsimpleclient.h | 194 +++ ...client_unix.cpp => gsimpleclient_unix.cpp} | 19 +- ...ient_win32.cpp => gsimpleclient_win32.cpp} | 19 +- src/gnet/gsocket.cpp | 39 +- src/gnet/gsocket.h | 54 +- src/gnet/gsocket_unix.cpp | 13 +- src/gnet/gsocket_win32.cpp | 13 +- src/gnet/gtimer.cpp | 225 +-- src/gnet/gtimer.h | 185 ++- src/gnet/gtimerlist.cpp | 204 +++ src/gnet/gtimerlist.h | 105 ++ src/gnet/mingw.mak | 30 +- src/gpop/Makefile.am | 20 +- src/gpop/Makefile.in | 21 +- src/gpop/gnopop.cpp | 93 -- src/gpop/gpop.h | 13 +- src/gpop/gpopauth.cpp | 13 +- src/gpop/gpopauth.h | 13 +- src/gpop/gpopsecrets.cpp | 13 +- src/gpop/gpopsecrets.h | 19 +- src/gpop/gpopsecrets_unix.cpp | 13 +- src/gpop/gpopsecrets_win32.cpp | 13 +- src/gpop/gpopserver.cpp | 46 +- src/gpop/gpopserver.h | 35 +- src/gpop/gpopserverprotocol.cpp | 48 +- src/gpop/gpopserverprotocol.h | 24 +- src/gpop/gpopstore.cpp | 70 +- src/gpop/gpopstore.h | 13 +- src/gpop/mingw.mak | 13 +- src/gsmtp/Makefile.am | 47 +- src/gsmtp/Makefile.in | 71 +- src/gsmtp/gadminserver.cpp | 142 +- src/gsmtp/gadminserver.h | 67 +- src/gsmtp/gbase64.cpp | 13 +- src/gsmtp/gbase64.h | 13 +- src/gsmtp/gclientprotocol.cpp | 172 ++- src/gsmtp/gclientprotocol.h | 94 +- src/gsmtp/gexecutableprocessor.cpp | 162 ++ src/gsmtp/gexecutableprocessor.h | 85 ++ src/gsmtp/gexecutableverifier.cpp | 130 ++ src/gsmtp/gexecutableverifier.h | 70 + src/gsmtp/gfactoryparser.cpp | 84 ++ src/gsmtp/gfactoryparser.h | 53 + src/gsmtp/gfilestore.cpp | 60 +- src/gsmtp/gfilestore.h | 70 +- src/gsmtp/gmessagestore.cpp | 15 +- src/gsmtp/gmessagestore.h | 13 +- src/gsmtp/gmessagestore_unix.cpp | 14 +- src/gsmtp/gmessagestore_win32.cpp | 14 +- src/gsmtp/gnetworkprocessor.cpp | 88 ++ src/gsmtp/gnetworkprocessor.h | 82 + src/gsmtp/gnetworkverifier.cpp | 126 ++ src/gsmtp/gnetworkverifier.h | 74 + src/gsmtp/gnewfile.cpp | 115 +- src/gsmtp/gnewfile.h | 26 +- src/gsmtp/gnewmessage.cpp | 13 +- src/gsmtp/gnewmessage.h | 13 +- src/gsmtp/gnullprocessor.cpp | 62 + src/gsmtp/gnullprocessor.h | 73 + src/gsmtp/gprocessor.cpp | 134 +- src/gsmtp/gprocessor.h | 92 +- src/gsmtp/gprocessorfactory.cpp | 57 + src/gsmtp/gprocessorfactory.h | 55 + src/gsmtp/gprotocolmessage.cpp | 13 +- src/gsmtp/gprotocolmessage.h | 37 +- src/gsmtp/gprotocolmessageforward.cpp | 111 +- src/gsmtp/gprotocolmessageforward.h | 57 +- src/gsmtp/gprotocolmessagescanner.cpp | 116 -- src/gsmtp/gprotocolmessagescanner.h | 99 -- src/gsmtp/gprotocolmessagestore.cpp | 99 +- src/gsmtp/gprotocolmessagestore.h | 46 +- src/gsmtp/grequestclient.cpp | 122 ++ src/gsmtp/grequestclient.h | 104 ++ src/gsmtp/gsasl.h | 13 +- src/gsmtp/gsasl_cyrus.cpp | 13 +- src/gsmtp/gsasl_native.cpp | 36 +- src/gsmtp/gscannerclient.cpp | 254 ---- src/gsmtp/gscannerclient.h | 125 -- src/gsmtp/gsecrets.cpp | 100 +- src/gsmtp/gsecrets.h | 33 +- src/gsmtp/gserverprotocol.cpp | 226 +-- src/gsmtp/gserverprotocol.h | 52 +- src/gsmtp/gsmtp.h | 13 +- src/gsmtp/gsmtpclient.cpp | 337 ++--- src/gsmtp/gsmtpclient.h | 145 +- src/gsmtp/gsmtpserver.cpp | 132 +- src/gsmtp/gsmtpserver.h | 75 +- src/gsmtp/gspamclient.cpp | 241 +++ src/gsmtp/gspamclient.h | 120 ++ src/gsmtp/gspamprocessor.cpp | 85 ++ src/gsmtp/gspamprocessor.h | 84 ++ src/gsmtp/gstoredfile.cpp | 76 +- src/gsmtp/gstoredfile.h | 43 +- src/gsmtp/gstoredmessage.cpp | 14 +- src/gsmtp/gstoredmessage.h | 15 +- src/gsmtp/gverifier.cpp | 166 +-- src/gsmtp/gverifier.h | 128 +- src/gsmtp/gverifierfactory.cpp | 51 + src/gsmtp/gverifierfactory.h | 55 + src/gsmtp/mingw.mak | 28 +- src/gui/Info.plist | 17 + src/gui/Makefile.am | 23 +- src/gui/Makefile.in | 25 +- src/gui/boot.cpp | 79 + src/gui/boot.h | 50 + src/gui/dir.cpp | 39 +- src/gui/dir.h | 21 +- src/gui/dir_unix.cpp | 21 +- src/gui/dir_win32.cpp | 20 +- src/gui/gcominit.h | 13 +- src/gui/gdialog.cpp | 13 +- src/gui/gdialog.h | 13 +- src/gui/glink.cpp | 13 +- src/gui/glink.h | 22 +- src/gui/gpage.cpp | 13 +- src/gui/gpage.h | 13 +- src/gui/guimain.cpp | 62 +- src/gui/gunpack.cpp | 30 +- src/gui/gunpack.h | 14 +- src/gui/installer.cpp | 258 +++- src/gui/installer.h | 13 +- src/gui/legal.cpp | 1041 ++++++++----- src/gui/legal.h | 13 +- src/gui/mac.mak | 13 +- src/gui/mingw.mak | 27 +- src/gui/mock | 13 +- src/gui/pack.cpp | 13 +- src/gui/pages.cpp | 76 +- src/gui/pages.h | 23 +- src/gui/qt.h | 13 +- src/gui/run.c | 13 +- src/gui/unpack.c | 13 +- src/gui/unpack.h | 13 +- src/main/Makefile.am | 32 +- src/main/Makefile.in | 86 +- src/main/commandline.cpp | 35 +- src/main/commandline.h | 13 +- src/main/common.dsp | 116 +- src/main/configuration.cpp | 39 +- src/main/configuration.h | 19 +- src/main/doxygen.cfg | 386 +++-- src/main/doxygen.h | 17 +- src/main/emailrelay.dsp | 2 +- src/main/filter.dsp | 102 ++ src/main/filter_copy.cpp | 119 +- src/main/legal.cpp | 23 +- src/main/legal.h | 13 +- src/main/main.cpp | 31 +- src/main/mingw.c | 13 +- src/main/mingw.mak | 23 +- src/main/news.cpp | 33 +- src/main/news.h | 13 +- src/main/output.cpp | 13 +- src/main/output.h | 16 +- src/main/passwd.cpp | 13 +- src/main/poke.c | 13 +- src/main/run.cpp | 236 +-- src/main/run.h | 48 +- src/main/scanner.cpp | 195 --- src/main/service.dsp | 106 ++ src/main/service_install.cpp | 83 ++ src/main/service_install.h | 28 + src/main/service_wrapper.cpp | 561 +++++++ src/main/submit.cpp | 34 +- src/main/winapp.cpp | 46 +- src/main/winapp.h | 16 +- src/main/winform.cpp | 13 +- src/main/winform.h | 13 +- src/main/winmain.cpp | 18 +- src/main/winmenu.cpp | 13 +- src/main/winmenu.h | 13 +- src/mingw-common.mak | 13 +- src/mingw.mak | 13 +- src/win32/Makefile.am | 13 +- src/win32/Makefile.in | 3 +- src/win32/gappbase.cpp | 16 +- src/win32/gappbase.h | 13 +- src/win32/gappinst.cpp | 13 +- src/win32/gappinst.h | 13 +- src/win32/gcontrol.cpp | 13 +- src/win32/gcontrol.h | 13 +- src/win32/gcracker.cpp | 19 +- src/win32/gcracker.h | 13 +- src/win32/gdc.cpp | 13 +- src/win32/gdc.h | 13 +- src/win32/gdialog.cpp | 17 +- src/win32/gdialog.h | 13 +- src/win32/gpump.cpp | 13 +- src/win32/gpump.h | 13 +- src/win32/gpump_dialog.cpp | 14 +- src/win32/gscmap.cpp | 13 +- src/win32/gscmap.h | 13 +- src/win32/gsize.h | 13 +- src/win32/gtray.cpp | 13 +- src/win32/gtray.h | 13 +- src/win32/gwinbase.cpp | 13 +- src/win32/gwinbase.h | 13 +- src/win32/gwindow.cpp | 16 +- src/win32/gwindow.h | 13 +- src/win32/gwinhid.cpp | 13 +- src/win32/gwinhid.h | 13 +- src/win32/mingw.mak | 13 +- test/AdminClient.pm | 77 + test/Check.pm | 171 +++ test/Filter.pm | 40 + test/Makefile.am | 62 + test/Makefile.in | 546 +++++++ test/PopClient.pm | 93 ++ test/Port.pm | 66 + test/Scanner.pm | 131 ++ test/Server.pm | 279 ++++ test/SmtpClient.pm | 129 ++ test/System.pm | 202 +++ test/TestServer.pm | 113 ++ .../emailrelay-chain-test.sh_ | 26 +- .../emailrelay-soak-test.sh_ | 71 +- test/emailrelay-test.pl_ | 1328 +++++++++++++++++ test/emailrelay-test.sh_ | 30 + test/emailrelay_test_scanner.cpp | 222 +++ test/emailrelay_test_server.cpp | 214 +++ 437 files changed, 17504 insertions(+), 10194 deletions(-) create mode 100644 README.windows delete mode 100644 doc/gsmtp-scannerclient.png delete mode 100644 doc/sequence-1.png delete mode 100644 doc/sequence-2.png delete mode 100644 doc/sequence-4.png create mode 100644 src/glib/gcounter.cpp create mode 100644 src/glib/gcounter.h rename src/glib/{gexe.cpp => gexecutable.cpp} (58%) rename src/glib/{gexe.h => gexecutable.h} (61%) create mode 100644 src/glib/gexecutable_unix.cpp create mode 100644 src/glib/gexecutable_win32.cpp delete mode 100644 src/glib/gregistry.h delete mode 100644 src/glib/gregistry_win32.cpp create mode 100644 src/glib/gsignalsafe.h create mode 100644 src/glib/gsleep.h create mode 100644 src/glib/gtest.cpp create mode 100644 src/glib/gtest.h create mode 100644 src/gnet/gbufferedclient.cpp create mode 100644 src/gnet/gbufferedclient.h create mode 100644 src/gnet/gbufferedserverpeer.cpp create mode 100644 src/gnet/gbufferedserverpeer.h delete mode 100644 src/gnet/gclientbaseimp.h create mode 100644 src/gnet/gclientptr.h delete mode 100644 src/gnet/geventserver.cpp delete mode 100644 src/gnet/geventserver.h create mode 100644 src/gnet/gheapclient.cpp create mode 100644 src/gnet/gheapclient.h delete mode 100644 src/gnet/gresolve.cpp create mode 100644 src/gnet/gresolver.cpp rename src/gnet/{gresolve.h => gresolver.h} (60%) rename src/gnet/{gresolve_ip.cpp => gresolver_ip.cpp} (51%) rename src/gnet/{gresolve_ipv4.cpp => gresolver_ipv4.cpp} (52%) rename src/gnet/{gresolve_ipv6.cpp => gresolver_ipv6.cpp} (66%) rename src/gnet/{gresolve_unix.cpp => gresolver_unix.cpp} (51%) rename src/gnet/{gresolve_win32.cpp => gresolver_win32.cpp} (76%) create mode 100644 src/gnet/gresolverinfo.cpp create mode 100644 src/gnet/gresolverinfo.h create mode 100644 src/gnet/gsimpleclient.cpp create mode 100644 src/gnet/gsimpleclient.h rename src/gnet/{gclient_unix.cpp => gsimpleclient_unix.cpp} (51%) rename src/gnet/{gclient_win32.cpp => gsimpleclient_win32.cpp} (51%) create mode 100644 src/gnet/gtimerlist.cpp create mode 100644 src/gnet/gtimerlist.h delete mode 100644 src/gpop/gnopop.cpp create mode 100644 src/gsmtp/gexecutableprocessor.cpp create mode 100644 src/gsmtp/gexecutableprocessor.h create mode 100644 src/gsmtp/gexecutableverifier.cpp create mode 100644 src/gsmtp/gexecutableverifier.h create mode 100644 src/gsmtp/gfactoryparser.cpp create mode 100644 src/gsmtp/gfactoryparser.h create mode 100644 src/gsmtp/gnetworkprocessor.cpp create mode 100644 src/gsmtp/gnetworkprocessor.h create mode 100644 src/gsmtp/gnetworkverifier.cpp create mode 100644 src/gsmtp/gnetworkverifier.h create mode 100644 src/gsmtp/gnullprocessor.cpp create mode 100644 src/gsmtp/gnullprocessor.h create mode 100644 src/gsmtp/gprocessorfactory.cpp create mode 100644 src/gsmtp/gprocessorfactory.h delete mode 100644 src/gsmtp/gprotocolmessagescanner.cpp delete mode 100644 src/gsmtp/gprotocolmessagescanner.h create mode 100644 src/gsmtp/grequestclient.cpp create mode 100644 src/gsmtp/grequestclient.h delete mode 100644 src/gsmtp/gscannerclient.cpp delete mode 100644 src/gsmtp/gscannerclient.h create mode 100644 src/gsmtp/gspamclient.cpp create mode 100644 src/gsmtp/gspamclient.h create mode 100644 src/gsmtp/gspamprocessor.cpp create mode 100644 src/gsmtp/gspamprocessor.h create mode 100644 src/gsmtp/gverifierfactory.cpp create mode 100644 src/gsmtp/gverifierfactory.h create mode 100644 src/gui/Info.plist create mode 100644 src/gui/boot.cpp create mode 100644 src/gui/boot.h create mode 100644 src/main/filter.dsp delete mode 100644 src/main/scanner.cpp create mode 100644 src/main/service.dsp create mode 100644 src/main/service_install.cpp create mode 100644 src/main/service_install.h create mode 100644 src/main/service_wrapper.cpp create mode 100644 test/AdminClient.pm create mode 100644 test/Check.pm create mode 100644 test/Filter.pm create mode 100644 test/Makefile.am create mode 100644 test/Makefile.in create mode 100644 test/PopClient.pm create mode 100644 test/Port.pm create mode 100644 test/Scanner.pm create mode 100644 test/Server.pm create mode 100644 test/SmtpClient.pm create mode 100644 test/System.pm create mode 100644 test/TestServer.pm rename bin/emailrelay-test.sh_ => test/emailrelay-chain-test.sh_ (92%) rename bin/emailrelay-soak.sh_ => test/emailrelay-soak-test.sh_ (71%) create mode 100644 test/emailrelay-test.pl_ create mode 100644 test/emailrelay-test.sh_ create mode 100644 test/emailrelay_test_scanner.cpp create mode 100644 test/emailrelay_test_server.cpp diff --git a/COPYING b/COPYING index d60c31a..b4e13b1 100644 --- a/COPYING +++ b/COPYING @@ -1,285 +1,626 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble + Preamble - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". + TERMS AND CONDITIONS -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. + 0. Definitions. - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. + "This License" refers to version 3 of the GNU General Public License. -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. + A "covered work" means either the unmodified Program or a work based +on the Program. - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: + 1. Source Code. - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. + The Corresponding Source for a work in source code form is that +same work. - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of this License. - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. + 13. Use with the GNU Affero General Public License. -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. + 14. Revised Versions of this License. - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. - NO WARRANTY + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. + 15. Disclaimer of Warranty. - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it @@ -287,15 +628,15 @@ free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least +state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -304,37 +645,32 @@ the "copyright" line and a pointer to where the full notice is found. GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - + along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. - , 1 April 1989 - Ty Coon, President of Vice -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. diff --git a/ChangeLog b/ChangeLog index 589f21b..7706955 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,26 @@ E-MailRelay Change Log ====================== +1.5 -> 1.6 +---------- +* GPLv3 licence (see "http://gplv3.fsf.org"). +* New "--prompt-timeout" switch for the timeout when waiting for the initial 220 prompt from the SMTP server. +* Fix for flow-control assertion error when the POP server sends a very long list of spooled messages. +* Wildcard matching for trusted IP addresses in the authentication secrets file can now use CIDR notation. +* More fine-grained switching of effective user-id to read files and directories when running as root. +* Fewer new client connections when proxying. +* The server drops the connection if a remote SMTP client causes too many protocol errors. +* More complete implementation of "--hidden" on Windows. +* Scanner switch ("--scanner") replaced by a more general "--filter" and "--client-filter" switch syntax. +* Support for address verification ("--verifier") over the network. +* Better support for running as a Windows service ("emailrelay-service --install"). +* Utility filter program "emailrelay-filter-copy" exits with 100 if it deletes the envelope file. +* Windows "cscript.exe" wrapper is added automatically to non-bat/exe "--filter" command-lines. +* Installation GUI makes backups of the files it edits and preserves authentication secrets. +* Installation GUI can install "init.d" links. +* Experimental SpamAssassin spamc/spamd protocol support. +* Acceptance tests added to the distribution. + 1.4 -> 1.5 ---------- * New installation and configuration GUI using TrollTech Qt 4.x ("./configure --enable-gui") diff --git a/INSTALL b/INSTALL index ca620a6..30b8869 100644 --- a/INSTALL +++ b/INSTALL @@ -1,31 +1,34 @@ Introduction ============ - With the exception of this introduction this document contains generic + With the exception of this introduction section this document contains generic installation instructions for doing a GNU-style "./configure; make; sudo make install" installation from source under Linux, -FreeBSD etc. The Windows installation instructions are in a separate document, -"doc/windows.txt". +FreeBSD etc. Windows specific installation instructions are in a separate +document, "doc/windows.txt". - The E-MailRelay "configure" script provides a few extra confiruation -switches, which are shown in the output of "./configure --help". The -most important of these is "--enable-fhs", which overrides all other -directory modifiers, forcing compliance with the File Hierarchy -Standard. + The E-MailRelay "configure" script provides a few extra confiruation switches, +which are shown in the output of "./configure --help". The most important of +these is "--enable-fhs", which overrides all other directory modifiers, forcing +compliance with the File Hierarchy Standard. - There are also a set of variables which can be defined on the -"configure" command line for controlling all the installation -directories in more detail, augmenting the standard command-line -switches like "--sbindir" and "--libexecdir". For more information -refer to the E-MailRelay reference document under "Files and directories". + There are also a set of variables which can be defined on the "configure" +command line for controlling all the installation directories in more detail, +augmenting the standard command-line switches like "--sbindir" and +"--libexecdir". For more information refer to the E-MailRelay reference document +under "Files and directories". - If compiling with something other than "gcc" then check for any -compiler-specific help in the relevant lib/ directory. + If compiling with something other than "gcc" then check for any +compiler-specific help in the relevant "lib/" directory. - The E-MailRelay user guide describes what needs to be done after the -"make install" in order to get the emailrelay daemon to start up at boot-time, -automatically forward e-mail and bounce failed mail. You could also try running -the configuration GUI program, "emailrelay-gui", if available. + If you want to install a package rather than running "make install" you could +try building an RPM pacakge with "rpmbuild" using the RPM spec file provided in +the distribution, and if necessary then making a ".deb" package from that using +"alien". + + Finally, you could try running the configuration GUI program "emailrelay-gui" +(if available) after doing the installation to help with the initial +configuration. Basic Installation ================== diff --git a/Makefile.am b/Makefile.am index f08c51d..9f315d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,10 @@ # ## Copyright (C) 2001-2007 Graeme Walker ## -## This program is free software; you can redistribute it and/or -## modify it under the terms of the GNU General Public License -## as published by the Free Software Foundation; either -## version 2 of the License, or (at your option) any later -## version. +## This program is free software: you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation, either version 3 of the License, or +## (at your option) any later version. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,15 +12,10 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -## +## along with this program. If not, see . # -EXTRA_DIST = emailrelay.spec ChangeLog -SUBDIRS = src bin lib etc doc -e_doc_DATA = NEWS README changelog.gz -CLEANFILES = changelog.gz -changelog.gz: ChangeLog - if test -n "$(GZIP)" ; then $(GZIP) -c $(top_srcdir)/ChangeLog > changelog.tmp && mv changelog.tmp changelog.gz ; fi +EXTRA_DIST = emailrelay.spec ChangeLog README.windows +SUBDIRS = src bin lib etc doc test +e_doc_DATA = NEWS README ChangeLog uninstall-local: -rmdir $(DESTDIR)$(e_docdir) 2>/dev/null diff --git a/Makefile.in b/Makefile.in index 018c207..0c371cb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -131,7 +131,6 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ -POPLIB = @POPLIB@ QT_CFLAGS = @QT_CFLAGS@ QT_LIBS = @QT_LIBS@ RANLIB = @RANLIB@ @@ -160,8 +159,10 @@ dvidir = @dvidir@ e_docdir = @e_docdir@ e_examplesdir = @e_examplesdir@ e_initdir = @e_initdir@ +e_libexecdir = @e_libexecdir@ e_qtmoc = @e_qtmoc@ e_spooldir = @e_spooldir@ +e_sysconfdir = @e_sysconfdir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ htmldir = @htmldir@ @@ -189,10 +190,9 @@ top_srcdir = @top_srcdir@ # # -EXTRA_DIST = emailrelay.spec ChangeLog -SUBDIRS = src bin lib etc doc -e_doc_DATA = NEWS README changelog.gz -CLEANFILES = changelog.gz +EXTRA_DIST = emailrelay.spec ChangeLog README.windows +SUBDIRS = src bin lib etc doc test +e_doc_DATA = NEWS README ChangeLog all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive @@ -563,7 +563,6 @@ install-strip: mostlyclean-generic: clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) @@ -647,8 +646,6 @@ uninstall-am: uninstall-e_docDATA uninstall-local pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ uninstall-e_docDATA uninstall-local -changelog.gz: ChangeLog - if test -n "$(GZIP)" ; then $(GZIP) -c $(top_srcdir)/ChangeLog > changelog.tmp && mv changelog.tmp changelog.gz ; fi uninstall-local: -rmdir $(DESTDIR)$(e_docdir) 2>/dev/null # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/README b/README index 5235798..80e4f85 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ messages as they pass through. When running as a store-and-forward MTA incoming messages are stored in a local spool directory, and then forwarded to the next SMTP server on request. -Because of its functional simplicity E-MailRelay is easy to configure, typically +Because of its functional simplicity E-MailRelay is easy to configure, often only requiring the address of the target SMTP server to be put on the command line. @@ -18,7 +18,7 @@ E-MailRelay can also run as a POP3 server. Messages received over SMTP can be automatically dropped into several independent POP3 mailboxes. C++ source code is available for Linux, FreeBSD, MacOS X etc, and Windows. -Distribution is under the GNU General Public License. +Distribution is under the GNU General Public License V3. Quick start ----------- @@ -86,9 +86,9 @@ Source code documentation will be generated when building from source if Configurations -------------- -Recent releases were developed on Ubuntu Linux 7.04 using: -* linux 2.6.20 -* gcc 4.1.2 +Recent releases were developed on Ubuntu Linux 7.10 using: +* linux 2.6.22 +* gcc 4.1.3 * autoconf 2.61 and on Windows NT4 SP6 using: diff --git a/README.windows b/README.windows new file mode 100644 index 0000000..d4cee60 --- /dev/null +++ b/README.windows @@ -0,0 +1 @@ +See doc/windows.txt diff --git a/acinclude.m4 b/acinclude.m4 index b5b8bca..d9cf4a1 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,10 +1,9 @@ dnl Copyright (C) 2001-2007 Graeme Walker dnl -dnl This program is free software; you can redistribute it and/or -dnl modify it under the terms of the GNU General Public License -dnl as published by the Free Software Foundation; either -dnl version 2 of the License, or (at your option) any later -dnl version. +dnl This program is free software: you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation, either version 3 of the License, or +dnl (at your option) any later version. dnl dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,9 +11,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License -dnl along with this program; if not, write to the Free Software -dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -dnl +dnl along with this program. If not, see . dnl === dnl socketlen_t @@ -31,9 +28,9 @@ AC_DEFUN([ACLOCAL_TYPE_SOCKLEN_T], aclocal_cv_type_socklen_t=no ) ]) if test $aclocal_cv_type_socklen_t = yes; then - AC_DEFINE(HAVE_SOCKLEN_T, 1,[Define if socklen_t type definition in sys/socket.h]) + AC_DEFINE(HAVE_SOCKLEN_T, 1,[Define to 1 if socklen_t type definition in sys/socket.h]) else - AC_DEFINE(HAVE_SOCKLEN_T, 0,[Define if socklen_t type definition in sys/socket.h]) + AC_DEFINE(HAVE_SOCKLEN_T, 0,[Define to 1 if socklen_t type definition in sys/socket.h]) fi ]) @@ -52,9 +49,9 @@ AC_DEFUN([ACLOCAL_CHECK_IPV6], aclocal_cv_ipv6=no ) ]) if test $aclocal_cv_ipv6 = yes; then - AC_DEFINE(HAVE_IPV6,1,[Define if ipv6 is available]) + AC_DEFINE(HAVE_IPV6,1,[Define to 1 if ipv6 is available]) else - AC_DEFINE(HAVE_IPV6,0,[Define if ipv6 is available]) + AC_DEFINE(HAVE_IPV6,0,[Define to 1 if ipv6 is available]) fi ]) @@ -74,9 +71,9 @@ AC_DEFUN([ACLOCAL_CHECK_GETIPNODEBYNAME], aclocal_cv_getipnodebyname=no ) ]) if test $aclocal_cv_getipnodebyname = yes; then - AC_DEFINE(HAVE_GETIPNODEBYNAME,1,[Define if getipnodebyname() is available]) + AC_DEFINE(HAVE_GETIPNODEBYNAME,1,[Define to 1 if getipnodebyname() is available]) else - AC_DEFINE(HAVE_GETIPNODEBYNAME,0,[Define if getipnodebyname() is available]) + AC_DEFINE(HAVE_GETIPNODEBYNAME,0,[Define to 1 if getipnodebyname() is available]) fi ]) @@ -94,9 +91,9 @@ AC_DEFUN([ACLOCAL_CHECK_SIN6_LEN], aclocal_cv_sin6_len=no ) ]) if test $aclocal_cv_sin6_len = yes; then - AC_DEFINE(HAVE_SIN6_LEN,1,[Define if sockaddr_in6 has a sin6_len member]) + AC_DEFINE(HAVE_SIN6_LEN,1,[Define to 1 if sockaddr_in6 has a sin6_len member]) else - AC_DEFINE(HAVE_SIN6_LEN,0,[Define if sockaddr_in6 has a sin6_len member]) + AC_DEFINE(HAVE_SIN6_LEN,0,[Define to 1 if sockaddr_in6 has a sin6_len member]) fi ]) @@ -114,9 +111,9 @@ AC_DEFUN([ACLOCAL_CHECK_SETGROUPS], aclocal_cv_setgroups=no ) ]) if test $aclocal_cv_setgroups = yes; then - AC_DEFINE(HAVE_SETGROUPS,1,[Define if setgroups is available]) + AC_DEFINE(HAVE_SETGROUPS,1,[Define to 1 if setgroups is available]) else - AC_DEFINE(HAVE_SETGROUPS,0,[Define if setgroups is available]) + AC_DEFINE(HAVE_SETGROUPS,0,[Define to 1 if setgroups is available]) fi ]) @@ -132,9 +129,9 @@ AC_DEFUN([ACLOCAL_CHECK_GMTIME_R], aclocal_cv_gmtime_r=no ) ]) if test $aclocal_cv_gmtime_r = yes; then - AC_DEFINE(HAVE_GMTIME_R,1,[Define if gmtime_r in time.h]) + AC_DEFINE(HAVE_GMTIME_R,1,[Define to 1 if gmtime_r in time.h]) else - AC_DEFINE(HAVE_GMTIME_R,0,[Define if gmtime_r in time.h]) + AC_DEFINE(HAVE_GMTIME_R,0,[Define to 1 if gmtime_r in time.h]) fi ]) @@ -150,9 +147,9 @@ AC_DEFUN([ACLOCAL_CHECK_LOCALTIME_R], aclocal_cv_localtime_r=no ) ]) if test $aclocal_cv_localtime_r = yes; then - AC_DEFINE(HAVE_LOCALTIME_R,1,[Define if localtime_r in time.h]) + AC_DEFINE(HAVE_LOCALTIME_R,1,[Define to 1 if localtime_r in time.h]) else - AC_DEFINE(HAVE_LOCALTIME_R,0,[Define if localtime_r in time.h]) + AC_DEFINE(HAVE_LOCALTIME_R,0,[Define to 1 if localtime_r in time.h]) fi ]) @@ -170,9 +167,9 @@ AC_DEFUN([ACLOCAL_CHECK_BUGGY_CTIME], aclocal_cv_buggy_ctime=yes ) ]) if test $aclocal_cv_buggy_ctime = yes; then - AC_DEFINE(HAVE_BUGGY_CTIME,1,[Define if requires ]) + AC_DEFINE(HAVE_BUGGY_CTIME,1,[Define to 1 if requires ]) else - AC_DEFINE(HAVE_BUGGY_CTIME,0,[Define if requires ]) + AC_DEFINE(HAVE_BUGGY_CTIME,0,[Define to 1 if requires ]) fi ]) @@ -210,7 +207,7 @@ qt4="no" qt4moc="no" if test "$enable_gui" = "no" then - AC_DEFINE(HAVE_GUI,0,[Define to enable gui code]) + AC_DEFINE(HAVE_GUI,0,[Define to 1 to enable gui code]) else PKG_CHECK_MODULES(QT,QtGui >= 4.0.1,[qt4=yes],[AC_MSG_RESULT([no])]) if test "$qt4" = "yes" @@ -232,27 +229,14 @@ else fi if test "$qt4moc" = "yes" then - AC_DEFINE(HAVE_GUI,1,[Define to enable gui code]) + AC_DEFINE(HAVE_GUI,1,[Define to 1 to enable gui code]) else - AC_DEFINE(HAVE_GUI,0,[Define to enable gui code]) + AC_DEFINE(HAVE_GUI,0,[Define to 1 to enable gui code]) fi AC_SUBST(MOC) AM_CONDITIONAL(GUI,test x$enable_gui != xno -a x$qt4moc = xyes ) ]) -dnl enable-pop -dnl -AC_DEFUN([ENABLE_POP], -[ -if test "$enable_pop" = "no" -then - POPLIB="libgnopop.a" -else - POPLIB="libgpop.a" -fi -AC_SUBST(POPLIB) -]) - dnl enable-ipv6 dnl AC_DEFUN([ENABLE_IPV6], @@ -351,13 +335,11 @@ AC_DEFUN([FHS_COMPLIANCE], #infodir= # # emailrelay-specific - e_sbindir="$sbindir" e_libexecdir="$libexecdir/$PACKAGE" e_docdir="$datadir/doc/$PACKAGE" e_initdir="/etc/init.d" e_spooldir="$localstatedir/spool/$PACKAGE" - e_man1dir="$datadir/man/man1" - e_examplesdir="$datadir/doc/$PACKAGE/examples" + e_examplesdir="$libexecdir/$PACKAGE/examples" e_sysconfdir="$sysconfdir" ]) diff --git a/aclocal.m4 b/aclocal.m4 index fcbaf1b..32e6582 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -164,7 +164,7 @@ path to pkg-config. _PKG_TEXT -To get pkg-config, see .])], +To get pkg-config, see .])], [$4]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS diff --git a/bin/Makefile.am b/bin/Makefile.am index e92f668..f82ec6e 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -1,11 +1,10 @@ # ## Copyright (C) 2001-2007 Graeme Walker ## -## This program is free software; you can redistribute it and/or -## modify it under the terms of the GNU General Public License -## as published by the Free Software Foundation; either -## version 2 of the License, or (at your option) any later -## version. +## This program is free software: you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation, either version 3 of the License, or +## (at your option) any later version. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,26 +12,21 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -## +## along with this program. If not, see . # -EXTRA_DIST = emailrelay-test.sh_ emailrelay-soak.sh_ emailrelay.sh_ txt2html.sh_ txt2mu.sh_ mu2html.sh_ mu2docbook.sh_ expand.sh_ emailrelay-notify.sh_ emailrelay-resubmit.sh_ emailrelay-deliver.sh_ emailrelay-process.sh_ emailrelay-runperl.js emailrelay-resubmit.js emailrelay-submit.sh_ -noinst_cleanup = emailrelay-test.sh emailrelay-soak.sh -noinst_SCRIPTS = emailrelay-test.sh emailrelay-soak.sh emailrelay-runperl.js emailrelay-resubmit.js +EXTRA_DIST = emailrelay.sh_ txt2html.sh_ txt2mu.sh_ mu2html.sh_ mu2docbook.sh_ expand.sh_ emailrelay-notify.sh_ emailrelay-resubmit.sh_ emailrelay-deliver.sh_ emailrelay-process.sh_ emailrelay-runperl.js emailrelay-resubmit.js emailrelay-submit.sh_ +work_scripts = txt2mu.sh mu2html.sh mu2docbook.sh expand.sh txt2html.sh emailrelay.sh +noinst_SCRIPTS = emailrelay-runperl.js emailrelay-resubmit.js $(work_scripts) e_init_SCRIPTS = emailrelay e_examples_DATA = emailrelay-process.sh emailrelay-notify.sh emailrelay-deliver.sh emailrelay-resubmit.sh emailrelay-submit.sh -work_scripts = txt2mu.sh mu2html.sh mu2docbook.sh expand.sh txt2html.sh emailrelay.sh -CLEANFILES = $(noinst_cleanup) $(e_init_SCRIPTS) $(e_examples_DATA) $(work_scripts) - -TESTS = emailrelay-test.sh +CLEANFILES = $(e_init_SCRIPTS) $(e_examples_DATA) $(work_scripts) SUFFIXES = .sh_ .sh .sh_.sh: - cat $(srcdir)/../bin/$*.sh_ | sed "s%__SPOOL_DIR__%${e_spooldir}%g;s%__SBIN_DIR__%${sbindir}%g" > $*.tmp && mv $*.tmp $*.sh + cat $(srcdir)/../bin/$*.sh_ | sed "s%__SPOOL_DIR__%${e_spooldir}%g;s%__SBIN_DIR__%${sbindir}%g;"'s/\[:digit:\]/0-9/g;s/\[:space:\]/ \\t/g' > $*.tmp && mv $*.tmp $*.sh chmod ugo+x $*.sh emailrelay: emailrelay.sh diff --git a/bin/Makefile.in b/bin/Makefile.in index 45455d8..c9fda15 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -111,7 +111,6 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ -POPLIB = @POPLIB@ QT_CFLAGS = @QT_CFLAGS@ QT_LIBS = @QT_LIBS@ RANLIB = @RANLIB@ @@ -140,8 +139,10 @@ dvidir = @dvidir@ e_docdir = @e_docdir@ e_examplesdir = @e_examplesdir@ e_initdir = @e_initdir@ +e_libexecdir = @e_libexecdir@ e_qtmoc = @e_qtmoc@ e_spooldir = @e_spooldir@ +e_sysconfdir = @e_sysconfdir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ htmldir = @htmldir@ @@ -166,14 +167,12 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = emailrelay-test.sh_ emailrelay-soak.sh_ emailrelay.sh_ txt2html.sh_ txt2mu.sh_ mu2html.sh_ mu2docbook.sh_ expand.sh_ emailrelay-notify.sh_ emailrelay-resubmit.sh_ emailrelay-deliver.sh_ emailrelay-process.sh_ emailrelay-runperl.js emailrelay-resubmit.js emailrelay-submit.sh_ -noinst_cleanup = emailrelay-test.sh emailrelay-soak.sh -noinst_SCRIPTS = emailrelay-test.sh emailrelay-soak.sh emailrelay-runperl.js emailrelay-resubmit.js +EXTRA_DIST = emailrelay.sh_ txt2html.sh_ txt2mu.sh_ mu2html.sh_ mu2docbook.sh_ expand.sh_ emailrelay-notify.sh_ emailrelay-resubmit.sh_ emailrelay-deliver.sh_ emailrelay-process.sh_ emailrelay-runperl.js emailrelay-resubmit.js emailrelay-submit.sh_ +work_scripts = txt2mu.sh mu2html.sh mu2docbook.sh expand.sh txt2html.sh emailrelay.sh +noinst_SCRIPTS = emailrelay-runperl.js emailrelay-resubmit.js $(work_scripts) e_init_SCRIPTS = emailrelay e_examples_DATA = emailrelay-process.sh emailrelay-notify.sh emailrelay-deliver.sh emailrelay-resubmit.sh emailrelay-submit.sh -work_scripts = txt2mu.sh mu2html.sh mu2docbook.sh expand.sh txt2html.sh emailrelay.sh -CLEANFILES = $(noinst_cleanup) $(e_init_SCRIPTS) $(e_examples_DATA) $(work_scripts) -TESTS = emailrelay-test.sh +CLEANFILES = $(e_init_SCRIPTS) $(e_examples_DATA) $(work_scripts) SUFFIXES = .sh_ .sh all: all-am @@ -251,79 +250,6 @@ ctags: CTAGS CTAGS: -check-TESTS: $(TESTS) - @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \ - srcdir=$(srcdir); export srcdir; \ - list=' $(TESTS) '; \ - if test -n "$$list"; then \ - for tst in $$list; do \ - if test -f ./$$tst; then dir=./; \ - elif test -f $$tst; then dir=; \ - else dir="$(srcdir)/"; fi; \ - if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ - all=`expr $$all + 1`; \ - case " $(XFAIL_TESTS) " in \ - *$$ws$$tst$$ws*) \ - xpass=`expr $$xpass + 1`; \ - failed=`expr $$failed + 1`; \ - echo "XPASS: $$tst"; \ - ;; \ - *) \ - echo "PASS: $$tst"; \ - ;; \ - esac; \ - elif test $$? -ne 77; then \ - all=`expr $$all + 1`; \ - case " $(XFAIL_TESTS) " in \ - *$$ws$$tst$$ws*) \ - xfail=`expr $$xfail + 1`; \ - echo "XFAIL: $$tst"; \ - ;; \ - *) \ - failed=`expr $$failed + 1`; \ - echo "FAIL: $$tst"; \ - ;; \ - esac; \ - else \ - skip=`expr $$skip + 1`; \ - echo "SKIP: $$tst"; \ - fi; \ - done; \ - if test "$$failed" -eq 0; then \ - if test "$$xfail" -eq 0; then \ - banner="All $$all tests passed"; \ - else \ - banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ - fi; \ - else \ - if test "$$xpass" -eq 0; then \ - banner="$$failed of $$all tests failed"; \ - else \ - banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ - fi; \ - fi; \ - dashes="$$banner"; \ - skipped=""; \ - if test "$$skip" -ne 0; then \ - skipped="($$skip tests were not run)"; \ - test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ - dashes="$$skipped"; \ - fi; \ - report=""; \ - if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ - report="Please report to $(PACKAGE_BUGREPORT)"; \ - test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ - dashes="$$report"; \ - fi; \ - dashes=`echo "$$dashes" | sed s/./=/g`; \ - echo "$$dashes"; \ - echo "$$banner"; \ - test -z "$$skipped" || echo "$$skipped"; \ - test -z "$$report" || echo "$$report"; \ - echo "$$dashes"; \ - test "$$failed" -eq 0; \ - else :; fi - distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ @@ -351,7 +277,6 @@ distdir: $(DISTFILES) fi; \ done check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-am all-am: Makefile $(SCRIPTS) $(DATA) installdirs: @@ -441,9 +366,9 @@ uninstall-am: uninstall-e_examplesDATA uninstall-e_initSCRIPTS \ .MAKE: install-am install-strip -.PHONY: all all-am check check-TESTS check-am clean clean-generic \ - distclean distclean-generic distdir dvi dvi-am html html-am \ - info info-am install install-am install-data install-data-am \ +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ install-data-local install-dvi install-dvi-am \ install-e_examplesDATA install-e_initSCRIPTS install-exec \ install-exec-am install-html install-html-am install-info \ @@ -457,7 +382,7 @@ uninstall-am: uninstall-e_examplesDATA uninstall-e_initSCRIPTS \ .sh_.sh: - cat $(srcdir)/../bin/$*.sh_ | sed "s%__SPOOL_DIR__%${e_spooldir}%g;s%__SBIN_DIR__%${sbindir}%g" > $*.tmp && mv $*.tmp $*.sh + cat $(srcdir)/../bin/$*.sh_ | sed "s%__SPOOL_DIR__%${e_spooldir}%g;s%__SBIN_DIR__%${sbindir}%g;"'s/\[:digit:\]/0-9/g;s/\[:space:\]/ \\t/g' > $*.tmp && mv $*.tmp $*.sh chmod ugo+x $*.sh emailrelay: emailrelay.sh diff --git a/bin/emailrelay-deliver.sh_ b/bin/emailrelay-deliver.sh_ index 7f7fb2b..a6eb550 100644 --- a/bin/emailrelay-deliver.sh_ +++ b/bin/emailrelay-deliver.sh_ @@ -2,11 +2,10 @@ # # Copyright (C) 2001-2007 Graeme Walker # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later -# version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,9 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# +# along with this program. If not, see . # === # # emailrelay-deliver.sh diff --git a/bin/emailrelay-notify.sh_ b/bin/emailrelay-notify.sh_ index 8100c9b..437a5c7 100644 --- a/bin/emailrelay-notify.sh_ +++ b/bin/emailrelay-notify.sh_ @@ -2,11 +2,10 @@ # # Copyright (C) 2001-2007 Graeme Walker # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later -# version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,9 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# +# along with this program. If not, see . # === # # emailrelay-notify.sh diff --git a/bin/emailrelay-process.sh_ b/bin/emailrelay-process.sh_ index 0bd1136..54d6451 100644 --- a/bin/emailrelay-process.sh_ +++ b/bin/emailrelay-process.sh_ @@ -2,11 +2,10 @@ # # Copyright (C) 2001-2007 Graeme Walker # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later -# version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,9 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# +# along with this program. If not, see . # === # # emailrelay-process.sh diff --git a/bin/emailrelay-resubmit.js b/bin/emailrelay-resubmit.js index 98d875d..b1388e1 100644 --- a/bin/emailrelay-resubmit.js +++ b/bin/emailrelay-resubmit.js @@ -1,11 +1,10 @@ // // Copyright (C) 2001-2007 Graeme Walker // -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either -// version 2 of the License, or (at your option) any later -// version. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,9 +12,7 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -// +// along with this program. If not, see . // === /// /// \file emailrelay-resubmit.js diff --git a/bin/emailrelay-resubmit.sh_ b/bin/emailrelay-resubmit.sh_ index 5a2983c..55516dc 100644 --- a/bin/emailrelay-resubmit.sh_ +++ b/bin/emailrelay-resubmit.sh_ @@ -2,11 +2,10 @@ # # Copyright (C) 2001-2007 Graeme Walker # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later -# version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,9 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# +# along with this program. If not, see . # === # # emailrelay-resubmit.sh diff --git a/bin/emailrelay-runperl.js b/bin/emailrelay-runperl.js index ca88609..91ea48a 100644 --- a/bin/emailrelay-runperl.js +++ b/bin/emailrelay-runperl.js @@ -1,11 +1,10 @@ // // Copyright (C) 2001-2007 Graeme Walker // -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either -// version 2 of the License, or (at your option) any later -// version. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,9 +12,7 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -// +// along with this program. If not, see . // === /// /// \file emailrelay-runperl.js diff --git a/bin/emailrelay-submit.sh_ b/bin/emailrelay-submit.sh_ index 8a50431..0e015bf 100644 --- a/bin/emailrelay-submit.sh_ +++ b/bin/emailrelay-submit.sh_ @@ -2,11 +2,10 @@ # # Copyright (C) 2001-2007 Graeme Walker # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later -# version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,9 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# +# along with this program. If not, see . # === # # emailrelay-submit.sh diff --git a/bin/emailrelay.sh_ b/bin/emailrelay.sh_ index 6d39a29..f062cb6 100644 --- a/bin/emailrelay.sh_ +++ b/bin/emailrelay.sh_ @@ -2,11 +2,10 @@ # # Copyright (C) 2001-2007 Graeme Walker # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later -# version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,9 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# +# along with this program. If not, see . # === # # emailrelay @@ -35,45 +32,22 @@ # insserv (suse), /usr/share/doc/initscripts*/sysvinitfiles (redhat) # - -## -# RedHat comment block... -# -# chkconfig: 345 80 20 -# description: E-MailRelay is a SMTP proxy and store-and-forward MTA. -# pidfile: /var/run/emailrelay.pid -# processname: emailrelay -## - - ## # LSB comment block... # -# The bogus 345 run-levels are a workround for a buggy RedHat chkconfig which -# reads the LSB comment block as an undocumented 'feature' and then parses it -# wrongly. -# ### BEGIN INIT INFO # Provides: emailrelay # Required-Start: $network # Required-Stop: $network -# Default-Start: 345 3 4 5 -# Default-Stop: 345 3 4 5 +# Default-Start: 3 4 5 +# Default-Stop: 3 4 5 # Description: E-MailRelay SMTP proxy and store-and-forward MTA. ### END INIT INFO ## # choose an infrastructure style # -if test -f /etc/rc.status -then - style="suse" - . /etc/rc.status -elif test -f /etc/init.d/functions -then - style="redhat" - . /etc/init.d/functions -elif test -f /lib/lsb/init-functions +if test -f /lib/lsb/init-functions then style="lsb" . /lib/lsb/init-functions @@ -164,99 +138,6 @@ unix_exit() ## -redhat_reset() -{ - redhat_errno="0" -} - -redhat_cmd_start() -{ - echo -n "${1}" - shift - initlog -q --cmd="$*" - redhat_errno="$?" - #touch /var/lock/subsys/emailrelay - if test "${redhat_errno}" -eq 0 ; then success ; else failure ; fi - echo -} - -redhat_cmd_stop() -{ - echo -n "${1}" - killproc "`basename ${emailrelay}`" - redhat_errno="$?" - #rm -f /var/lock/subsys/emailrelay - if test "${redhat_errno}" -eq 0 ; then success ; else failure ; fi - echo -} - -redhat_cmd_restarted() -{ - redhat_errno="$?" -} - -redhat_cmd_status() -{ - echo -n "${1}" - - if test -f "${pid_file}" && test "`cat ${pid_file}`" != "" && kill -0 "`cat ${pid_file}`" 2>/dev/null - then - redhat_errno="0" - elif test -f "${pid_file}" - then - redhat_errno="1" - else - redhat_errno="3" - fi - if test "${redhat_errno}" -eq 0 ; then success ; else failure ; fi -} - -redhat_exit() -{ - exit "${redhat_errno}" -} - -## - -suse_reset() -{ - rc_reset -} - -suse_cmd_start() -{ - echo -n "${1}" - shift - startproc "$@" - rc_status -v -} - -suse_cmd_stop() -{ - echo -n "${1}" - killproc "${2}" - rc_status -v -} - -suse_cmd_restarted() -{ - rc_status -} - -suse_cmd_status() -{ - echo -n "${1}" - checkproc "${2}" - rc_status -v -} - -suse_exit() -{ - rc_exit -} - -## - lsb_reset() { lsb_errno="0" diff --git a/bin/expand.sh_ b/bin/expand.sh_ index 29fb809..51ec9e6 100644 --- a/bin/expand.sh_ +++ b/bin/expand.sh_ @@ -2,11 +2,10 @@ # # Copyright (C) 2001-2007 Graeme Walker # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later -# version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,9 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# +# along with this program. If not, see . # === # # expand.sh diff --git a/bin/mu2docbook.sh_ b/bin/mu2docbook.sh_ index 8cd53c1..b71dc5d 100644 --- a/bin/mu2docbook.sh_ +++ b/bin/mu2docbook.sh_ @@ -2,11 +2,10 @@ # # Copyright (C) 2001-2007 Graeme Walker # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later -# version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,9 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# +# along with this program. If not, see . # === # # mu2docbook.sh diff --git a/bin/mu2html.sh_ b/bin/mu2html.sh_ index 6d69d49..c59560e 100644 --- a/bin/mu2html.sh_ +++ b/bin/mu2html.sh_ @@ -2,11 +2,10 @@ # # Copyright (C) 2001-2007 Graeme Walker # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later -# version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,9 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# +# along with this program. If not, see . # === # # mu2html.sh diff --git a/bin/txt2html.sh_ b/bin/txt2html.sh_ index 63ee37b..6cfa4ef 100644 --- a/bin/txt2html.sh_ +++ b/bin/txt2html.sh_ @@ -2,11 +2,10 @@ # # Copyright (C) 2001-2007 Graeme Walker # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later -# version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,9 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# +# along with this program. If not, see . # === # # txt2html.sh diff --git a/bin/txt2mu.sh_ b/bin/txt2mu.sh_ index 83e3891..0db939f 100644 --- a/bin/txt2mu.sh_ +++ b/bin/txt2mu.sh_ @@ -2,11 +2,10 @@ # # Copyright (C) 2001-2007 Graeme Walker # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later -# version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,9 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# +# along with this program. If not, see . # === # # txt2mu.sh diff --git a/config.h.in b/config.h.in index d1b1291..56a7b5b 100644 --- a/config.h.in +++ b/config.h.in @@ -1,31 +1,31 @@ /* config.h.in. Generated from configure.ac by autoheader. */ -/* Define if requires */ +/* Define to 1 if requires */ #undef HAVE_BUGGY_CTIME /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H -/* Define if getipnodebyname() is available */ +/* Define to 1 if getipnodebyname() is available */ #undef HAVE_GETIPNODEBYNAME /* Define to 1 if you have the `glob' function. */ #undef HAVE_GLOB -/* Define if gmtime_r in time.h */ +/* Define to 1 if gmtime_r in time.h */ #undef HAVE_GMTIME_R -/* Define to enable gui code */ +/* Define to 1 to enable gui code */ #undef HAVE_GUI /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H -/* Define if ipv6 is available */ +/* Define to 1 if ipv6 is available */ #undef HAVE_IPV6 -/* Define if localtime_r in time.h */ +/* Define to 1 if localtime_r in time.h */ #undef HAVE_LOCALTIME_R /* Define to 1 if you have the header file. */ @@ -34,13 +34,13 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define if setgroups is available */ +/* Define to 1 if setgroups is available */ #undef HAVE_SETGROUPS -/* Define if sockaddr_in6 has a sin6_len member */ +/* Define to 1 if sockaddr_in6 has a sin6_len member */ #undef HAVE_SIN6_LEN -/* Define if socklen_t type definition in sys/socket.h */ +/* Define to 1 if socklen_t type definition in sys/socket.h */ #undef HAVE_SOCKLEN_T /* Define to 1 if you have the header file. */ diff --git a/configure b/configure index d65ede9..1b3f682 100755 --- a/configure +++ b/configure @@ -708,7 +708,6 @@ COMPILER_VERSION CPP EGREP PKG_CONFIG -POPLIB IP QT_CFLAGS QT_LIBS @@ -719,6 +718,8 @@ e_docdir e_initdir e_spooldir e_examplesdir +e_libexecdir +e_sysconfdir e_qtmoc LIBOBJS LTLIBOBJS' @@ -1317,7 +1318,6 @@ Optional Features: --enable-dependency-tracking do not reject slow dependency extractors --enable-debug enable extra debug messages at compile-time (default disabled) - --enable-pop enable pop server code (default enabled) --enable-ipv6 enable ipv6 (default disabled) --enable-gui enable configuration gui (requires Qt4) (default auto) @@ -2108,7 +2108,7 @@ fi # Define the identity of the package. PACKAGE=emailrelay - VERSION=1.5 + VERSION=1.6 cat >>confdefs.h <<_ACEOF @@ -6656,21 +6656,6 @@ _ACEOF fi -# Check whether --enable-pop was given. -if test "${enable_pop+set}" = set; then - enableval=$enable_pop; -fi - - -if test "$enable_pop" = "no" -then - POPLIB="libgnopop.a" -else - POPLIB="libgpop.a" -fi - - - # Check whether --enable-ipv6 was given. if test "${enable_ipv6+set}" = set; then enableval=$enable_ipv6; @@ -6927,13 +6912,18 @@ if test "${enable_fhs+set}" = set; then fi +if test "$e_docdir" = "" ; then e_docdir="$docdir" ; fi if test "$e_docdir" = "" ; then e_docdir="$datadir/$PACKAGE/doc" ; fi -if test "$e_initdir" = "" ; then e_initdir="$libexecdir" ; fi +if test "$e_initdir" = "" ; then e_initdir="$libexecdir/$PACKAGE/init" ; fi -if test "$e_spooldir" = "" ; then e_spooldir="$localstatedir/spool/emailrelay" ; fi +if test "$e_spooldir" = "" ; then e_spooldir="$localstatedir/spool/$PACKAGE" ; fi -if test "$e_examplesdir" = "" ; then e_examplesdir="$libexecdir" ; fi +if test "$e_examplesdir" = "" ; then e_examplesdir="$libexecdir/$PACKAGE/examples" ; fi + +if test "$e_libexecdir" = "" ; then e_libexecdir="$libexecdir/$PACKAGE" ; fi + +if test "$e_sysconfdir" = "" ; then e_sysconfdir="$sysconfdir" ; fi if test "$e_qtmoc" = "" ; then e_qtmoc="moc" ; fi @@ -6961,21 +6951,17 @@ then #infodir= # # emailrelay-specific - e_sbindir="$sbindir" e_libexecdir="$libexecdir/$PACKAGE" e_docdir="$datadir/doc/$PACKAGE" e_initdir="/etc/init.d" e_spooldir="$localstatedir/spool/$PACKAGE" - e_man1dir="$datadir/man/man1" - e_examplesdir="$datadir/doc/$PACKAGE/examples" + e_examplesdir="$libexecdir/$PACKAGE/examples" e_sysconfdir="$sysconfdir" fi -SET_MAKE="" - -ac_config_files="$ac_config_files Makefile src/Makefile src/glib/Makefile src/gnet/Makefile src/gsmtp/Makefile src/gpop/Makefile src/main/Makefile src/win32/Makefile src/gui/Makefile lib/Makefile lib/gcc2.95/Makefile lib/msvc6.0/Makefile lib/sunpro5/Makefile bin/Makefile doc/Makefile etc/Makefile" +ac_config_files="$ac_config_files Makefile src/Makefile src/glib/Makefile src/gnet/Makefile src/gsmtp/Makefile src/gpop/Makefile src/main/Makefile src/win32/Makefile src/gui/Makefile lib/Makefile lib/gcc2.95/Makefile lib/msvc6.0/Makefile lib/sunpro5/Makefile bin/Makefile doc/Makefile etc/Makefile test/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -7593,6 +7579,7 @@ do "bin/Makefile") CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;; "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;; + "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} @@ -7750,8 +7737,8 @@ COMPILER_VERSION!$COMPILER_VERSION$ac_delim CPP!$CPP$ac_delim EGREP!$EGREP$ac_delim PKG_CONFIG!$PKG_CONFIG$ac_delim -POPLIB!$POPLIB$ac_delim IP!$IP$ac_delim +QT_CFLAGS!$QT_CFLAGS$ac_delim _ACEOF if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then @@ -7793,7 +7780,6 @@ _ACEOF ac_delim='%!_!# ' for ac_last_try in false false false false false :; do cat >conf$$subs.sed <<_ACEOF -QT_CFLAGS!$QT_CFLAGS$ac_delim QT_LIBS!$QT_LIBS$ac_delim MOC!$MOC$ac_delim GUI_TRUE!$GUI_TRUE$ac_delim @@ -7802,12 +7788,14 @@ e_docdir!$e_docdir$ac_delim e_initdir!$e_initdir$ac_delim e_spooldir!$e_spooldir$ac_delim e_examplesdir!$e_examplesdir$ac_delim +e_libexecdir!$e_libexecdir$ac_delim +e_sysconfdir!$e_sysconfdir$ac_delim e_qtmoc!$e_qtmoc$ac_delim LIBOBJS!$LIBOBJS$ac_delim LTLIBOBJS!$LTLIBOBJS$ac_delim _ACEOF - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 12; then + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 13; then break elif $ac_last_try; then { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 diff --git a/configure.ac b/configure.ac index 51e2850..440b2a4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,9 @@ dnl Copyright (C) 2001-2007 Graeme Walker dnl -dnl This program is free software; you can redistribute it and/or -dnl modify it under the terms of the GNU General Public License -dnl as published by the Free Software Foundation; either -dnl version 2 of the License, or (at your option) any later -dnl version. +dnl This program is free software: you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation, either version 3 of the License, or +dnl (at your option) any later version. dnl dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,16 +11,14 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License -dnl along with this program; if not, write to the Free Software -dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -dnl +dnl along with this program. If not, see . dnl === dnl dnl Process this file with autoconf to produce a configure script. dnl AC_INIT(src/gsmtp/gsmtp.h) -AM_INIT_AUTOMAKE(emailrelay,1.5) +AM_INIT_AUTOMAKE(emailrelay,1.6) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE @@ -80,12 +77,6 @@ dnl AC_ARG_ENABLE(debug,AC_HELP_STRING([--enable-debug],[enable extra debug messages at compile-time (default disabled)])) ENABLE_DEBUG -dnl === -dnl "--enable-pop" -dnl -AC_ARG_ENABLE(pop,AC_HELP_STRING([--enable-pop],[enable pop server code (default enabled)])) -ENABLE_POP - dnl === dnl "--enable-ipv6" dnl @@ -119,27 +110,30 @@ WITH_MAN2HTML dnl === dnl directory tweaking and "--enable-fhs" ... dnl +dnl define e_ prefixed variables with a gnu feel and then +dnl use the enable_fhs macro tweak them for fhs +dnl dnl not AC_PREFIX_DEFAULT([/usr]) AC_ARG_ENABLE(fhs,AC_HELP_STRING([--enable-fhs],[force FHS-compliant directories, ignoring --prefix etc (default disabled)])) AC_SUBST(e_docdir) +if test "$e_docdir" = "" ; then e_docdir="$docdir" ; fi if test "$e_docdir" = "" ; then e_docdir="$datadir/$PACKAGE/doc" ; fi AC_SUBST(e_initdir) -if test "$e_initdir" = "" ; then e_initdir="$libexecdir" ; fi +if test "$e_initdir" = "" ; then e_initdir="$libexecdir/$PACKAGE/init" ; fi AC_SUBST(e_spooldir) -if test "$e_spooldir" = "" ; then e_spooldir="$localstatedir/spool/emailrelay" ; fi +if test "$e_spooldir" = "" ; then e_spooldir="$localstatedir/spool/$PACKAGE" ; fi AC_SUBST(e_examplesdir) -if test "$e_examplesdir" = "" ; then e_examplesdir="$libexecdir" ; fi +if test "$e_examplesdir" = "" ; then e_examplesdir="$libexecdir/$PACKAGE/examples" ; fi +AC_SUBST(e_libexecdir) +if test "$e_libexecdir" = "" ; then e_libexecdir="$libexecdir/$PACKAGE" ; fi +AC_SUBST(e_sysconfdir) +if test "$e_sysconfdir" = "" ; then e_sysconfdir="$sysconfdir" ; fi AC_SUBST(e_qtmoc) if test "$e_qtmoc" = "" ; then e_qtmoc="moc" ; fi ENABLE_FHS -dnl === -dnl attempt to fix recursive makes where make is gmake -- may break something else -dnl -SET_MAKE="" - dnl === dnl generate files... dnl -AC_OUTPUT(Makefile src/Makefile src/glib/Makefile src/gnet/Makefile src/gsmtp/Makefile src/gpop/Makefile src/main/Makefile src/win32/Makefile src/gui/Makefile lib/Makefile lib/gcc2.95/Makefile lib/msvc6.0/Makefile lib/sunpro5/Makefile bin/Makefile doc/Makefile etc/Makefile) +AC_OUTPUT(Makefile src/Makefile src/glib/Makefile src/gnet/Makefile src/gsmtp/Makefile src/gpop/Makefile src/main/Makefile src/win32/Makefile src/gui/Makefile lib/Makefile lib/gcc2.95/Makefile lib/msvc6.0/Makefile lib/sunpro5/Makefile bin/Makefile doc/Makefile etc/Makefile test/Makefile) diff --git a/doc/Makefile.am b/doc/Makefile.am index 62c94a9..bda7a99 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,11 +1,10 @@ # ## Copyright (C) 2001-2007 Graeme Walker ## -## This program is free software; you can redistribute it and/or -## modify it under the terms of the GNU General Public License -## as published by the Free Software Foundation; either -## version 2 of the License, or (at your option) any later -## version. +## This program is free software: you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation, either version 3 of the License, or +## (at your option) any later version. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,9 +12,7 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -## +## along with this program. If not, see . # stylesheet=emailrelay.css @@ -26,7 +23,7 @@ html_files_in=doxygen_header.html html_files_thru=index.html emailrelay-man.html $(stylesheet) html_files_out=readme.html developer.html reference.html userguide.html windows.html changelog.html docbook_files_out=emailrelay.docbook -png_files=gsmtp-classes.png gnet-classes.png sequence-1.png sequence-2.png sequence-3.png sequence-4.png gnet-client.png gsmtp-serverprotocol.png gsmtp-scannerclient.png auth.png +png_files=gsmtp-classes.png gnet-classes.png sequence-3.png gnet-client.png gsmtp-serverprotocol.png auth.png EXTRA_DIST = $(man_files_in) $(txt_files) $(html_files_in) $(html_files_thru) $(png_files) noinst_SCRIPTS = .dox .docbook @@ -37,15 +34,10 @@ CLEANFILES = $(noinst_SCRIPTS) $(man_files_out) $(html_files_out) $(docbook_file SUFFIXES = .txt .html .db .mu converter_html=$(top_builddir)/bin/txt2html.sh -converter_html_src=$(top_srcdir)/bin/txt2html.sh_ converter_txt2mu=$(top_builddir)/bin/txt2mu.sh -converter_txt2mu_src=$(top_srcdir)/bin/txt2mu.sh_ converter_mu2html=$(top_builddir)/bin/mu2html.sh -converter_mu2html_src=$(top_srcdir)/bin/mu2html.sh_ converter_expand=$(top_builddir)/bin/expand.sh -converter_expand_src=$(top_srcdir)/bin/expand.sh_ converter_mu2docbook=$(top_builddir)/bin/mu2docbook.sh -converter_mu2docbook_src=$(top_srcdir)/bin/mu2docbook.sh_ .txt.html: $(converter_html) -a "$(AWK)" $(top_srcdir)/doc/$*.txt $(stylesheet) > $*.html @@ -56,15 +48,11 @@ converter_mu2docbook_src=$(top_srcdir)/bin/mu2docbook.sh_ .mu.db: $(converter_mu2docbook) -a "$(AWK)" -x < $(top_builddir)/doc/$*.mu > $*.db -$(converter_html): $(converter_html_src) $(converter_txt2mu) $(converter_mu2html) $(converter_expand) - cp $(converter_html_src) $(converter_html) - chmod ugo+x $(converter_html) - head.db: $(converter_mu2docbook) - $(converter_mu2docbook) --head "E-MailRelay" > head.db.tmp && mv -f head.db.tmp head.db + $(converter_mu2docbook) -a "$(AWK)" --head "E-MailRelay" > head.db.tmp && mv -f head.db.tmp head.db tail.db: $(converter_mu2docbook) - $(converter_mu2docbook) --tail > tail.db.tmp && mv -f tail.db.tmp tail.db + $(converter_mu2docbook) -a "$(AWK)" --tail > tail.db.tmp && mv -f tail.db.tmp tail.db emailrelay.docbook: head.db tail.db userguide.db reference.db developer.db cat head.db userguide.db reference.db developer.db tail.db > emailrelay.docbook @@ -72,31 +60,11 @@ emailrelay.docbook: head.db tail.db userguide.db reference.db developer.db .docbook: emailrelay.docbook -xmlto -o docbook html emailrelay.docbook && touch .docbook && cp *.png docbook/ -$(converter_docbook): $(converter_docbook_src) $(converter_mu2docbook) - cp $(converter_docbook_src) $(converter_db) - chmod ugo+x $(converter_docbook) - -$(converter_txt2mu): $(converter_txt2mu_src) - cp $(converter_txt2mu_src) $(converter_txt2mu) - chmod ugo+x $(converter_txt2mu) - -$(converter_mu2html): $(converter_mu2html_src) - cp $(converter_mu2html_src) $(converter_mu2html) - chmod ugo+x $(converter_mu2html) - -$(converter_expand): $(converter_expand_src) - cp $(converter_expand_src) $(converter_expand) - chmod ugo+x $(converter_expand) - -$(converter_mu2docbook): $(converter_mu2docbook_src) - cp $(converter_mu2docbook_src) $(converter_mu2docbook) - chmod ugo+x $(converter_mu2docbook) - .dox: if test "$(HAVE_DOXYGEN)" = "yes" ; then cat $(top_srcdir)/src/main/doxygen.cfg | sed "s:__TOP_SRC__:$(top_srcdir):g" | sed "s:__TOP_BUILD__:$(top_builddir):g" | doxygen - && touch .dox ; else echo no doxygen ; fi emailrelay-man.html: emailrelay.1 - if test "$(HAVE_MAN2HTML)" = "yes" ; then man2html emailrelay.1 < /dev/null > emailrelay-man.html.tmp && mv emailrelay-man.html.tmp emailrelay-man.html ; fi + if test "$(HAVE_MAN2HTML)" = "yes" ; then man2html -r -L. emailrelay.1 < /dev/null > emailrelay-man.html.tmp && mv emailrelay-man.html.tmp emailrelay-man.html ; grep -v '^Content-type:' < emailrelay-man.html > emailrelay-man.html.tmp && mv emailrelay-man.html.tmp emailrelay-man.html ; fi developer.html reference.html userguide.html: $(converter_html) diff --git a/doc/Makefile.in b/doc/Makefile.in index b0c7712..03f2c51 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -112,7 +112,6 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ -POPLIB = @POPLIB@ QT_CFLAGS = @QT_CFLAGS@ QT_LIBS = @QT_LIBS@ RANLIB = @RANLIB@ @@ -141,8 +140,10 @@ dvidir = @dvidir@ e_docdir = @e_docdir@ e_examplesdir = @e_examplesdir@ e_initdir = @e_initdir@ +e_libexecdir = @e_libexecdir@ e_qtmoc = @e_qtmoc@ e_spooldir = @e_spooldir@ +e_sysconfdir = @e_sysconfdir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ htmldir = @htmldir@ @@ -175,7 +176,7 @@ html_files_in = doxygen_header.html html_files_thru = index.html emailrelay-man.html $(stylesheet) html_files_out = readme.html developer.html reference.html userguide.html windows.html changelog.html docbook_files_out = emailrelay.docbook -png_files = gsmtp-classes.png gnet-classes.png sequence-1.png sequence-2.png sequence-3.png sequence-4.png gnet-client.png gsmtp-serverprotocol.png gsmtp-scannerclient.png auth.png +png_files = gsmtp-classes.png gnet-classes.png sequence-3.png gnet-client.png gsmtp-serverprotocol.png auth.png EXTRA_DIST = $(man_files_in) $(txt_files) $(html_files_in) $(html_files_thru) $(png_files) noinst_SCRIPTS = .dox .docbook man1_MANS = $(man_files_in) @@ -183,15 +184,10 @@ e_doc_DATA = $(txt_files) $(html_files_out) $(html_files_thru) $(png_files) $(do CLEANFILES = $(noinst_SCRIPTS) $(man_files_out) $(html_files_out) $(docbook_files_out) doxygen/* *.db *.mu docbook/* SUFFIXES = .txt .html .db .mu converter_html = $(top_builddir)/bin/txt2html.sh -converter_html_src = $(top_srcdir)/bin/txt2html.sh_ converter_txt2mu = $(top_builddir)/bin/txt2mu.sh -converter_txt2mu_src = $(top_srcdir)/bin/txt2mu.sh_ converter_mu2html = $(top_builddir)/bin/mu2html.sh -converter_mu2html_src = $(top_srcdir)/bin/mu2html.sh_ converter_expand = $(top_builddir)/bin/expand.sh -converter_expand_src = $(top_srcdir)/bin/expand.sh_ converter_mu2docbook = $(top_builddir)/bin/mu2docbook.sh -converter_mu2docbook_src = $(top_srcdir)/bin/mu2docbook.sh_ all: all-am .SUFFIXES: @@ -433,15 +429,11 @@ uninstall-man: uninstall-man1 .mu.db: $(converter_mu2docbook) -a "$(AWK)" -x < $(top_builddir)/doc/$*.mu > $*.db -$(converter_html): $(converter_html_src) $(converter_txt2mu) $(converter_mu2html) $(converter_expand) - cp $(converter_html_src) $(converter_html) - chmod ugo+x $(converter_html) - head.db: $(converter_mu2docbook) - $(converter_mu2docbook) --head "E-MailRelay" > head.db.tmp && mv -f head.db.tmp head.db + $(converter_mu2docbook) -a "$(AWK)" --head "E-MailRelay" > head.db.tmp && mv -f head.db.tmp head.db tail.db: $(converter_mu2docbook) - $(converter_mu2docbook) --tail > tail.db.tmp && mv -f tail.db.tmp tail.db + $(converter_mu2docbook) -a "$(AWK)" --tail > tail.db.tmp && mv -f tail.db.tmp tail.db emailrelay.docbook: head.db tail.db userguide.db reference.db developer.db cat head.db userguide.db reference.db developer.db tail.db > emailrelay.docbook @@ -449,31 +441,11 @@ emailrelay.docbook: head.db tail.db userguide.db reference.db developer.db .docbook: emailrelay.docbook -xmlto -o docbook html emailrelay.docbook && touch .docbook && cp *.png docbook/ -$(converter_docbook): $(converter_docbook_src) $(converter_mu2docbook) - cp $(converter_docbook_src) $(converter_db) - chmod ugo+x $(converter_docbook) - -$(converter_txt2mu): $(converter_txt2mu_src) - cp $(converter_txt2mu_src) $(converter_txt2mu) - chmod ugo+x $(converter_txt2mu) - -$(converter_mu2html): $(converter_mu2html_src) - cp $(converter_mu2html_src) $(converter_mu2html) - chmod ugo+x $(converter_mu2html) - -$(converter_expand): $(converter_expand_src) - cp $(converter_expand_src) $(converter_expand) - chmod ugo+x $(converter_expand) - -$(converter_mu2docbook): $(converter_mu2docbook_src) - cp $(converter_mu2docbook_src) $(converter_mu2docbook) - chmod ugo+x $(converter_mu2docbook) - .dox: if test "$(HAVE_DOXYGEN)" = "yes" ; then cat $(top_srcdir)/src/main/doxygen.cfg | sed "s:__TOP_SRC__:$(top_srcdir):g" | sed "s:__TOP_BUILD__:$(top_builddir):g" | doxygen - && touch .dox ; else echo no doxygen ; fi emailrelay-man.html: emailrelay.1 - if test "$(HAVE_MAN2HTML)" = "yes" ; then man2html emailrelay.1 < /dev/null > emailrelay-man.html.tmp && mv emailrelay-man.html.tmp emailrelay-man.html ; fi + if test "$(HAVE_MAN2HTML)" = "yes" ; then man2html -r -L. emailrelay.1 < /dev/null > emailrelay-man.html.tmp && mv emailrelay-man.html.tmp emailrelay-man.html ; grep -v '^Content-type:' < emailrelay-man.html > emailrelay-man.html.tmp && mv emailrelay-man.html.tmp emailrelay-man.html ; fi developer.html reference.html userguide.html: $(converter_html) diff --git a/doc/auth.png b/doc/auth.png index 8c95fc9fe33d6b1af72eed850a13959b961dfaac..72059a5df83cd42faaf76631cad85d1a96cdd635 100644 GIT binary patch literal 7439 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 K&lKrh4*xI7Y#|{4 literal 33511 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�fy>swp(5a>3 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. - +to reassign a std::auto_ptr<> since reset() is not always available. diff --git a/doc/emailrelay-man.html b/doc/emailrelay-man.html index 3ed9d76..bec5c73 100644 --- a/doc/emailrelay-man.html +++ b/doc/emailrelay-man.html @@ -1,10 +1,10 @@ -Content-type: text/html -Manpage of EMAILRELAY + +Man page of EMAILRELAY

EMAILRELAY

Section: User Commands (1)
Updated: local
Index -Return to Main Contents
+Return to Main Contents
 

NAME

@@ -143,7 +143,7 @@ Displays help text and exits.
-m, --immediate
-Enables immediating forwarding of messages as soon as they are received (requires --forward-to). +Enables immediate forwarding of messages as soon as they are received (requires --forward-to).
-I, --interface <ip-address>
@@ -200,6 +200,10 @@ Specifies the pop listening port number (requires --pop).
Specifies the smtp listening port number. +
-w, --prompt-timeout <time> + +
+Sets the timeout (in seconds) for getting an initial prompt from the server.
-r, --remote-clients
@@ -208,10 +212,6 @@ Allows remote clients to connect.
Sets the response timeout (in seconds) when talking to a remote server (default is 1800). -
-R, --scanner <host:port> - -
-Specifies an external network server to process messages when they are stored.
-S, --server-auth <file>
@@ -253,13 +253,16 @@ GNU style... /usr/local/etc/emailrelay.conf.template
-/usr/local/libexec/emailrelay +/usr/local/libexec/emailrelay/emailrelay-filter-copy
-/usr/local/libexec/emailrelay-poke +/usr/local/libexec/emailrelay/emailrelay-poke
-/usr/local/libexec/emailrelay-*.sh +/usr/local/libexec/emailrelay/examples/* +
+ +/usr/local/libexec/emailrelay/init/emailrelay
/usr/local/man/man1/emailrelay*.1.gz @@ -301,7 +304,13 @@ FHS style... /etc/init.d/emailrelay
-/usr/lib/emailrelay-poke +/usr/lib/emailrelay/emailrelay-filter-copy +
+ +/usr/lib/emailrelay/emailrelay-poke +
+ +/usr/lib/emailrelay/examples/*
/usr/sbin/emailrelay @@ -316,9 +325,6 @@ FHS style... /usr/share/doc/emailrelay/*
-/usr/share/doc/emailrelay/examples/emailrelay-*.sh -
- /usr/share/doc/emailrelay/index.html
@@ -335,23 +341,15 @@ FHS style...  

SEE ALSO

-E-MailRelay user guide, (http://emailrelay.sourceforge.net/user.html). +E-MailRelay user guide, http://emailrelay.sourceforge.net/userguide.html .
-E-MailRelay reference, (http://emailrelay.sourceforge.net/reference.html). +E-MailRelay reference, http://emailrelay.sourceforge.net/reference.html .
-emailrelay-submit(1), +emailrelay-submit(1), -emailrelay-poke(1), - -emailrelay-passwd(1), - -syslog(3), - -pppd(8), - -init.d(7) +emailrelay-passwd(1),  

AUTHOR

@@ -372,9 +370,9 @@ Graeme Walker, mailto:graem
This document was created by -
man2html, +man2html, using the manual pages.
-Time: 18:17:41 GMT, April 09, 2007 +Time: 16:32:15 GMT, August 27, 2007 diff --git a/doc/emailrelay-passwd.1 b/doc/emailrelay-passwd.1 index 39251ff..501ff62 100644 --- a/doc/emailrelay-passwd.1 +++ b/doc/emailrelay-passwd.1 @@ -1,10 +1,9 @@ .\" Copyright (C) 2001-2007 Graeme Walker .\" -.\" This program is free software; you can redistribute it and/or -.\" modify it under the terms of the GNU General Public License -.\" as published by the Free Software Foundation; either -.\" version 2 of the License, or (at your option) any later -.\" version. +.\" This program is free software: you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation, either version 3 of the License, or +.\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,9 +11,7 @@ .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License -.\" along with this program; if not, write to the Free Software -.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -.\" +.\" along with this program. If not, see . .TH EMAILRELAY-PASSWD 1 local .SH NAME emailrelay-passwd \- a password encoding utility for E-MailRelay diff --git a/doc/emailrelay-poke.1 b/doc/emailrelay-poke.1 index 0359280..584a31c 100644 --- a/doc/emailrelay-poke.1 +++ b/doc/emailrelay-poke.1 @@ -1,10 +1,9 @@ .\" Copyright (C) 2001-2007 Graeme Walker .\" -.\" This program is free software; you can redistribute it and/or -.\" modify it under the terms of the GNU General Public License -.\" as published by the Free Software Foundation; either -.\" version 2 of the License, or (at your option) any later -.\" version. +.\" This program is free software: you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation, either version 3 of the License, or +.\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,9 +11,7 @@ .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License -.\" along with this program; if not, write to the Free Software -.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -.\" +.\" along with this program. If not, see . .TH EMAILRELAY-POKE 1 local .SH NAME emailrelay-poke \- forces an E-MailRelay server to deliver spooled mail diff --git a/doc/emailrelay-submit.1 b/doc/emailrelay-submit.1 index c90be39..96c2974 100644 --- a/doc/emailrelay-submit.1 +++ b/doc/emailrelay-submit.1 @@ -1,10 +1,9 @@ .\" Copyright (C) 2001-2007 Graeme Walker .\" -.\" This program is free software; you can redistribute it and/or -.\" modify it under the terms of the GNU General Public License -.\" as published by the Free Software Foundation; either -.\" version 2 of the License, or (at your option) any later -.\" version. +.\" This program is free software: you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation, either version 3 of the License, or +.\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,9 +11,7 @@ .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License -.\" along with this program; if not, write to the Free Software -.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -.\" +.\" along with this program. If not, see . .TH EMAILRELAY-SUBMIT 1 local .SH NAME emailrelay-submit \- a submission utility for E-MailRelay diff --git a/doc/emailrelay.1 b/doc/emailrelay.1 index d48f7b3..2f5d5e2 100644 --- a/doc/emailrelay.1 +++ b/doc/emailrelay.1 @@ -1,10 +1,9 @@ .\" Copyright (C) 2001-2007 Graeme Walker .\" -.\" This program is free software; you can redistribute it and/or -.\" modify it under the terms of the GNU General Public License -.\" as published by the Free Software Foundation; either -.\" version 2 of the License, or (at your option) any later -.\" version. +.\" This program is free software: you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation, either version 3 of the License, or +.\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,9 +11,7 @@ .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License -.\" along with this program; if not, write to the Free Software -.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -.\" +.\" along with this program. If not, see . .TH EMAILRELAY 1 local .SH NAME emailrelay \- e-mail transfer agent and proxy @@ -110,7 +107,7 @@ Specifies the remote smtp server (required by \fI--forward\fR, \fI--poll\fR, \fI Displays help text and exits. .TP .B \-m, --immediate -Enables immediating forwarding of messages as soon as they are received (requires \fI--forward-to\fR). +Enables immediate forwarding of messages as soon as they are received (requires \fI--forward-to\fR). .TP .B \-I, --interface \fI\fR Defines the listening interface for new connections. @@ -154,15 +151,15 @@ Specifies the pop listening port number (requires \fI--pop\fR). .B \-p, --port \fI\fR Specifies the smtp listening port number. .TP +.B \-w, --prompt-timeout \fI