I am using GFI Mail Essentials to block spam. Granted it catches a lot of spam, however, there is about 10% of spam that slips through. After doing research on spam, I thought that I shouldn't just filter on keywords in the email or subject line. When spam is sent and caught, resources are still wasted, bandwidth, cpu, memory, drive space, etc.
I want to stop spam from entering the system.
I am using IIS SMTP in my DMZ and it forwards mail to my Exchange 2000 server internally. I turned on logging on the IIS SMTP. I created a database that filters out valid users and invalid users and the ip addresses of the smtp servers that connected to my server. Everyday, I have about a list of 200 ip addresses that I enter into the "IIS SMTP\Connection Control\Select which computers may access this virtual server\All except the list below" and I add each ip address individually. I have about 2000 addresses and it seems to be working. Rarely do I come across a duplicate entry.
I was wondering if someone knew how to enter the ip address into the metabase programically and not one at a time?
Are there any limitations to the number of IP addresses that can be entered?
The documentation is very minimal on programming the metabase.
Right now, the database is very basic, but I envision the ability to create a list, check off the spamming ip addresses and enter them directly into the metabase. I think that this is where focus of spam blocking should be.
TIA,
Karl
I want to stop spam from entering the system.
I am using IIS SMTP in my DMZ and it forwards mail to my Exchange 2000 server internally. I turned on logging on the IIS SMTP. I created a database that filters out valid users and invalid users and the ip addresses of the smtp servers that connected to my server. Everyday, I have about a list of 200 ip addresses that I enter into the "IIS SMTP\Connection Control\Select which computers may access this virtual server\All except the list below" and I add each ip address individually. I have about 2000 addresses and it seems to be working. Rarely do I come across a duplicate entry.
I was wondering if someone knew how to enter the ip address into the metabase programically and not one at a time?
Are there any limitations to the number of IP addresses that can be entered?
The documentation is very minimal on programming the metabase.
Right now, the database is very basic, but I envision the ability to create a list, check off the spamming ip addresses and enter them directly into the metabase. I think that this is where focus of spam blocking should be.
TIA,
Karl