Re: About filtering mail with mailq

2009-02-13 Thread mouss
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 domain. Im > making: > > #postqueue -p | grep ' Feb @aol.c

Re: About filtering mail with mailq

2009-02-13 Thread Charles Marcus
On 2/13/2009 6:36 AM, deconya wrote: > 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 domain. Im > making: Don't accept messages for inva

About filtering mail with mailq

2009-02-13 Thread deconya
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 domain. Im making: #postqueue -p | grep ' Feb @aol.com' | sed 's/*//' | awk '{print $1}' >spam.txt but