Jerry:
[ Charset UTF-8 unsupported, converting... ]
> On Mon, 27 Jun 2011 18:06:19 -0400 (EDT)
> Wietse Venema articulated:
> 
> > Jerry:
> > > I saw a configuration for blocking web mail from Apache from
> > > accessing Postfix. I think it was something like: !www or something
> > > like that. I forgot to write it down and now I cannot locate it.
> > > Does anyone know what the recipe is. Thanks!
> > 
> > This was discussed here three postings before your question.
> 
> OK, I found it:
> 
> authorized_submit_users = !apache,static:all
> 
> Since I am running Apache on FreeBSD with user/group ownership of "www"
> I assume I would use this instead:
> 
> authorized_submit_users = !www, static:all
> 
> Would that be correct?

If in doubt, read the manpage:

$ man 5 postconf
authorized_submit_users (default: static:anyone)
    ...
   Specify a list of user names, "/file/name"  or  "type:table"  patterns,
   separated  by  commas  and/or  whitespace...

        Wietse

Reply via email to