X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fegate.sgml;h=acc7860b1d52fc41e95dfbc98ed3fb5aab1e2066;hb=refs%2Fheads%2Forigin;hp=230c1e3f303663950afafba9d02ca8138a688166;hpb=f0e3e1b012eb28daf13e575c5e78e0e5aced3abb;p=egate.git diff --git a/doc/egate.sgml b/doc/egate.sgml index 230c1e3..acc7860 100644 --- a/doc/egate.sgml +++ b/doc/egate.sgml @@ -1,14 +1,14 @@
Email - Z39.50 gateway guide <author>Europagate, 1996 <htmlurl url="http://europagate.dtv.dk" name="http://europagate.dtv.dk"> -<date>$Revision: 1.13 $ +<date>$Revision: 1.14 $ <abstract> This document describes a Email server that provides access to the Z39.50 protocol. @@ -52,8 +52,8 @@ to build the zdist software in the directory <tt/libz3950/. YAZ can be found at the FTP host: -<htmlurl url="ftp://ftp.indexdata.dk/index/yaz" - name="ftp://ftp.indexdata.dk/index/yaz"> +<htmlurl url="ftp://ftp.indexdata.dk/pub/yaz/" + name="ftp://ftp.indexdata.dk/pub/yaz/"> The ES also uses GNU's regex package to parse regular expressions. The ES has been tested with regex-0.12. Some systems, such as Linux, @@ -109,10 +109,10 @@ The mail system needs to know about the ES. Pick some name that serves as the ES user and edit <tt/aliases/ used by your mail system (usually <tt>usr/lib/aliases</tt>). Now add the following line: -<tt>es:"|/usr/local/lib/es/eti </tt><em>options</em><tt>"</tt> +<tt>es:"|/usr/local/lib/emailgw/eti </tt><em>options</em><tt>"</tt> In this example the mail user name is <tt/es/ and the EMAILLIBDIR is -<tt>/usr/local/lib/es</tt>. +<tt>/usr/local/lib/emailgw</tt>. The ES system can operate with or without the monitor. When using the monitor the number of simultanous running kernels can be @@ -129,7 +129,7 @@ start the monitor in one of your boot scripts (rc). For example this might be put in a boot script: <tscreen><verb> -(cd /usr/local/lib/es; ./monitor -d -l mon.log -- -d -l kernel.log &) +(cd /usr/local/lib/emailgw; ./monitor -d -l mon.log -- -d -l kernel.log &) </verb></tscreen> Here the monitor is started with the options <tt>-d -l mon.log</tt> @@ -138,7 +138,7 @@ kernel. In this mode, the eti should contact the monitor (and not the kernel), so the following might be put in the aliases file: <tscreen><verb> -es:"|/usr/local/lib/es/eti -c /usr/local/lib/es" +es:"|/usr/local/lib/emailgw/eti -c /usr/local/lib/emailgw" </verb></tscreen> The eti sets current directory to the path specified by option <tt>-c</tt>. @@ -151,7 +151,7 @@ The eti will contact the kernel directly. The following line could be put in your aliases file: <tscreen><verb> -es:"|/usr/local/lib/es/eti -c /usr/local/lib/es -- -d -l kernel.log" +es:"|/usr/local/lib/emailgw/eti -c /usr/local/lib/emailgw -- -d -l kernel.log" </verb></tscreen> <sect1>eti