diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:29:42 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:29:42 +0000 |
commit | 558224994b6a2fbede4a420d1e66d57bbea5c4a8 (patch) | |
tree | f8fffd0a880e3bf796b0afc8c07cde885792a226 /mail/archivesmtp | |
parent | ca2f814673dd2e6d2afab56e7d0c650fe46a7872 (diff) | |
download | freebsd-ports-558224994b6a2fbede4a420d1e66d57bbea5c4a8.zip |
onvert to UCL & cleanup pkg-message (categories l-m)
Diffstat (limited to 'mail/archivesmtp')
-rw-r--r-- | mail/archivesmtp/files/pkg-message.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/archivesmtp/files/pkg-message.in b/mail/archivesmtp/files/pkg-message.in index 5ce1b4ee6055..c0b94b8782af 100644 --- a/mail/archivesmtp/files/pkg-message.in +++ b/mail/archivesmtp/files/pkg-message.in @@ -1,5 +1,6 @@ -############################################################################### - +[ +{ type: install + message: <<EOM ArchiveSMTP has been installed! You will, however, need to configure your MTA to use it as a 'milter'. Please consult your MTA's documentation reguarding this. For rule formats check the manpage and sample configuration file. The @@ -16,5 +17,6 @@ Please note: Only the owner my have write permissions on the socket directory. Visit the website at: http://www.dancingfortune.com/projects/archivesmtp/ - -############################################################################### +EOM +} +] |