1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/mail/exim/options
Kirill Ponomarev ce87e07dc8 "Spamooborona 1024" software by Yandex allows to filter up to 1024
good messages per day for any mailhost. It is to note: 1024 - it is
not the total amount of messages scanned but the only good ones,
which aren't considered as spam. Once 1024 good messages get passed
through the filter, the rest of mail traffic will be passed without
considering spam or ham until the end of the day.

http://so.yandex.ru/companies/so1024.xml

The patch allows use of "Spamooborona 1024" with Exim by using
Local_scan()'s functionality provided by Yandex LLC.

PR:		ports/146215
Submitted by:	Alexey V.Degtyarev <alexey@renatasystems.org>
2010-05-05 18:08:18 +00:00

46 lines
2.1 KiB
Plaintext

OPTIONS+= \
ALT_CONFIG_PREFIX "Allow alternate configuration files" off \
AUTH_CRAM_MD5 "Enable CRAM-MD5 authentication mechanisms" on \
AUTH_DOVECOT "Enable Dovecot authentication mechanisms" on \
AUTH_PLAINTEXT "Enalbe plaintext authentication" on \
AUTH_RADIUS "Enable radius (RFC 2865) authentication" off \
AUTH_SASL "Enable use of Cyrus SASL auth library" off \
AUTH_SPA "Enable Secure Password Authentication" on \
CDB "Enable CDB-style lookups" on \
CONTENT_SCAN "Enable exiscan email content scanner" off \
DAEMON "Install scripts to run as a daemon" on \
DCC "Enable DCC at ACL support via dccifd" off \
DEBUG "Build with debugging symbols" off \
DNSDB "Enable DNS-style lookups" on \
DSEARCH "Enable directory-list lookups" on \
EMBEDDED_PERL "Enable embedded Perl interpreter" on \
EXIMON "Build eximon monitor (require XFree86!)" off \
ICONV "Enable header charset conversion" on \
IPV6 "Enable IPv6 support" on \
KAS "Build with Kaspersky AntiSpam local scan" off \
LMTP "RFC2033 SMTP over command pipe transport" on \
LSEARCH "Enable wildcarded-file lookups" on \
MAILDIR "Enable Maildir mailbox format" on \
MAILSTORE "Enable Mailstore mailbox format" on \
MBX "Enable MBX mailbox format" on \
MYSQL "Link against libmysqlclient library" off \
NIS "Enable NIS-style lookups" on \
OLD_DEMIME "Enable old, deprecated "demime" ACL" on \
OPENLDAP "Link against libldap" off \
PAM "Enable PAM authentication mechanisms" on \
PASSWD "Enable /etc/passwd lookups" on \
PGSQL "Link against libpq" off \
READLINE "Enable readline(3) library" off \
SASLAUTHD "Enable use of Cyrus SASL auth daemon" off \
SA_EXIM "SA-Exim support" off \
SO_1024 "Build with Spamoborona-1024 local scan" off \
SPF "Enable Sender Policy Framework checking" off \
SQLITE "Enable SQLite lookups" off \
SRS "Enable Sender Rewriting Scheme" off \
SRS_ALT "Enable alternative SRS library" off \
SUID "Install the exim binary suid root" on \
TCP_WRAPPERS "Enable /etc/hosts.allow access control" off \
TLS "Link against OpenSSL" on \
WISHLIST "Include the unsupported patches" off \
XCLIENT "Enable XCLIENT command in exim" off \