--- INSTALL 2002/11/19 10:43:46 1.2 +++ INSTALL 2002/12/17 19:00:00 1.4 @@ -1,16 +1,21 @@ How to install this service. 1. do a checkout of this project from cvs in some directory, - e.g. /data/sap_sigma + e.g. /data/sap_import 2. create e-mail alias which will be re-directed to script /etc/aliases: - sigma-orders: "| /data/sap_sigma/mail2sap.pl " + sigma-orders: "| /data/sap_import/mail2sap.pl " 3. edit mail2sap.xml to modify configuration options as appropriate 4. make mail2sap.pl setgid to some group that has write permission in directory which is defined as and in mail2sap.xml + If group id is 601, you can use following: + + # chgrp 601 mail2sap.pl + # chmod 2755 mail2sap.pl +