Subject: SMTP being attacked
You can stop certain ip addresses from connecting, by using the Inbound Connnection Controls section of the SMTP Inbound Controls tab of the configuration document. But I don’t think that would be very useful here, given the numbers of ip addresses that were connecting to you.
I think that after a connecting host is determined to be on a blacklist, the connection is terminated by the Domino server. I’ve tested this, and on my server it takes less than a second to go from ‘connection accepted’ to ‘disconnected’ when the connecting server is blacklisted:
005 13:24:16.99 [10860:00007-04101] SMTP CIServ Listen> Connection Accepted on Port 25 for Session 0D67000A
03/08/2005 13:24:17 SMTP Server [10860:00012-07176] State change from Greeting to Greeting
03/08/2005 13:24:17 SMTP Server [10860:00012-07176] Processing in Greeting state
03/08/2005 13:24:17 SMTP Server: Remote host 192.203.178.107 (sbl.crynwr.com) found in blacklist at sbl-xbl.spamhaus.org
03/08/2005 13:24:17 SMTP Server: Message from 192.203.178.107 (sbl.crynwr.com) rejected by DNS blacklist filter
03/08/2005 13:24:17 SMTP Server [10860:00012-07176] State change from Greeting to Connected
03/08/2005 13:24:17 SMTP Server: sbl.crynwr.com (192.203.178.107) connected
03/08/2005 13:24:17 SMTP Server [10860:00012-07176] Processing in Connected state
03/08/2005 13:24:17 SMTP Server [10860:00012-07176] HELO command received
03/08/2005 13:24:17 SMTP Server [10860:00012-07176] Processing in Connected state
03/08/2005 13:24:17 SMTP Server [10860:00012-07176] MAIL command received
03/08/2005 13:24:17 SMTP Server [10860:00012-07176] 554 .
03/08/2005 13:24:17 SMTP Server: sbl.crynwr.com (192.203.178.107) disconnected. 0 message[s] received
So those connections should be dropped rather quickly.
What timeout value does the TCPIP port have?