I have the following directories under /opt/majordomo:
lists for all files containing members of lists
digests where all the digests are saved and
archives where archiving is done.
In the lists directory, are listname, listname-digest, listname.config,
listname-digest.config, and the .intro, .info files for each list.
In the digests directory (named with an 's' on the end so as not to be
confused with the digest perl script also in that directory), are
directories named listname-digest which contain the 001 002 003 ... files
which contain the digests.
In the archives directory are directories named listname.archive and
listname-digest.archive. Because of a configuration issue on my server,
I've created a symbolic link to each listname.archive directory just called
listname. I do that so the email retrieval mechanism works for sending
index and get commands. It failed before I created the symbolic links.
My majordomo.cf file reflects these directories like this, in their
various portions:
$listdir = "$homedir/lists"; <- on line 24
$digest_work_dir = "/opt/majordomo-1.94.5/digests"; <- on line 33
$filedir = "/opt/majordomo-1.94.5/archives"; <- on line 133
$filedir_suffix = ".archive"; <- on line 134
I hope this answers your question adequately.
--
Karl L. Pearson
Senior Consulting Systems Analyst
Senior Consulting Database Analyst
karlp@ourldsfamily.com
http://consulting.ourldsfamily.com
My Thoughts on Terrorism In America:
http://www.ourldsfamily.com/wtc.shtml
On Thu, 16 May 2002, Dinesh Anchan wrote:
>I though I can keep digest also in the $listdir.
>
>
>So how does it work? You need a file by the name ${list}-digest in the
>$digest_work_dir and a directory ${list}-digest in the $listdir where the
>file 001 will be stored?
>
>In my setup $listdir and $digest_work_dir are the same which
>/usr/local/majordomo/lists
>I have a file by the listname which has the e-mail address of the subscribed
>users
>and I have the following directories:
>admin-digest
>admin-digest.archive
>admin.archive
>
>I think my digest configuration is wrong.
>
>Thank you for your reply
>
>Dinesh
>-----Original Message-----
>From: karlp@ourldsfamily.com [mailto:karlp@ourldsfamily.com]
>Sent: Thursday, May 16, 2002 11:26 AM
>To: Dinesh Anchan
>Subject: RE: Error in sending the digest
>
>
>/usr/local/majordomo/lists/admin-digest has to be a flat file containing
>the names of those who get the digest.
>
>--
>Karl L. Pearson
>Senior Consulting Systems Analyst
>Senior Consulting Database Analyst
>karlp@ourldsfamily.com
>http://consulting.ourldsfamily.com
> My Thoughts on Terrorism In America:
> http://www.ourldsfamily.com/wtc.shtml
>
>On Thu, 16 May 2002, Dinesh Anchan wrote:
>
>>Hi Karl,
>>
>>Thank you for your reply.
>>
>>/usr/local/majordomo/lists/admin-digest is the directory i have created for
>>the digest and i defined $digest_work_dir as /usr/local/majordomo/lists in
>>majordomo.cf. I see the message sent to the list are getting written to
>001
>>file in this directory but cannot send the digest.
>>
>>The owner and group is majordomo for this directory with permissions 775.
>>Majordomo is running daemon as default group. I also noticed that whenever
>>majordomo creates any file, it creates it as group daemon not majordomo.
>>
>>Thanks
>>
>>Dinesh
>>-----Original Message-----
>>From: karlp@ourldsfamily.com [mailto:karlp@ourldsfamily.com]
>>Sent: Thursday, May 16, 2002 11:09 AM
>>To: Dinesh Anchan
>>Subject: Re: Error in sending the digest
>>
>>
>>The file "/usr/local/majordomo/lists/admin-digest" may be a directory,
>>which may mean that your digests, usually in the path
>>"/usr/local/majordomo/digests" is not setup correctly.
>>
>>However, I'm just taking a guess here.
>>
>>--
>>Karl L. Pearson
>>Senior Consulting Systems Analyst
>>Senior Consulting Database Analyst
>>karlp@ourldsfamily.com
>>http://consulting.ourldsfamily.com
>> My Thoughts on Terrorism In America:
>> http://www.ourldsfamily.com/wtc.shtml
>>
>>On Thu, 16 May 2002, Dinesh Anchan wrote:
>>
>>>I am getting the following error message while trying to send the digest
>>>using digest.send program.
>>>
>>>---- Error message --------------
>>>The original message was received at Thu, 16 May 2002 11:35:16 -0400 (EDT)
>>>from majordomo@localhost
>>>
>>> ----- The following addresses had permanent fatal errors -----
>>>:include:/usr/local/majordomo/lists/admin-digest
>>> (expanded from: admin-digest-outgoing)
>>>
>>> ----- Transcript of session follows -----
>>>550 5.2.4 :include:/usr/local/majordomo/lists/admin-digest... Cannot open
>>>/usr/local/majordomo/lists/admin-digest: Regular files only
>>>Message delivered to mailing list admin-digest-outgoing
>>>---- End of error message ---------------
>>>
>>>Can anyone help me? please!!!
>>>
>>>Dinesh
>>>
>>>
>>
>>
>
>
References:
|
|