Whitelist
Figure. General section.
Figure. Advanced section.
Field |
Description |
---|---|
Whitelist trusted IPs and authenticated sessions |
Check this option to add IP addresses in "trusted" lists to the whitelist automatically. Also adds authenticated session items to the whitelist. Warning: IP addresses are whitelisted but NOT added into the database |
Whitelist local domain senders |
Check this option to have senders from local domains added to the whitelist. IceWarp Server checks both Sender and From headers – they must represent an existing local account. Warning: These senders are whitelisted but NOT added into the database. |
Whitelist senders in groupware address books |
Check this option and IceWarp Server will add addresses from recipient's GroupWare address books to the whitelist automatically. Warning: These senders are whitelisted but NOT added into the database. |
Whitelist senders in instant messaging server rosters |
Check this option and IceWarp Server will add addresses from recipient's IM rosters to the whitelist automatically. Warning: These senders are whitelisted but NOT added into the database. |
Auto whitelist trusted email recipients to database |
Check this option to have all trusted recipient addresses added to the whitelist database. Database "level" depends on the Antispam mode feature setting (see Antispam – General – Other). e.g.: when it is set to Domain a trusted address is added into the recipient's domain whitelist. Warning: When an IceWarp Server user sends an email, the recipient's email address is considered as a trusted one. |
Figure. Keywords section.
Note: There is no special flag for auto-whitelisted
items. However, one distinction can be the SndIP
column (SQL Manager – Antispam.db). Auto-whitelisted items have these
fields filled with IP addresses, whitelist records added manually (either
from WebClient or console) have these fields empty.
So, for example the DELETE FROM
Senders WHERE SndIP !='' AND SndWord =''; command would delete all auto-whitelist entries. (Use with care, backup your DB.)