Disable outgoing RBL checks

Questions and answers about how to do stuff
Post Reply
largo
Posts: 22
Joined: 15 Nov 2016 08:49

Disable outgoing RBL checks

Post by largo »

Hi
Is there any way to disable outgoing RBL checks without whilisting the mailservers.

/Largo
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Disable outgoing RBL checks

Post by shawniverson »

RBL checks in SA, mailscanner, or postfix? I'm guessing SA...

MailScanner -- yes, with a ruleset, but this would disable all SA scanning rules for the source, not just RBL checks
SA -- probably requires some SA wizardry
postfix -- with an access list

Code: Select all

# Do you want to find spam using the "SpamAssassin" package?
# This can also be the filename of a ruleset.
Use SpamAssassin = /path/to/some/saruleset
/path/to/some/saruleset (tab delimited)

Code: Select all

From:     <my mailserver>     no
To or From:      *      yes
largo
Posts: 22
Joined: 15 Nov 2016 08:49

Re: Disable outgoing RBL checks

Post by largo »

Thanks for your answer. Will this disable OW to?
/Largo
nicola.piazzi
Posts: 388
Joined: 23 Apr 2015 09:45

Re: Disable outgoing RBL checks

Post by nicola.piazzi »

I think yes, for this reason i take enabled
nicola.piazzi
Posts: 388
Joined: 23 Apr 2015 09:45

Re: Disable outgoing RBL checks

Post by nicola.piazzi »

You can put internal IP in mailscanner whitelist from mailscanner panel
This is the effect
Cattura.PNG
Cattura.PNG (13.82 KiB) Viewed 4298 times
nicola.piazzi
Posts: 388
Joined: 23 Apr 2015 09:45

Re: Disable outgoing RBL checks

Post by nicola.piazzi »

Another useful thing is to use SHORTCIRCUIT
i put in email my example
Post Reply