deconya a écrit : > Hi > > Im new postfix and Im learning how to use. My first problem is about the > spam because in my server are incoming mails with my domain but using > bad adresses and making copy to the aol.com <http://aol.com> domain. Im > making: > > #postqueue -p | grep ' Feb [email protected] <http://aol.com/>' | sed 's/*//' | > awk '{print $1}' >spam.txt > > but not appears de ID. I need to filter to domins in different lines, > for exemple: > > ID [email protected] <mailto:[email protected]> > [email protected] <mailto:[email protected]> > > How I can make this? >
you mean what? processing output of postqueue? if so, write a script. perl is excellent at this. if you have another problem, please explain.
