mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
ce87e07dc8
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>
57 lines
2.1 KiB
Plaintext
57 lines
2.1 KiB
Plaintext
@comment $FreeBSD$
|
|
sbin/exim
|
|
sbin/exim-%%EXIM_VERSION%%
|
|
sbin/exim_checkaccess
|
|
sbin/exim_dbmbuild
|
|
sbin/exim_dumpdb
|
|
sbin/exim_fixdb
|
|
sbin/exim_lock
|
|
sbin/exim_tidydb
|
|
sbin/exicyclog
|
|
sbin/exigrep
|
|
sbin/eximstats
|
|
sbin/exinext
|
|
sbin/exipick
|
|
sbin/exiqgrep
|
|
sbin/exiqsumm
|
|
sbin/exiwhat
|
|
%%EXIMON%%sbin/eximon
|
|
%%EXIMON%%sbin/eximon.bin
|
|
%%PORTDOCS%%%%DOCSDIR%%/ACKNOWLEDGMENTS
|
|
%%PORTDOCS%%%%DOCSDIR%%/NOTICE
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.UPDATING
|
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
|
%%PORTDOCS%%%%DOCSDIR%%/Exim3.upgrade
|
|
%%PORTDOCS%%%%DOCSDIR%%/Exim4.upgrade
|
|
%%PORTDOCS%%%%DOCSDIR%%/NewStuff
|
|
%%PORTDOCS%%%%DOCSDIR%%/OptionLists.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/POST-INSTALL-NOTES
|
|
%%PORTDOCS%%%%DOCSDIR%%/POST-INSTALL-NOTES.clamd
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.SIEVE
|
|
%%PORTDOCS%%%%DOCSDIR%%/dbm.discuss.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/experimental-spec.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/filter.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/pcrepattern.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/pcretest.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/spec.txt
|
|
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/convert4r3
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/convert4r4
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/transport-filter.pl
|
|
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
|
%%DAEMON%%etc/periodic/daily/150.exim-tidydb
|
|
%%DAEMON%%etc/periodic/daily/460.exim-mail-rejects
|
|
%%DAEMON%%@dirrmtry etc/periodic/daily
|
|
%%DAEMON%%@dirrmtry etc/periodic
|
|
@unexec if cmp -s %D/etc/exim/configure %D/etc/exim/configure.default; then rm -f %D/etc/exim/configure; fi
|
|
etc/exim/configure.default
|
|
@exec [ -f %B/configure ] || cp %B/%f %B/configure
|
|
%%SA_EXIM%%@unexec if cmp -s %D/etc/exim/sa-exim.conf %D/etc/exim/sa-exim.conf.default; then rm -f %D/etc/exim/sa-exim.conf; fi
|
|
%%SA_EXIM%%etc/exim/sa-exim.conf.default
|
|
%%SA_EXIM%%@exec [ -f %B/sa-exim.conf ] || cp %B/%f %B/sa-exim.conf
|
|
@unexec rmdir %B 2> /dev/null || true
|
|
@unexec rmdir %%LOGDIR%% 2> /dev/null || true
|
|
%%SO_1024%%@exec [ ! -d /var/spool/spamooborona ] && mkdir -m 750 /var/spool/spamooborona && chown %%EXIM_USER%%:%%EXIM_GROUP%% /var/spool/spamooborona || true
|
|
%%SO_1024%%@unexec rmdir /var/spool/spamooborona 2> /dev/null || true
|