/[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

Annotation of /mail2sap.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Tue Nov 19 09:03:22 2002 UTC (21 years, 4 months ago) by dpavlin
Branch: MAIN
File MIME type: text/xml
move configuration to xml

1 dpavlin 1.1 <config>
2    
3     <!-- where is log located? It should be writable by user mail -->
4     <log>/data/sap_sigma/orders.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/mime</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     </sap>
24    
25     </config>
26    

  ViewVC Help
Powered by ViewVC 1.1.26