I been playing with finding a way to reduce spam. I am debian user who has a ispconfig setup and noticed fail2ban has added some support for email
but nothing to deal with
"rejected: User unknown in local recipient table" messages
Now I am not a expert. But one thing I know is security usualy causes lotsa problems when you try to go the extra mile.
so I thought I would run it by some of you before I actualy sit down and start running it ..
i will run it on one domain first to see if it makes a diffrence.
I am unsure if it will effect email forwards though? anyones thoughts
here is the filter I found on the net showing a 554 error from mail log
Quote:
failregex = reject: (?:RCPT|VRFY) from [a-zA-Z.0-9-]*.(?P<host>[0-9.]*).:
(?:.*Relay access denied|554 Service unavailable; Client host \S* blocked
using|(?:Sender|Recipient) address rejected)
|
here is what I am wanting to do with it is form it to block 550 errors and I could use some help
Quote:
|
failregex = reject: RCPT from (.*)\[<HOST>\]: 550
|
so before I start losing mail and screw things up what do you think?!
now I figure from my logs it looks like they try like 4-5 times.. how many ligit ones get through 4 5 mistakes and even if they do a delay is no big deal is it?
not sure what I am talking about.
then take a look at some of these from my mail.log these evil name harvesting bots eating up cpu time, memory and bandwidth. we can go on all day how bad spam is. ever little bit will helf x 10 fold So I am crying for some tips here!
Quote:
Nov 16 13:46:26 s1host postfix/smtpd[27185]: NOQUEUE: reject: RCPT from ppp94-29-84-75.pppoe.spdop.ru[94.29.84.75]: 550 5.1.1 <garner@ domain.com>: Recipient address rejected: User unknown in local recipient table; from=<haileydoreen_de@minpost.nu> to=<garner@ domain.com> proto=ESMTP helo=<rqnyt>
Nov 16 13:46:26 s1host postfix/smtpd[27185]: NOQUEUE: reject: RCPT from ppp94-29-84-75.pppoe.spdop.ru[94.29.84.75]: 550 5.1.1 <barrett@ domain.com>: Recipient address rejected: User unknown in local recipient table; from=<haileydoreen_de@minpost.nu> to=<barrett@ domain.com> proto=ESMTP helo=<rqnyt>
Nov 16 13:46:26 s1host postfix/smtpd[27185]: NOQUEUE: reject: RCPT from ppp94-29-84-75.pppoe.spdop.ru[94.29.84.75]: 550 5.1.1 <love@ domain.com>: Recipient address rejected: User unknown in local recipient table; from=<haileydoreen_de@minpost.nu> to=<love@ domain.com> proto=ESMTP helo=<rqnyt>
Nov 16 13:46:26 s1host postfix/smtpd[27185]: B0130EE05B: client=ppp94-29-84-75.pppoe.spdop.ru[94.29.84.75]
Nov 16 13:46:26 s1host postfix/smtpd[27185]: B0130EE05B: reject: RCPT from ppp94-29-84-75.pppoe.spdop.ru[94.29.84.75]: 550 5.1.1 <bates@ domain.com>: Recipient address rejected: User unknown in local recipient table; from=<haileydoreen_de@minpost.nu> to=<bates@ domain.com> proto=ESMTP helo=<rqnyt>
Nov 16 13:46:27 s1host postfix/smtpd[27185]: NOQUEUE: reject: RCPT from ppp94-29-84-75.pppoe.spdop.ru[94.29.84.75]: 550 5.1.1 <ellis@ domain.com>: Recipient address rejected: User unknown in local recipient table; from=<augustina.marthbo@minpost.nu> to=<ellis@ domain.com> proto=ESMTP helo=<rqnyt>
Nov 16 13:46:27 s1host postfix/smtpd[27185]: NOQUEUE: reject: RCPT from ppp94-29-84-75.pppoe.spdop.ru[94.29.84.75]: 550 5.1.1 <ishop@ domain.com>: Recipient address rejected: User unknown in local recipient table; from=<augustina.marthbo@minpost.nu> to=<ishop@ domain.com> proto=ESMTP helo=<rqnyt>
Nov 16 13:46:27 s1host postfix/smtpd[27185]: NOQUEUE: reject: RCPT from ppp94-29-84-75.pppoe.spdop.ru[94.29.84.75]: 550 5.1.1 <dennis@ domain.com>: Recipient address rejected: User unknown in local recipient table; from=<augustina.marthbo@minpost.nu> to=<dennis@ domain.com> proto=ESMTP helo=<rqnyt>
|