At 04:10 PM 12/10/04, Ralf Glauberman wrote:
>I'm news to majordomo so forgive me if this is a stupid question.
>I'm setting up a managed list with majordomo which seems to work good,
>but there is one thing that i don't get arround: i have the following
>in my alias-file:
>test: "| /usr/lib/majordomo/wrapper resend -l test test-outgoing"
>test-outgoing: :include:/var/lib/majordomo/lists/test
>so, if the users post to test everything is good, but if they post to
>test-outgoing all the majordomomanagement will be bypassed. this
>wouldn't be a problem if users wouldn't know about test-outgoing, but
>majordomo puts this address in some mail-headers when sending mail to
>the list.
>So, how can i either get around the test-outgoing address completely
>or tell md not to mention this address?
>
>Majordomo 1.94.5
>Perl v5.8.1
>OS SuSE 9.0 x86
>Mailer is Postfix
I don't know anything about Postfix, but sendmail can fix both problems:
1) To prevent outside access to -outgoing, add this entry to
/etc/mail/virtusertable
test-outgoing@domain.com error:nouser User unknown
2) The -outgoing address is "hidden" if you use:
test: "| /usr/lib/majordomo/wrapper resend -l test test-outgoing,nobody"
Perhaps Postfix has features similar to these?
Follow-Ups:
References:
|
|