[
https://issues.apache.org/jira/browse/JAMES-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Norman Maurer resolved JAMES-1024.
----------------------------------
Resolution: Fixed
Should be fixed now.. Thx for the report!
> JDBCGreylistHandler does not respect the whitelistedNetworks configuration
> --------------------------------------------------------------------------
>
> Key: JAMES-1024
> URL: https://issues.apache.org/jira/browse/JAMES-1024
> Project: JAMES Server
> Issue Type: Bug
> Components: SMTPServer
> Reporter: Norman Maurer
> Assignee: Norman Maurer
> Fix For: 3.0-M1
>
>
> From ml:
> Hi,
> I am having problem which seems to be a bug in
> org.apache.james.smtpserver.fastfail.JDBCGreylistHandler
> Here is what I have in smtpserver.xml
> <handler
> class="org.apache.james.smtpserver.fastfail.JDBCGreylistHandler">
> <repositoryPath>db://maildb</repositoryPath>
> <sqlFile>file://conf/sqlResources.xml</sqlFile>
> <tempBlockTime>1 minute</tempBlockTime>
> <unseenLifeTime>4 hours</unseenLifeTime>
> <autoWhiteListLifeTime>36 days</autoWhiteListLifeTime>
> <whitelistedNetworks>127.0.0.0/8,74.125.82.0/24</whitelistedNetworks>
> </handler>
> Greylisting works perfectly, adds triplets to database etc. But when I
> decided to add entries into whitelistedNetworks(for example I've added a
> whole Google range to avoid any greylisting to be applied to emails coming
> from Google, this whitelist seems not to be working because triplets are
> still getting added to DB and emails are getting bounced with 451 4.4.3
> Temporary rejected: Please try again later.
> I was thinking maybe it is a problem with comma and tested like this:
> <whitelistedNetworks>127.0.0.0/8 74.125.82.0/24</whitelistedNetworks>
> or like this:
> <whitelistedNetworks>127.0.0.0/8, 74.125.82.0/24</whitelistedNetworks>
> Still no luck. Looks like a bug, please help :)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]