blob: a3f6ea18185c2eb669493b993ba7bc06e0be6207 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
@comment $FreeBSD$
bin/imapfront-auth
bin/mailfront
bin/pop3front-auth
bin/pop3front-maildir
bin/qmqpfront-echo
bin/qmqpfront-qmail
bin/qmtpfront-echo
bin/qmtpfront-qmail
bin/smtpfront-echo
bin/smtpfront-qmail
include/mailfront/constants.h
include/mailfront/mailfront.h
include/mailfront/responses.h
libexec/mailfront/backend-echo.so
libexec/mailfront/backend-qmail.so
libexec/mailfront/plugin-add-received.so
libexec/mailfront/plugin-check-fqdn.so
libexec/mailfront/plugin-clamav.so
libexec/mailfront/plugin-counters.so
libexec/mailfront/plugin-cvm-validate.so
libexec/mailfront/plugin-mailrules.so
libexec/mailfront/plugin-patterns.so
libexec/mailfront/plugin-qmail-validate.so
libexec/mailfront/plugin-reject.so
libexec/mailfront/plugin-relayclient.so
libexec/mailfront/plugin-require-auth.so
libexec/mailfront/protocol-qmqp.so
libexec/mailfront/protocol-qmtp.so
libexec/mailfront/protocol-smtp.so
@dirrmtry libexec/mailfront
@dirrm include/mailfront
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/backend-echo.html
%%PORTDOCS%%%%DOCSDIR%%/backend-qmail.html
%%PORTDOCS%%%%DOCSDIR%%/imapfront.html
%%PORTDOCS%%%%DOCSDIR%%/mailfront.html
%%PORTDOCS%%%%DOCSDIR%%/mailrules.html
%%PORTDOCS%%%%DOCSDIR%%/mailrulesx.html
%%PORTDOCS%%%%DOCSDIR%%/msa.html
%%PORTDOCS%%%%DOCSDIR%%/plugin-accept-recipient.html
%%PORTDOCS%%%%DOCSDIR%%/plugin-accept-sender.html
%%PORTDOCS%%%%DOCSDIR%%/plugin-accept.html
%%PORTDOCS%%%%DOCSDIR%%/plugin-api.html
%%PORTDOCS%%%%DOCSDIR%%/plugin-template.html
%%PORTDOCS%%%%DOCSDIR%%/plugin-add-received.html
%%PORTDOCS%%%%DOCSDIR%%/plugin-check-fqdn.html
%%PORTDOCS%%%%DOCSDIR%%/plugin-clamav.html
%%PORTDOCS%%%%DOCSDIR%%/plugin-counters.html
%%PORTDOCS%%%%DOCSDIR%%/plugin-cvm-validate.html
%%PORTDOCS%%%%DOCSDIR%%/plugin-force-file.html
%%PORTDOCS%%%%DOCSDIR%%/plugin-mailrules.html
%%PORTDOCS%%%%DOCSDIR%%/plugin-patterns.html
%%PORTDOCS%%%%DOCSDIR%%/plugin-qmail-validate.html
%%PORTDOCS%%%%DOCSDIR%%/plugin-reject.html
%%PORTDOCS%%%%DOCSDIR%%/plugin-relayclient.html
%%PORTDOCS%%%%DOCSDIR%%/plugin-require-auth.html
%%PORTDOCS%%%%DOCSDIR%%/pop3front.html
%%PORTDOCS%%%%DOCSDIR%%/protocol-qmqp.html
%%PORTDOCS%%%%DOCSDIR%%/protocol-qmtp.html
%%PORTDOCS%%%%DOCSDIR%%/protocol-smtp.html
%%PORTDOCS%%%%DOCSDIR%%/std-handle.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|