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

Diff of /INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Tue Nov 19 09:06:16 2002 UTC revision 1.4 by dpavlin, Tue Dec 17 19:00:00 2002 UTC
# Line 1  Line 1 
1  How to install this service.  How to install this service.
2    
3  1. do a checkout of this project from cvs in some directory,  1. do a checkout of this project from cvs in some directory,
4     e.g. /data/sap_sigma     e.g. /data/sap_import
5    
6  2. create e-mail alias which will be re-directed to script  2. create e-mail alias which will be re-directed to script
7    
8          /etc/aliases:          /etc/aliases:
9    
10          sigma-orders: "| /data/sap_sigma/mail2sap.pl "          sigma-orders: "| /data/sap_import/mail2sap.pl "
11    
12  3. edit mail2sap.xml to modify configuration options as appropriate  3. edit mail2sap.xml to modify configuration options as appropriate
13    
14    4. make mail2sap.pl setgid to some group that has write permission in
15       directory which is defined as <msgdir> and <outdir> in mail2sap.xml
16    
17       If group id is 601, you can use following:
18    
19            # chgrp 601 mail2sap.pl
20            # chmod 2755 mail2sap.pl
21    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26