From: Bruce B. <bb...@bo...> - 2010-04-05 13:57:13
|
On Apr 4, 2010, at 4:20 PM, Winfried Neessen wrote: > Hi, > > Bruce Bodger schrieb: >> >> What would be the suggested way to whitelist a singular email >> address? May I simply add, jo...@ao..., to >> clients_fqdn_whitelist.local or would I have to add it as a regex, >> such as /^(johndoe)\@aol.com/ > Non of the examples you mentioned. SQLgrey doesn't look at email > addresses, but only > at hostnames/ip address of sending servers. If you really wanna > whitelist that email > address, you should put some postfix exception rule in place, that > will whiteliste the > mail before sqlgrey can block it (though this isn't a really good > idea). Thank you for the reply, Winni. Since, as you state, SQLgrey only looks to the right of the "@" symbol, adding 64.12.206 to my clients_ip_whitelist.local might be the cleanest way. Regards, Bruce |