On Mon, 27 Jun 2011 23:47:50 +0200 Reindl Harald articulated: > Am 27.06.2011 23:44, schrieb 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! > > i guess nobody has an idea about what you are speaking! > > what webmail? > why block? > block in which direction?
There is this possible setting: authorized_submit_users = !www, static:all However, I thought I saw something with "smtpd_mumble_restrictions" or something like that. Sorry, I don't remember what it was and I am unable to locate it presently. I'll keep looking. Specifically, I wanted to insure if Apache was somehow hijacked that mail could not be relayed from it through Postfix. Thanks anyway.