Re: problem in approving mails

Daniel Liston <[email protected]> Wed, 01 Apr 2009 12:55:31 -0500
Newsgroups gmane.mail.majordomo.general
Message-ID <[email protected]>
All good information, but what is in test_majordemo.config that
will make messages go anywhere but abc?  Do you have moderate=yes
and moderator=xyz?

Ranbir Sanasam wrote:
> Hi,
> 
> I am new to majordomo. I have installed majordomo-1.94.5 on our mail 
> server.. As per the config-test, it seems to be  working properly. But, 
> the problem is the following.
> 
> I want to create a group mailing list say test@<domain name>. All mails 
> to this group should go to its owner for approval before it gets 
> delivered. As per the manual, i have make the following entries
> 
> majordomo: "|/usr/local/majordomo-1.94.5/wrapper majordomo"
> owner-majordomo: xyz
> majordomo-owner: xyz
> 
> test_majordemo: "|/usr/local/majordomo-1.94.5/wrapper  resend -l test_majordemo test_majordemo-list"
> test_majordemo-list: abc
> owner-test_majordemo: xyz
> test_majordemo-owner: xyz
> test_majordemo-approval: xyz
> test_majordemo-request: "|/usr/local/majordomo-1.94.5/wrapper majordomo -l test_majordemo"
> 
> Now the problem is : when i send some test mail to 
> test_majordemo@<domain name>, instead of going to xyz user for approval, 
> it is directly delivering to abc user.
> 
> in the approver home directory, we have the following information in the 
> .majordomo file
> 
> test_majordemo@<domain name>       test_majordemo.pass       
> majordomo@<domain name>
> 
> 
> We are running our mail server on Debian etch with sendmail MTA.
> 
> Any help would be appreciated.
> 
> Regards
> -ranbir