> where is the patch ? The patch used on postfix 2.0.19 is very simple:
mail_stream.c - || fchmod(vstream_fileno(info->stream), 0700 | info->mode) + || fchmod(vstream_fileno(info->stream), 0770 | info->mode) > mailq | grep mailaddr > postcat -q queueid | less The message processing is done programmatically. No external processes. On Fri, Jun 8, 2012 at 4:49 PM, Benny Pedersen <m...@junc.org> wrote: > Den 2012-06-07 12:56, Nicolae Ghimbovschi skrev: > >> Yeah, I see that. The file permissions are hardcoded. >> That is why I tried to change Postfix's code. > > > where is the patch ? > > mailq | grep mailaddr > postcat -q queueid | less > > what more do you need ? > > >