2003-09-10 15:49:09 +02:00
|
|
|
@comment $FreeBSD$
|
|
|
|
@unexec [ ! -f /var/run/exim.pid ] || %%RC_DIR%%/exim%%RC_SUFX%% stop || true
|
1997-02-26 14:51:00 +01:00
|
|
|
sbin/exim
|
2002-09-12 12:09:02 +02:00
|
|
|
sbin/exim-%%EXIM_VERSION%%-1
|
|
|
|
sbin/exim_checkaccess
|
1997-02-26 14:51:00 +01:00
|
|
|
sbin/exim_dumpdb
|
|
|
|
sbin/exim_fixdb
|
1998-11-18 12:42:46 +01:00
|
|
|
sbin/exim_lock
|
1997-02-26 14:51:00 +01:00
|
|
|
sbin/exim_tidydb
|
|
|
|
sbin/exinext
|
|
|
|
sbin/exiwhat
|
|
|
|
sbin/exim_dbmbuild
|
|
|
|
sbin/exicyclog
|
|
|
|
sbin/exigrep
|
|
|
|
sbin/eximstats
|
2003-01-08 14:33:30 +01:00
|
|
|
sbin/exiqgrep
|
1998-05-25 14:13:38 +02:00
|
|
|
sbin/exiqsumm
|
2003-09-10 15:49:09 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
2003-08-18 19:19:58 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/Exim3.upgrade
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/Exim4.upgrade
|
2003-09-10 15:49:09 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/NewStuff
|
2003-08-18 19:19:58 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/OptionLists.txt
|
2003-09-10 15:49:09 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/POST-INSTALL-NOTES
|
|
|
|
%%PORTDOCS%%%%EXISCAN_ACL%%%%DOCSDIR%%/POST-INSTALL-NOTES.clamd
|
2003-08-18 19:19:58 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
2003-09-10 15:49:09 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.SIEVE
|
2003-08-18 19:19:58 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/dbm.discuss.txt
|
2003-09-10 15:49:09 +02:00
|
|
|
%%PORTDOCS%%%%EXISCAN_ACL%%%%DOCSDIR%%/exiscan-acl-examples.txt
|
|
|
|
%%PORTDOCS%%%%EXISCAN_ACL%%%%DOCSDIR%%/exiscan-acl-spec.txt
|
2003-08-18 19:19:58 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/filter.txt
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/pcrepattern.txt
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/pcretest.txt
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/spec.txt
|
|
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
2003-09-10 15:49:09 +02:00
|
|
|
etc/periodic/daily/150.exim-tidydb
|
|
|
|
etc/periodic/daily/460.exim-mail-rejects
|
|
|
|
@unexec rmdir %D/etc/periodic/daily 2>/dev/null || true
|
|
|
|
@unexec rmdir %D/etc/periodic 2>/dev/null || true
|
|
|
|
@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
|
|
|
|
@unexec rmdir %B 2>/dev/null || true
|
|
|
|
@cwd %%RC_DIR%%
|
|
|
|
exim%%RC_SUFX%%
|
|
|
|
@exec mkdir -p /var/log/exim
|
|
|
|
@exec chown mailnull:mail /var/log/exim
|
|
|
|
@unexec rmdir /var/log/exim 2>/dev/null || true
|