diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2006-09-21 10:25:16 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2006-09-21 10:25:16 +0000 |
commit | 99635252c176933f86d45a128617e37120ba6f82 (patch) | |
tree | 0203928b4e47e48a10f6664125af36390267f323 /mail/mailfront/pkg-plist | |
parent | b673fbfe679d84b6f2d79b3499aeb92482a1bfc3 (diff) | |
download | ports-99635252c176933f86d45a128617e37120ba6f82.tar.gz ports-99635252c176933f86d45a128617e37120ba6f82.zip |
- Update to 1.01;
Mailfront has been rewritten to be modular -
see UPDATING entry for details
Notes
Notes:
svn path=/head/; revision=173525
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 795463eec89d..c665a8e98024 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%% |