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 ....@aol.com <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     -m...@mydomina.com <mailto:m...@mydomina.com>
>         -m...@aol.com <mailto:m...@aol.com>
> 
> 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.

Reply via email to