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/imap-uw/files | |
parent | remove strange prop. (diff) |
onvert to UCL & cleanup pkg-message (categories l-m)
Diffstat (limited to 'mail/imap-uw/files')
-rw-r--r-- | mail/imap-uw/files/pkg-message.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/imap-uw/files/pkg-message.in b/mail/imap-uw/files/pkg-message.in index 45db728c1dcb..4bd0e18b1e37 100644 --- a/mail/imap-uw/files/pkg-message.in +++ b/mail/imap-uw/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM The ipop2d, ipop3d, and imapd daemons should be invoked by your /etc/inetd.conf file with lines such as: @@ -41,3 +44,6 @@ non-encrypted logins. %%SSL%%pop3s stream tcp nowait root ${PREFIX}/libexec/ipop3d ipop3d %%SSL%%imaps stream tcp nowait root ${PREFIX}/libexec/imapd imapd %%SSL%%================================================================================ +EOM +} +] |