URL: https://www.opennet.ru/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID3
Нить номер: 42095
[ Назад ]

Исходное сообщение
"OpenNews: SMC anti-spam e-mail filter версия 2.0"

Отправлено opennews , 31-Май-08 15:57 
Вышла новая версия анти-спам e-mail фильтра SMC (http://milter.sourceforge.net),  - программного приложения разработанного, чтобы значительно уменьшить количество приходящей SPAM/UCE почты. SMC использует технику подобную грейлистингу для блокирования нежелательной почты и набор работающих по оригинальным алгоритмам автоматических белых списков для определения легальной почты, которая будет доставлена без задержек. В версии 2.0 появилась поддержка Postfix, поддержка антивируса ClamAV, SMTP авторизации, возможность блокирования всей почты, не прошедшей проверку белыми списками. Устранено большое количество критических ошибок.

URL: http://milter.sourceforge.net
Новость: http://www.opennet.ru/opennews/art.shtml?num=16202


Содержание

Сообщения в этом обсуждении
"SMC anti-spam e-mail filter версия 2.0"
Отправлено SHRDLU , 31-Май-08 15:57 
Интересно было бы послушать отзывы пользователей этой системы.
Особенно относительно использования с Postfix на FreeBSD.

"SMC anti-spam e-mail filter версия 2.0"
Отправлено posix , 01-Июн-08 01:27 
SMC Algorithms
SMC uses 3 original algorithms, one of which is "Check relay by NS" simulates a dynamic whitelist and will always accept the messages from mail systems satisfying to following conditions:

   1. Mail domain name (the host part of the sender's e-mail address) must have an MX records;
   2. Mail domain name and the connection host address must be resolved;
   3. Connection host must be listed at the one of nameservers which hold the sender's mail domain name.

The second from the developed algorithms is a greylisting like algorithm "Check Delays" which is based on statistical check of delivery delays, generated by a [tempfail] return code, that allows to exclude a direct receiving of a mail, which not passed through the standard mail server.
NOTE: Using this feature the delivery of the mail from unknown, but legitimate senders will be delayed for a count of 5-minutes checks, which setted by the "maxcount" configuration parameter.
And the third of original algorithms is "auto-confirmation" algorithm: The sender of a "mail contact" (sender-recipient pair) means as authenticated (whitelisted) if the filters statistics module has registered the both of a sended forward (request) and a received backward (reply) messages of this contact. The messages from the such authenticated senders will never be delayed by the previous greylisting algorithm.

Первый алгоритм реализуется средствами постфикса, второй обычным грейлистом(gld, spamd и т.п), третий настраивается уже в спам-фильтре.


"SMC anti-spam e-mail filter версия 2.0"
Отправлено SHRDLU , 01-Июн-08 10:19 
>Первый алгоритм реализуется средствами постфикса, второй обычным грейлистом(gld, spamd и т.п), третий
>настраивается уже в спам-фильтре.

Угу. Вот потому и интересно послушать отзывы пользователей - чем и как оно лучше/эффективнее. А то вызывает недоумение.