The majordomo-owner:majordomo owner-test and test-owner aliases are potential mail loops.
In other words, why are you redirecting address that should reach a human, to a program?
And unless you are on a hosted domain, why are you using -C name-of-config-file?
Why do you have a test-list and a test-outgoing? Use one or the other, but use one.
The final argument of your pipe to wrapper is missing the recipient address. This is
how/where you make a call to test-list or test-outgoing. See my aliases below; In your
case, you should probably remove aliases and recipients containing archive or digest. If
you use these exactly as posted, you will need to solve dependencies in your majordomo.cf
and file system directory structure.
majordomo: "|/usr/lib/majordomo/wrapper majordomo"
majordomo-owner: owner-majordomo
owner-majordomo: real-person (at) anydomain (dot) com,
# The above address is obfuscated, please use a real address.
test: "|/usr/lib/majordomo/wrapper resend -l test test-outgoing,nobody"
test-outgoing: :include:/var/lib/majordomo/lists/test,test-digestify,test-archiver
test-archiver: "|/usr/lib/majordomo/wrapper archive2.pl -f /var/lib/majordomo/archive/test/test -a -M"
test-digestify: "|/usr/lib/majordomo/wrapper digest -r -C -l test-digest test-digest-outgoing,nobody"
owner-test: some-person (at) anydomain (dot) net,
# The above address is obfuscated, please use a real address.
test-owner: owner-test
test-digest: test
test-digest-outgoing: :include:/var/lib/majordomo/lists/test-digest,nobody
test-digest-owner: owner-test
test-request: "|/usr/lib/majordomo/wrapper majordomo -l test"
test-digest-request: "|/usr/lib/majordomo/wrapper majordomo -l test-digest"
test-approval: owner-test
test-digest-approval: owner-test
Dan Liston
The aliases presented are for a sendmail MTA. If you are using qmail, postfix, exim, or some other
MTA, please adjust accordingly.
Never make untested changes to a production server. Do all testing in a dedicated test environment.
cald7786 @
bellsouth .
net wrote:
I'm doing so testing of my configuration, and the message is returned, but it only comes back to me and not the remainder of the subscribers on the list. Is there something misconfigured in the config file?
majordomo: "|/usr/lib/majordomo/wrapper majordomo -C /etc/majordomo.cf"
majordomo-owner: majordomo
test: "|/usr/lib/majordomo/wrapper resend -l test -C test-list"
test-list: :include:/var/lib/majordomo/lists/test
owner-test: majordomo
test-owner: majordomo
test-outgoing: :include:/var/lib/majordomo/lists/test
test-request: "|/usr/lib/majordomo/wrapper majordomo -l test -C /etc/majordomo.cf"
References:
|
|