Okay – this isn’t much a page, at the moment. Anyway, users and domains can be backed up by simply exporting the IpSwitch registry key – the following batch file will do it automatically:
1 2 3 4 5 6 7 8 9 |
@ECHO OFF regedit /e 1.reg "HKEY_LOCAL_MACHINE\SOFTWARE\Ipswitch" regedit /e 2.reg "HKEY_LOCAL_MACHINE\SOFTWARE\Ipswitch" echo Windows Registry Editor Version 5.00 >Ipswitch.reg echo.>>Ipswitch.reg type 1.reg | find /v "Windows Registry Editor Version 5.00">>Ipswitch.reg type 2.reg | find /v "Windows Registry Editor Version 5.00">>Ipswitch.reg del 1.reg del 2.reg |
Imail
Two simple steps to stop SPAM
UPDATE: Between 10 AM and 11:45 AM 19 emails were processed and all but one were rejected using the following two SPAM blocking efforts (Blacklists and SPF lookups).
By adding blacklists and SPF checks you can cut down, significantly, on the amount of SPAM that makes it to your inbox. I’ve tested this, and, it works extremely well. First, add these blacklists as filters – you need to add them, first, under Localhost > Anti Spam and, then, in the same way for your IP-based host:
- bl.spamcop.net
- zen.spamhaus.org
Now, add the SPF filter….like so:
