On Tue, 10 Dec 2002, Rob G wrote: > > Ok I think I have Ecartis installed properly. Do i just copy the aliases > that Ecartis outputted to the /MailRoot/cmdaliases/domain/user.tab file?
Did you actually ever read the documentation ? How can you drop the alias file ecartis generates inside the user.tab ? I have this script named ecartis.sh : #!/bin/sh DIRNAME=`dirname $0` FILENAME=$1 shift $DIRNAME/econv --mbox --unix --input $FILENAME > $FILENAME.lst $DIRNAME/ecartis -f $FILENAME.lst $* rm -f $FILENAME* Look at the permissions inside the ecartis folder : -rwsrwsr-x 1 ecartis ecartis 237183 May 13 2002 ecartis -rwxr-xr-x 1 ecartis ecartis 167 May 12 2002 ecartis.sh -rwxr-xr-x 1 ecartis ecartis 5884 May 12 2002 econv -rwxr-xr-x 1 root root 4116 Apr 4 2002 lisset.pl Than I have these files : [root@x35 ecartis]# ll /home/xmailuser/MailRoot/cmdaliases/xmailserver.org/ total 60 -rw-r--r-- 1 root root 66 Apr 4 2002 ecartis.tab -rw-r--r-- 1 root root 84 Apr 4 2002 xmail-admins.tab -rw-r--r-- 1 root root 93 Apr 4 2002 xmail-announce-admins.tab -rw-r--r-- 1 root root 93 Apr 4 2002 xmail-announce-bounce.tab -rw-r--r-- 1 root root 97 Apr 4 2002 xmail-announce-moderators.tab -rw-r--r-- 1 root root 41 Apr 4 2002 xmail-announce-owner.tab -rw-r--r-- 1 root root 88 Apr 4 2002 xmail-announce-repost.tab -rw-r--r-- 1 root root 88 Apr 4 2002 xmail-announce-request.tab -rw-r--r-- 1 root root 88 Apr 4 2002 xmail-announce.tab -rw-r--r-- 1 root root 84 Apr 4 2002 xmail-bounce.tab -rw-r--r-- 1 root root 88 Apr 4 2002 xmail-moderators.tab -rw-r--r-- 1 root root 41 Apr 4 2002 xmail-owner.tab -rw-r--r-- 1 root root 79 Apr 4 2002 xmail-repost.tab -rw-r--r-- 1 root root 79 Apr 4 2002 xmail-request.tab -rw-r--r-- 1 root root 79 Apr 4 2002 xmail.tab That typically contain : [root@x35 ecartis]# cat /home/xmailuser/MailRoot/cmdaliases/xmailserver.org/xmail.tab "external" "0" "0" "/home/ecartis/ecartis/ecartis.sh" "@@TMPFILE" "-s" "xmail" [root@x35 ecartis]# cat /home/xmailuser/MailRoot/cmdaliases/xmailserver.org/ecartis.tab "external" "0" "0" "/home/ecartis/ecartis/ecartis.sh" "@@TMPFILE" [root@x35 ecartis]# cat /home/xmailuser/MailRoot/cmdaliases/xmailserver.org/xmail-bounce.tab "external" "0" "0" "/home/ecartis/ecartis/ecartis.sh" "@@TMPFILE" "-bounce" "xmail" etc ... - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
