
Is it possible to configure mailman so that any email from any address from site @domain will be accepted by the mailman server without moderation?
Is it possible to configure accept_non_members so that ANY address from @domain can be added without having to specify each address separately?
-- Máire Jones Systems Administrator School of Computer Science and Statistics Trinity College Dublin Ireland

On 2/19/2013 5:06 AM, Máire Jones wrote:
If this is a different question from the next question, please clarify what you want.
Is it possible to configure accept_non_members so that ANY address from @domain can be added without having to specify each address separately?
Put
^.*@domain
or, e.g.
^.*[@.]example\.com$
to accept any address in example.com or a sub-domain thereof in accept_these_non-members. Entries that begin with ^ are regular expression matches as mentioned in the (Details for accept_these_nonmembers) help.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

On 2013-02-20 3:18 PM, Mark Sapiro <mark@msapiro.net> wrote:
But it would still be much better to create a 'whitelist' and add specific addresses to it and use that...
Blindly accepting all addresses to a domain is bad in the same way that catchall accounts are bad... at least imho...

On 2/19/2013 5:06 AM, Máire Jones wrote:
If this is a different question from the next question, please clarify what you want.
Is it possible to configure accept_non_members so that ANY address from @domain can be added without having to specify each address separately?
Put
^.*@domain
or, e.g.
^.*[@.]example\.com$
to accept any address in example.com or a sub-domain thereof in accept_these_non-members. Entries that begin with ^ are regular expression matches as mentioned in the (Details for accept_these_nonmembers) help.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

On 2013-02-20 3:18 PM, Mark Sapiro <mark@msapiro.net> wrote:
But it would still be much better to create a 'whitelist' and add specific addresses to it and use that...
Blindly accepting all addresses to a domain is bad in the same way that catchall accounts are bad... at least imho...
participants (3)
-
Mark Sapiro
-
Máire Jones
-
Tanstaafl