diff options
author | sergei <sergei@FreeBSD.org> | 2006-09-21 10:25:16 +0000 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2006-09-21 10:25:16 +0000 |
commit | b446edead9326c5f41d159839a874cbbf3e1cc3b (patch) | |
tree | 007f7ce0418712a5d871e91582be43ae7192b52a /mail/mailfront/pkg-plist | |
parent | f7d0018ed364ab3d73596d6c709786ee0b5b5246 (diff) | |
download | FreeBSD-ports-b446edead9326c5f41d159839a874cbbf3e1cc3b.zip FreeBSD-ports-b446edead9326c5f41d159839a874cbbf3e1cc3b.tar.gz |
- Update to 1.01;
Mailfront has been rewritten to be modular -
see UPDATING entry for details
Diffstat (limited to 'mail/mailfront/pkg-plist')
-rw-r--r-- | mail/mailfront/pkg-plist | 41 |
1 files changed, 36 insertions, 5 deletions
diff --git a/mail/mailfront/pkg-plist b/mail/mailfront/pkg-plist index 795463e..c665a8e 100644 --- a/mail/mailfront/pkg-plist +++ b/mail/mailfront/pkg-plist @@ -1,5 +1,6 @@ @comment $FreeBSD$ bin/imapfront-auth +bin/mailfront bin/pop3front-auth bin/pop3front-maildir bin/qmqpfront-echo @@ -8,19 +9,49 @@ bin/qmtpfront-echo bin/qmtpfront-qmail bin/smtpfront-echo bin/smtpfront-qmail -bin/smtpfront-reject +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-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 %%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%%/patterns.html +%%PORTDOCS%%%%DOCSDIR%%/plugin-accept-recipient.html +%%PORTDOCS%%%%DOCSDIR%%/plugin-accept-sender.html +%%PORTDOCS%%%%DOCSDIR%%/plugin-accept.html +%%PORTDOCS%%%%DOCSDIR%%/plugin-add-received.html +%%PORTDOCS%%%%DOCSDIR%%/plugin-check-fqdn.html +%%PORTDOCS%%%%DOCSDIR%%/plugin-counters.html +%%PORTDOCS%%%%DOCSDIR%%/plugin-cvm-validate.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%%/plugin.html %%PORTDOCS%%%%DOCSDIR%%/pop3front.html -%%PORTDOCS%%%%DOCSDIR%%/qmail-backend.html -%%PORTDOCS%%%%DOCSDIR%%/qmail-validate.html -%%PORTDOCS%%%%DOCSDIR%%/smtpfront.html +%%PORTDOCS%%%%DOCSDIR%%/protocol-qmqp.html +%%PORTDOCS%%%%DOCSDIR%%/protocol-qmtp.html +%%PORTDOCS%%%%DOCSDIR%%/protocol-smtp.html %%PORTDOCS%%%%DOCSDIR%%/std-handle.html %%PORTDOCS%%@dirrm %%DOCSDIR%% |