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?

Thanks!

Reply via email to