Jevos, Peter wrote:
> Hello everybody
> I have some questions about config majordomo 1.94.5
> 1. How could I corrctly define restrict_post option ?
> If I used only name of the list file or absolute path to that file it
> does'nt matter.
> For example: My list name is test. I used "resctrict_post=test". Also
> I used "resctric_post=/usr/local/majordomo/lists/test". But anybody
> could send message to test@my.domain.com regardless he's in the
> file test. Why ?
What do your aliases for "test" look like? Do you have something like:
test: :include:/path/to/files/test
or more like
test: "|/path/to/files/wrapper resend -l test test-outgoing"
test-outgoing: :include:/path/to/files/test
If you have the first form, your settings marked as used by "resend" in
the config file are irrelevant and ignored, because you're not using
"resend" to process the outgoing mail.
References:
|
|