/[sap_import]/mail2sap.xml
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /mail2sap.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (show annotations)
Wed Apr 2 07:16:44 2003 UTC (21 years ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +1 -1 lines
File MIME type: text/xml
better logs, better handling of attachements

1 <config>
2
3 <!-- where is log located? It should be writable by user mail -->
4 <log>/data/sap_import/sigma.log</log>
5
6 <!-- temporary directory (ON SAME FILESYSTEM AS $outdir - we use
7 rename to move file to outdir); we will add PID to end of this
8 path to make it unique -->
9 <msgdir>/var/autofs/data/export_sigma</msgdir>
10
11 <!-- where will attachements end up before SAP rfc is called -->
12 <outdir>/var/autofs/data/export_sigma</outdir>
13
14 <!-- configuration parameters for SAP -->
15 <sap>
16 <ashost>cipkg</ashost>
17 <user>rfctest</user>
18 <passwd>dinamo</passwd>
19 <lang>HR</lang>
20 <client>200</client>
21 <sysnr>20</sysnr>
22 <trace>0</trace>
23 <discover>Z_ZDMM0123_SIGMA_RFC</discover>
24 <params>
25 <FILEPATH>ZSIGMA</FILEPATH>
26 <PORT>ZIDOC</PORT>
27 <!-- <FILENAME>in script</FILENAME> -->
28 </params>
29 </sap>
30
31 </config>
32

  ViewVC Help
Powered by ViewVC 1.1.26