All pastes #2090832 Raw Edit

Anonymous

public text v1 · immutable
#2090832 ·published 2011-10-17 15:41 UTC
rendered paste body
<Location /webmail>
        Order deny,allow
        AuthType Basic
        AuthName "Authorised Users"
        AuthBasicProvider external
        AuthExternal pwauth
        AuthzUnixgroup on
        Require group mailuser
        Allow from 10.0.0.0
        Satisfy Any
</Location>