Yes I actually did read the documentation. I guess I was having a brain
fart moment. Thank you for pointing me in the right direction. I think
that i have it mostly going now. I just have to figure out why I am getting
the following error:
Error report:
List: richmont
User:
Action:
File: Queuefile '/var/lib/ecartis/queue/3DF738161422' is empty.
Error: No such file or directory
-- queuefile in error --
---
End of error report.
/var/lib/queue does exist but the file that it is reporting is not there.
Somehow it is not making the file, or permissions aren't there not sure..
perms are RWXRWXRWX on the queue directory as I tried to modify them if
anyone has thoughts on this I would greatly appreciate a nudge in the right
direction.
Regards,
Rob G
----- Original Message -----
From: "Davide Libenzi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 10, 2002 11:00 PM
Subject: [xmail] Re: XMAIL and Majordomo
>
> 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]
>
-
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]