diff options
Diffstat (limited to 'mail')
145 files changed, 903 insertions, 314 deletions
diff --git a/mail/alpine/pkg-message b/mail/alpine/pkg-message index e2c84b36e320..b218d60ec526 100644 --- a/mail/alpine/pkg-message +++ b/mail/alpine/pkg-message @@ -1,4 +1,7 @@ - -******************************************************************************* -*** To use GnuPG with Alpine, take a look at the mail/pine-pgp-filters port *** -******************************************************************************* +[ +{ type: install + message: <<EOM + To use GnuPG with Alpine, take a look at the mail/pine-pgp-filters port +EOM +} +] diff --git a/mail/archiveopteryx-devel/files/pkg-message.in b/mail/archiveopteryx-devel/files/pkg-message.in index c8f21fb325a2..ecef1cb174e7 100644 --- a/mail/archiveopteryx-devel/files/pkg-message.in +++ b/mail/archiveopteryx-devel/files/pkg-message.in @@ -1,5 +1,6 @@ -******************************************************************************** - +[ +{ type: install + message: <<EOM Please install PostgreSQL client/server (databases/postgresqlXX-client and databases/postgresqlXX-server) separately. The latest 9.x version is recommended but any version newer than 9.1.0 should work. @@ -19,5 +20,6 @@ The logfile is syslog/mail by default. If you have any problems, the FAQ is at http://www.archiveopteryx.org/faq/ and you can always ask info@aox.org for help. - -******************************************************************************** +EOM +} +] diff --git a/mail/archiveopteryx/files/pkg-message.in b/mail/archiveopteryx/files/pkg-message.in index c8f21fb325a2..ecef1cb174e7 100644 --- a/mail/archiveopteryx/files/pkg-message.in +++ b/mail/archiveopteryx/files/pkg-message.in @@ -1,5 +1,6 @@ -******************************************************************************** - +[ +{ type: install + message: <<EOM Please install PostgreSQL client/server (databases/postgresqlXX-client and databases/postgresqlXX-server) separately. The latest 9.x version is recommended but any version newer than 9.1.0 should work. @@ -19,5 +20,6 @@ The logfile is syslog/mail by default. If you have any problems, the FAQ is at http://www.archiveopteryx.org/faq/ and you can always ask info@aox.org for help. - -******************************************************************************** +EOM +} +] 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 +} +] diff --git a/mail/ask/files/pkg-message.in b/mail/ask/files/pkg-message.in index 357104e6c68d..8de9362fa949 100644 --- a/mail/ask/files/pkg-message.in +++ b/mail/ask/files/pkg-message.in @@ -1,5 +1,6 @@ -============================================================================= - +[ +{ type: install + message: <<EOM Sample configuration files were installed in %%EXAMPLESDIR%% @@ -9,5 +10,6 @@ For additional information see supplied documentation in %%DOCSDIR%% and/or manpages: askfilter(1) asksenders(1) asksetup(1) - -============================================================================= +EOM +} +] diff --git a/mail/automx/files/pkg-message.in b/mail/automx/files/pkg-message.in index 8dcbdf4dd87d..dc60ab069fbe 100644 --- a/mail/automx/files/pkg-message.in +++ b/mail/automx/files/pkg-message.in @@ -1,2 +1,8 @@ +[ +{ type: install + message: <<EOM See INSTALL and BASIC_CONFIGURATION_README in %%DOCSDIR%% for instructions on how to configure automx. +EOM +} +] diff --git a/mail/avenger/files/pkg-message.in b/mail/avenger/files/pkg-message.in index 7fb99d75c510..2192e578b0ec 100644 --- a/mail/avenger/files/pkg-message.in +++ b/mail/avenger/files/pkg-message.in @@ -1,8 +1,10 @@ ------------------------------------------------------------ - +[ +{ type: install + message: <<EOM Before using Mail Avenger, you will need to configure it. Instructions are available in: %%DATADIR%%/INSTALL - ------------------------------------------------------------ +EOM +} +] diff --git a/mail/bmf/pkg-message b/mail/bmf/pkg-message index 236287abf2a4..938772ff6d3c 100644 --- a/mail/bmf/pkg-message +++ b/mail/bmf/pkg-message @@ -1,6 +1,7 @@ -============================ +[ +{ type: install + message: <<EOM === How to integrate bmf === -============================ For maildrop(1), use only one of the following examples. The first sample invokes bmf in its normal mode of operation and the second @@ -59,3 +60,6 @@ These will override these commands: <Esc>u = de-register as spam, register as non-spam, and move to inbox folder. Please see the ${PREFIX}/share/bmf/README for further details. +EOM +} +] diff --git a/mail/bsfilter/pkg-message b/mail/bsfilter/pkg-message index def57abeea54..76e115e19f62 100644 --- a/mail/bsfilter/pkg-message +++ b/mail/bsfilter/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM Before actually using it, it is necessary to prepare a word database. 1. The word contained in clean mail is counted. @@ -19,3 +22,6 @@ Before actually using it, it is necessary to prepare a word database. 3. A database is updated for every word. $ bsfilter -u +EOM +} +] diff --git a/mail/cclient/pkg-message-ssl b/mail/cclient/pkg-message-ssl index e73be9237982..52bc3ebf8f6a 100644 --- a/mail/cclient/pkg-message-ssl +++ b/mail/cclient/pkg-message-ssl @@ -1,5 +1,9 @@ -================================================================================ +[ +{ type: install + message: <<EOM Warning: You have chosen to include SSL support. Applications/ports that use the cclient library but do not support SSL may stop working or have problems linking. Linking them explicitly with ssl (-lssl -lcrypto) may or may not help. -================================================================================ +EOM +} +] diff --git a/mail/claws-mail-clamd/pkg-message b/mail/claws-mail-clamd/pkg-message index d8c705bb285b..0aa577156e64 100644 --- a/mail/claws-mail-clamd/pkg-message +++ b/mail/claws-mail-clamd/pkg-message @@ -1,4 +1,10 @@ +[ +{ type: install + message: <<EOM Due to licensing issues this plugin does not link against any libraries from clamav. The plugin therefore requires a running clamav daemon running on either localhost or somewhere else which allows the plugin access via a unix or a TCP socket. +EOM +} +] diff --git a/mail/courier-imap/files/pkg-message.in b/mail/courier-imap/files/pkg-message.in index 01679054157a..955be79ecc01 100644 --- a/mail/courier-imap/files/pkg-message.in +++ b/mail/courier-imap/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM In case you use authpam, you should put the following lines in your /etc/pam.d/imap: @@ -9,3 +12,6 @@ You will have to run %%DATADIR%%/mkimapdcert to create a self-signed certificate if you want to use imapd-ssl. And you will have to copy and edit the *.dist files to * in %%CONFDIR%%. +EOM +} +] diff --git a/mail/courier/files/pkg-message.in b/mail/courier/files/pkg-message.in index 181923cb2de8..be4785ddd199 100644 --- a/mail/courier/files/pkg-message.in +++ b/mail/courier/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM RTFM before configuring and running Courier!!! Check and/or modify the following configuration files to suit your needs: @@ -58,3 +61,6 @@ job that runs at regular intervals (once every few hours is fine) that executes the following script to update the shared folder index: %%PREFIX%%/share/courier/sharedindexupdate +EOM +} +] diff --git a/mail/couriergraph/files/pkg-message.in b/mail/couriergraph/files/pkg-message.in index 4b1a445b7230..037906f2f600 100644 --- a/mail/couriergraph/files/pkg-message.in +++ b/mail/couriergraph/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM Make sure this script should be invoked with privilege to read /var/log/maillog. @@ -5,3 +8,6 @@ Make sure this script should be invoked with privilege to read The RRD database has been moved to %%DATADIR%%. If you have previous ones, please move them to %%DATADIR%%. +EOM +} +] diff --git a/mail/cyrus-imapd23/files/pkg-message.in b/mail/cyrus-imapd23/files/pkg-message.in index e58a3822c074..6e56ec410d7a 100644 --- a/mail/cyrus-imapd23/files/pkg-message.in +++ b/mail/cyrus-imapd23/files/pkg-message.in @@ -1,8 +1,10 @@ -**************************************************************************** - +[ +{ type: install + message: <<EOM To setup mail spool, modify %%PREFIX%%/etc/imapd.conf appropriately, then run %%PREFIX%%/cyrus/bin/mkimap. To run Cyrus IMAPd from startup, add cyrus_imapd_enable="YES" in your /etc/rc.conf. - -**************************************************************************** +EOM +} +] diff --git a/mail/cyrus-imapd24/files/pkg-message.in b/mail/cyrus-imapd24/files/pkg-message.in index e58a3822c074..6e56ec410d7a 100644 --- a/mail/cyrus-imapd24/files/pkg-message.in +++ b/mail/cyrus-imapd24/files/pkg-message.in @@ -1,8 +1,10 @@ -**************************************************************************** - +[ +{ type: install + message: <<EOM To setup mail spool, modify %%PREFIX%%/etc/imapd.conf appropriately, then run %%PREFIX%%/cyrus/bin/mkimap. To run Cyrus IMAPd from startup, add cyrus_imapd_enable="YES" in your /etc/rc.conf. - -**************************************************************************** +EOM +} +] diff --git a/mail/cyrus-imapd25/files/pkg-message.in b/mail/cyrus-imapd25/files/pkg-message.in index e58a3822c074..6e56ec410d7a 100644 --- a/mail/cyrus-imapd25/files/pkg-message.in +++ b/mail/cyrus-imapd25/files/pkg-message.in @@ -1,8 +1,10 @@ -**************************************************************************** - +[ +{ type: install + message: <<EOM To setup mail spool, modify %%PREFIX%%/etc/imapd.conf appropriately, then run %%PREFIX%%/cyrus/bin/mkimap. To run Cyrus IMAPd from startup, add cyrus_imapd_enable="YES" in your /etc/rc.conf. - -**************************************************************************** +EOM +} +] diff --git a/mail/cyrus-imapd30/files/pkg-message.in b/mail/cyrus-imapd30/files/pkg-message.in index 88581e006b9e..70a4a9f76a97 100644 --- a/mail/cyrus-imapd30/files/pkg-message.in +++ b/mail/cyrus-imapd30/files/pkg-message.in @@ -1,8 +1,10 @@ -**************************************************************************** - +[ +{ type: install + message: <<EOM To setup mail spool, modify %%PREFIX%%/etc/imapd.conf appropriately, then run %%PREFIX%%/cyrus/sbin/mkimap. To run Cyrus IMAPd from startup, add cyrus_imapd_enable="YES" in your /etc/rc.conf. - -**************************************************************************** +EOM +} +] diff --git a/mail/davmail/files/pkg-message.in b/mail/davmail/files/pkg-message.in index 403be88dd1e0..a60b57f47058 100644 --- a/mail/davmail/files/pkg-message.in +++ b/mail/davmail/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM In order to connect to several exchange servers, it is needed setup davmail profiles. You have to set davmail_profiles in rc.conf, and configure %%LOCALBASE%%/etc/davmail.<profile_name>.properties properly. Example: @@ -7,3 +10,6 @@ davmail_profiles="exchange1 exchange2" You can also disable an specific profile by mean of davmail_<profile_name>_enable="NO" in rc.conf. +EOM +} +] diff --git a/mail/dcc-dccd/files/pkg-message.in b/mail/dcc-dccd/files/pkg-message.in index 21f3b45a1610..1e7023ec63b4 100644 --- a/mail/dcc-dccd/files/pkg-message.in +++ b/mail/dcc-dccd/files/pkg-message.in @@ -1,9 +1,6 @@ - -========================================================================== - -Installation Notes ------------------- - +[ +{ type: install + message: <<EOM Make certain you edit %%DCCHOME%%/dcc_conf to enable the daemons you wish to run, in addition to adding their respective dcc*_enable="YES" lines to /etc/rc.conf or /etc/rc.conf.local. @@ -29,8 +26,6 @@ the global network of DCC servers. See: http://www.dcc-servers.net/dcc/#local-server -========================================================================== - DCC Usage Restrictions Notice ----------------------------- @@ -48,6 +43,6 @@ Please read the LICENSE file in the DCC source: or at: http://www.dcc-servers.net/dcc/dcc-tree/LICENSE - - -========================================================================== +EOM +} +] diff --git a/mail/dk-milter/pkg-message b/mail/dk-milter/pkg-message index 80253b8d5109..e8a508040102 100644 --- a/mail/dk-milter/pkg-message +++ b/mail/dk-milter/pkg-message @@ -1,5 +1,6 @@ -************************************************************************ - +[ +{ type: install + message: <<EOM In order to run this port, please add the following lines to /etc/mail/<your_configuration>.mc: @@ -8,5 +9,6 @@ INPUT_MAIL_FILTER(`dk-filter', `S=unix:/var/run/milterdk/filter, F=T, T=R:2m') And to run the milter from startup, add milterdk_enable="YES" in your /etc/rc.conf. Extra options can be found in startup script. - -************************************************************************ +EOM +} +] diff --git a/mail/dk-milter/pkg-message.postfix b/mail/dk-milter/pkg-message.postfix index 89e88467bce3..b67030a4585b 100644 --- a/mail/dk-milter/pkg-message.postfix +++ b/mail/dk-milter/pkg-message.postfix @@ -1,5 +1,6 @@ -************************************************************************ - +[ +{ type: install + message: <<EOM In order to run this port, please add the following lines to ${PREFIX}/etc/postfix/main.cf: @@ -8,5 +9,6 @@ smtpd_milters = unix:/var/run/milterdk/filter And to run the milter from startup, add milterdk_enable="YES" in your /etc/rc.conf. Extra options can be found in startup script. - -************************************************************************ +EOM +} +] diff --git a/mail/dma/files/pkg-message.in b/mail/dma/files/pkg-message.in index a60b834aa252..14f76ad7f6bb 100644 --- a/mail/dma/files/pkg-message.in +++ b/mail/dma/files/pkg-message.in @@ -1,4 +1,6 @@ - +[ +{ type: install + message: <<EOM To enable dma please edit /etc/mail/mailer.conf to replace all lines referring to another MTA with the following: @@ -30,4 +32,6 @@ daily_clean_hoststat_enable="NO" daily_status_mail_rejects_enable="NO" daily_status_include_submit_mailq="NO" daily_submit_queuerun="NO" - +EOM +} +] diff --git a/mail/dovecot-pigeonhole/pkg-message b/mail/dovecot-pigeonhole/pkg-message index 10d1fbf98876..cd2457029e0c 100644 --- a/mail/dovecot-pigeonhole/pkg-message +++ b/mail/dovecot-pigeonhole/pkg-message @@ -1,5 +1,6 @@ ---------------------------------------------------------------------- - +[ +{ type: install + message: <<EOM This port assumes you are familiar with Dovecot and have it installed and running on the system you have installed this plugin on. @@ -14,5 +15,6 @@ Further information on configuration can be found at: http://wiki2.dovecot.org/Pigeonhole - ---------------------------------------------------------------------- +EOM +} +] diff --git a/mail/dovecot/files/pkg-message.in b/mail/dovecot/files/pkg-message.in index b06f0866a918..f96c903f26fd 100644 --- a/mail/dovecot/files/pkg-message.in +++ b/mail/dovecot/files/pkg-message.in @@ -1,5 +1,6 @@ ---------------------------------------------------------------------- - +[ +{ type: install + message: <<EOM You must create the configuration files yourself. Copy them over to %%ETCDIR%% and edit them as desired: @@ -15,19 +16,15 @@ dovecot_enable="YES" ---------------------------------------------------------------------- - To avoid a risk of mailbox corruption, do not set the security.bsd.see_other_uids or .see_other_gids sysctls to 0 if Dovecot is storing mail for multiple concurrent users (PR 218392). ---------------------------------------------------------------------- If you want to be able to search within attachments using the decode2text plugin, you'll need to install textproc/catdoc, and one of graphics/xpdf or graphics/poppler-utils. ---------------------------------------------------------------------- There are some potentially breaking changes in Dovecot 2.3. If you are upgrading from Dovecot 2.2: @@ -35,5 +32,6 @@ * Read https://wiki2.dovecot.org/Upgrading/2.3 * Merge the configuration file changes from %%ETCDIR%%/examples-config/ - ---------------------------------------------------------------------- +EOM +} +] diff --git a/mail/dspam/pkg-message b/mail/dspam/pkg-message index 116ff2d6a44b..d6eac6fb7f66 100644 --- a/mail/dspam/pkg-message +++ b/mail/dspam/pkg-message @@ -1,5 +1,6 @@ ---------------------------------------------------------------------------- - +[ +{ type: install + message: <<EOM %%WebUI%% The WebUI files have been installed to: %%WebUI%% %%WWWDIR%% %%WebUI%% @@ -9,6 +10,6 @@ Additional setup instructions can be found at: %%DOCSDIR%% %%EXAMPLESDIR%% - ---------------------------------------------------------------------------- - +EOM +} +] diff --git a/mail/ecartis/files/pkg-message.in b/mail/ecartis/files/pkg-message.in index ef5ea57e9f38..4b741cdeec22 100644 --- a/mail/ecartis/files/pkg-message.in +++ b/mail/ecartis/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM Thank You for installing the Ecartis Listserver package. Please read the documentation located in %%PREFIX%%/ecartis/ or online at: @@ -5,3 +8,6 @@ or online at: http://www.ecartis.net/ -- The Ecartis Developers +EOM +} +] diff --git a/mail/elmo/pkg-message b/mail/elmo/pkg-message index 014c22c66f10..8e5569b4d4aa 100644 --- a/mail/elmo/pkg-message +++ b/mail/elmo/pkg-message @@ -1,6 +1,10 @@ -============== +[ +{ type: install + message: <<EOM In order to use elmo, each user must run the script elmoconf.pl, which will interactively create the elmo configuration file. Additionally, you must input some basic smtp settings if you want to be able to send messages. -============== +EOM +} +] diff --git a/mail/eps/pkg-message b/mail/eps/pkg-message index b1104ad01529..e4016e287950 100644 --- a/mail/eps/pkg-message +++ b/mail/eps/pkg-message @@ -1,2 +1,7 @@ - +[ +{ type: install + message: <<EOM Please read the %%PREFIX%%/share/doc/eps/howto +EOM +} +] diff --git a/mail/epstools/files/pkg-message.in b/mail/epstools/files/pkg-message.in index 13dcee82b7fb..a2c258b7f757 100644 --- a/mail/epstools/files/pkg-message.in +++ b/mail/epstools/files/pkg-message.in @@ -1,3 +1,8 @@ - +[ +{ type: install + message: <<EOM Please read the %%DOCSDIR%%/README Example mail files are under %%EXAMPLESDIR%% +EOM +} +] diff --git a/mail/esmtp/files/pkg-message.in b/mail/esmtp/files/pkg-message.in index 018a0fd4efbe..d2d69113a17d 100644 --- a/mail/esmtp/files/pkg-message.in +++ b/mail/esmtp/files/pkg-message.in @@ -1,4 +1,8 @@ ------------------------------------------------------------- +[ +{ type: install + message: <<EOM Sample of configuration file placed at %%PREFIX%%/etc/esmtprc.sample ------------------------------------------------------------- +EOM +} +] diff --git a/mail/exim-monitor/pkg-message b/mail/exim-monitor/pkg-message index 0ca36d7e844d..473687d9ae67 100644 --- a/mail/exim-monitor/pkg-message +++ b/mail/exim-monitor/pkg-message @@ -1,4 +1,6 @@ - +[ +{ type: install + message: <<EOM Although the Exim monitor has been correctly installed, please note that it is useless without the Exim MTA. Install one of the Exim packages available, which include documentation for the Exim monitor: @@ -7,4 +9,6 @@ packages available, which include documentation for the Exim monitor: exim-ldap2 exim-mysql exim-postgresql - +EOM +} +] diff --git a/mail/exim/pkg-message b/mail/exim/pkg-message index 963ce9f44e55..e237996a5428 100644 --- a/mail/exim/pkg-message +++ b/mail/exim/pkg-message @@ -1,6 +1,6 @@ -IMPORTANT NOTE: -=============== - +[ +{ type: install + message: <<EOM All installations having Exim set-uid root and using 'perl_startup' are vulnerable to a local privilege escalation. Any user who can start an instance of Exim (and this is normally *any* user) can gain root @@ -32,6 +32,11 @@ directory to $spool_directory, as usual.) Exim only accepts an absolute configuration file path now, when using the -C option. +EOM +} +{ type: upgrade + maximum_version: 4.80 + message: <<EOM Upgrades to Exim 4.80 ===================== @@ -47,3 +52,6 @@ There are more details, covering more changes, in README.UPDATING. We now enable accept_8bitmime by default, as the Exim maintainers agree with Dan Bernstein about the best way to deal with the 8BITMIME extension. +EOM +} +] diff --git a/mail/exipick/pkg-message b/mail/exipick/pkg-message index bb9eaa1e67fa..fa442fae8b33 100644 --- a/mail/exipick/pkg-message +++ b/mail/exipick/pkg-message @@ -1,5 +1,11 @@ +[ +{ type: install + message: <<EOM exipick has been successfully installed. Try `exipick --help' for perldoc help. +EOM +} +] diff --git a/mail/ezmlm-idx/files/pkg-message.in b/mail/ezmlm-idx/files/pkg-message.in index 32573ca034e7..829d24ef2ab0 100644 --- a/mail/ezmlm-idx/files/pkg-message.in +++ b/mail/ezmlm-idx/files/pkg-message.in @@ -1,4 +1,6 @@ ------------------------------------------------------------------ +[ +{ type: install + message: <<EOM ezmlm-idx has been installed successfully. However, before you can use the programs, you should copy the @@ -12,4 +14,6 @@ carefully. If you have enabled the database extensions, you need to create an ezmlm database. See section 5 in %%PREFIX%%/share/doc/ezmlm-idx/FAQ for further instructions. ------------------------------------------------------------------ +EOM +} +] diff --git a/mail/faces/pkg-message b/mail/faces/pkg-message index 4aad696f2aa5..9a07a7356c75 100644 --- a/mail/faces/pkg-message +++ b/mail/faces/pkg-message @@ -1,4 +1,6 @@ -************************************************** +[ +{ type: install + message: <<EOM NOTE: For generating faces out of xbm files you must use @@ -23,4 +25,6 @@ Note uncompface -X is the same as uncompface | ikon2xbm useful for exmh! -************************************************** +EOM +} +] diff --git a/mail/fetchmail/files/pkg-message.in b/mail/fetchmail/files/pkg-message.in index 94684dc86b12..0c84eb7ca4a0 100644 --- a/mail/fetchmail/files/pkg-message.in +++ b/mail/fetchmail/files/pkg-message.in @@ -1,4 +1,8 @@ -****************************************************** +[ +{ type: install + message: <<EOM For pointers how to configure fetchmail in daemon mode please consult %%PREFIX%%/etc/rc.d/fetchmail. -****************************************************** +EOM +} +] diff --git a/mail/getmail/pkg-message b/mail/getmail/pkg-message index 171222338f6e..3c4d4878ffec 100644 --- a/mail/getmail/pkg-message +++ b/mail/getmail/pkg-message @@ -1,5 +1,6 @@ -======================================================================= - +[ +{ type: install + message: <<EOM The getmail rc file (configuration file) format has changed since version 3.x. If you are upgrading from version 3, you will need to write a new configuration file based on the contents of your old one. @@ -8,5 +9,6 @@ The new file format resembles the old in many ways. Each account you retrieve mail from will require a separate rc file, but getmail can operate with multiple rc files simultaneously if you wish to retrieve mail from multiple accounts. - -======================================================================= +EOM +} +] diff --git a/mail/greyfix/files/pkg-message.in b/mail/greyfix/files/pkg-message.in index 32b70d8320ad..b38ec35bedb0 100644 --- a/mail/greyfix/files/pkg-message.in +++ b/mail/greyfix/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM Edit Postfix's master configuration file, master.cf, and add the following: greyfix unix - n n - - spawn @@ -19,3 +22,6 @@ that you should add check_policy_service unix:private/greyfix to it. Finally have postfix reload its configuration with: %%PREFIX%%/etc/rc.d/postfix reload +EOM +} +] diff --git a/mail/greylite/files/pkg-message.in b/mail/greylite/files/pkg-message.in index 0d76c900a170..f448df82d3ad 100644 --- a/mail/greylite/files/pkg-message.in +++ b/mail/greylite/files/pkg-message.in @@ -1,5 +1,9 @@ -################################################################ +[ +{ type: install + message: <<EOM Greylite has been installed. Some steps are required for setting it up with qmail. greylite(8) has a synthesis and the website at http://mij.oltrelinux.com/net/greylite/ has more information. -################################################################ +EOM +} +] 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 +} +] diff --git a/mail/isoqlog/files/pkg-message.in b/mail/isoqlog/files/pkg-message.in index e4b1dce42b34..dd73fdacb247 100644 --- a/mail/isoqlog/files/pkg-message.in +++ b/mail/isoqlog/files/pkg-message.in @@ -1,4 +1,6 @@ - +[ +{ type: install + message: <<EOM First edit %%PREFIX%%/etc/isoqlog.conf After that edit %%PREFIX%%/etc/isoqlog.domains @@ -7,4 +9,6 @@ Finally you have to add a crontab entry in order to get isoqlog work like: 58 * * * * %%PREFIX%%/bin/isoqlog 1>/dev/null 2>/dev/null You can read %%PREFIX%%/share/doc/isoqlog/EnderUNIX about our other projects - +EOM +} +] diff --git a/mail/mailagent/files/pkg-message.in b/mail/mailagent/files/pkg-message.in index 554b7d8fce1d..0bfbbcf924ec 100644 --- a/mail/mailagent/files/pkg-message.in +++ b/mail/mailagent/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM ** Upgrade note from a previous version to mailagent-3.1.78_1 or later ** In order to make building of this port non-interactive, the build-time @@ -12,4 +15,6 @@ Please consult mailagent(1) for more details. This package is configured to read %%ORGFILE%% file to retrieve the name of your organization. An empty file had been installed to suppress warning messages. Please modify as necessary. - +EOM +} +] diff --git a/mail/mailest/pkg-message b/mail/mailest/pkg-message index 3b020ca7990a..a2091370c90a 100644 --- a/mail/mailest/pkg-message +++ b/mail/mailest/pkg-message @@ -1,6 +1,7 @@ ------------- +[ +{ type: install + message: <<EOM How to start ------------- + For existing `mewest` user, backup and/or delete the database (`~/Mail/casket`) @@ -27,3 +28,6 @@ How to start + Try `km`, `kM`, `k/`, `k?`, `V` in Mew. See http://mew.org/en/info/release/mew_6.html#dbsearch for search commands in Mew. +EOM +} +] diff --git a/mail/mailgraph/pkg-message b/mail/mailgraph/pkg-message index 27e5703d85f2..5f757865ee36 100644 --- a/mail/mailgraph/pkg-message +++ b/mail/mailgraph/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM Edit /etc/rc.conf and set mailgraph_enable="YES" @@ -8,4 +11,6 @@ Make sure this script should be invoked with privilege to read /var/log/maillog. For example, you may change the permission of maillog to be 644. Another way is to make maillog owned by the mail group, and put mailgraph_user in that group. - +EOM +} +] diff --git a/mail/mailhog/files/pkg-message.in b/mail/mailhog/files/pkg-message.in index 474f608ff6af..7d0c5e2588de 100644 --- a/mail/mailhog/files/pkg-message.in +++ b/mail/mailhog/files/pkg-message.in @@ -1,10 +1,12 @@ - ----------------------------------------------------------------------------- +[ +{ type: install + message: <<EOM To run mailhog server on startup, add mailhog_enable="YES" to /etc/rc.conf. The SMTP server listens to 127.0.0.1:1025 by default while the web UI can be reached at http://127.0.0.1:8025/ To change this look at the rc.conf variables in %%PREFIX%%/etc/rc.d/mailhog. ----------------------------------------------------------------------------- - +EOM +} +] diff --git a/mail/mailman/files/pkg-message.in b/mail/mailman/files/pkg-message.in index f35c3520b0cf..16b66aa4c0cc 100644 --- a/mail/mailman/files/pkg-message.in +++ b/mail/mailman/files/pkg-message.in @@ -1,4 +1,6 @@ ----------------------------------------------------------------------------- +[ +{ type: install + message: <<EOM Mailman has been installed, but requires further configuration before use! ========================================== @@ -51,7 +53,11 @@ In order to make private archives searchable with namazu2, you need to copy or link %%LOCALBASE%%/libexec/namazu.cgi to %%MAILMANDIR%%/archives/private/<ML_name>/ and configure .namazurc. Refer to %%LOCALBASE%%/etc/namazu/namazurc.sample. ----------------------------------------------------------------------------- +EOM +} +{ type: upgrade + maximum_version: 2.1.18 + message <<EOM UPDATE INFORMATION FOR UPDATES OF 2.1.18/OLDER TO VERSION 2.1.19 AND NEWER: Changed behavior @@ -62,9 +68,7 @@ UPDATE INFORMATION FOR UPDATES OF 2.1.18/OLDER TO VERSION 2.1.19 AND NEWER: changed so if you are concerned about this and don't rotate logs or have a logrotate process that creates new log files instead of letting Mailman create them, you will need to address that. (LP: #1327404) ----------------------------------------------------------------------------- -******************************************************************** The mailman newsyslog.conf(5) filename has been changed: OLD: %%PREFIX%%/etc/newsyslog.conf.d/mailman.newsyslog NEW: %%PREFIX%%/etc/newsyslog.conf.d/mailman.conf @@ -78,4 +82,6 @@ newsyslog configuration now only includes filenames that end with If you use provisioning/configuration management tools to create or edit this file, you will need to change their configuration to use the new filename. -******************************************************************** +EOM +} +] diff --git a/mail/mailmgr/files/pkg-message.in b/mail/mailmgr/files/pkg-message.in index 636ec82ac55d..a81037692bcc 100644 --- a/mail/mailmgr/files/pkg-message.in +++ b/mail/mailmgr/files/pkg-message.in @@ -1,4 +1,8 @@ ---------------------------------------------------------------- +[ +{ type: install + message: <<EOM You need to configure the %%PREFIX%%/etc/mailmgr.conf before using it. See http://sarg.sourceforge.net/mailmgr.README.txt ---------------------------------------------------------------- +EOM +} +] diff --git a/mail/mailscanner/files/pkg-message.in b/mail/mailscanner/files/pkg-message.in index 361db6e7e6f0..8345cb8bc8bc 100644 --- a/mail/mailscanner/files/pkg-message.in +++ b/mail/mailscanner/files/pkg-message.in @@ -1,4 +1,6 @@ -************************************************************************* +[ +{ type: install + message: <<EOM _ _____ _____ _____ _ _ _____ ___ ___ _ _ / \|_ _|_ _| ____| \ | |_ _|_ _/ _ \| \ | | / _ \ | | | | | _| | \| | | | | | | | | \| | @@ -23,7 +25,7 @@ Either create those directories or change the configuration. - ***************************************************************** + A new optional rc variable called mailscanner_user has been added to the startup script. This is a temporary workaround to address any possible taint mode problems that may still be present in the @@ -44,6 +46,6 @@ The new variable uses su to start the master perl script as the specified user, this effectively disables perl's taint mode. - ***************************************************************** - -************************************************************************* +EOM +} +] diff --git a/mail/meta1/pkg-message b/mail/meta1/pkg-message index 29c37d397948..a006ea235248 100644 --- a/mail/meta1/pkg-message +++ b/mail/meta1/pkg-message @@ -1,13 +1,15 @@ ---------------------------------------------------- +[ +{ type: install + message: <<EOM on first installation please run: /usr/local/sbin/sm.setup.sh ---------------------------------------------------- to clean after permanent removal please run: rm -rf /usr/local/etc/meta1 /var/spool/meta1 pw userdel meta1s meta1q meta1c meta1m meta1 pw groupdel meta1s meta1q - ---------------------------------------------------- +EOM +} +] diff --git a/mail/mew/files/pkg-message.in b/mail/mew/files/pkg-message.in index 956a2c6f0190..7e90adda434e 100644 --- a/mail/mew/files/pkg-message.in +++ b/mail/mew/files/pkg-message.in @@ -1,4 +1,6 @@ -************************************************************************* +[ +{ type: install + message: <<EOM You may want to add following lines to your ~/.emacs and/or ~/.mew.el. (autoload 'mew "mew" nil t) @@ -12,4 +14,6 @@ You may want to add following lines to your ~/.emacs and/or ~/.mew.el. Please consult sample files %%DOCSDIR%%/dot.{emacs,mew}. See also %%DOCSDIR%%/00diff for the changes from previous versions. -************************************************************************* +EOM +} +] diff --git a/mail/milter-bogom/files/pkg-message.in b/mail/milter-bogom/files/pkg-message.in index fa93a6bcb862..6ab6f963f341 100644 --- a/mail/milter-bogom/files/pkg-message.in +++ b/mail/milter-bogom/files/pkg-message.in @@ -1,2 +1,8 @@ +[ +{ type: install + message: <<EOM Remember to check %%PREFIX%%/share/doc/milter-bogom/ and bogom(8) before running this program. +EOM +} +] diff --git a/mail/milter-callback/files/pkg-message.in b/mail/milter-callback/files/pkg-message.in index 8688bd2ea57d..8be8d539c122 100644 --- a/mail/milter-callback/files/pkg-message.in +++ b/mail/milter-callback/files/pkg-message.in @@ -1,12 +1,12 @@ - -================================================================================ - +[ +{ type: install + message: <<EOM - Create %%PREFIX%%/etc/mail/milter-callback.conf - Add the following line to your sendmail.mc: INPUT_MAIL_FILTER(`milter-callback', \ `S=unix:/var/run/milter-callback.sock, F=T, T=S:3m;R:6m') - -================================================================================ - +EOM +} +] diff --git a/mail/milter-greylist/files/pkg-message.in b/mail/milter-greylist/files/pkg-message.in index 2f6bb34b68fb..bdfb33f8ee78 100644 --- a/mail/milter-greylist/files/pkg-message.in +++ b/mail/milter-greylist/files/pkg-message.in @@ -1,5 +1,6 @@ -===> IMPORTANT NOTE - +[ +{ type: install + message: <<EOM A sample configuration file has been installed in %%PREFIX%%/etc/mail directory. Copy and edit it to suit your needs before launching milter-greylist. @@ -17,4 +18,6 @@ INPUT_MAIL_FILTER(`greylist', `S=local:/var/milter-greylist/milter-greylist.sock in your /etc/rc.conf or your /etc/rc.conf.local See %%DOCSDIR%%/README for operation details. - +EOM +} +] diff --git a/mail/milter-regex/pkg-message b/mail/milter-regex/pkg-message index cfa1b4bb4b40..eab1ad1e9680 100644 --- a/mail/milter-regex/pkg-message +++ b/mail/milter-regex/pkg-message @@ -1,5 +1,6 @@ -===> INSTALL NOTES: - +[ +{ type: install + message: <<EOM To run milter-regex daemon on startup, add milterregex_enable="YES" in your /etc/rc.conf. You will need to create a config file: @@ -8,4 +9,6 @@ The plugin needs to be registered in the sendmail(8) configuration. See milter-regex(8) for details. - +EOM +} +] diff --git a/mail/milter-skem/pkg-message b/mail/milter-skem/pkg-message index 7304aad33b96..e1c0a5381b84 100644 --- a/mail/milter-skem/pkg-message +++ b/mail/milter-skem/pkg-message @@ -1,8 +1,12 @@ - - +[ +{ type: install + message: <<EOM The milter-skem port does not (yet?) provide the milter-starting script(s). Please, read the manual page (skem(8)) to determine, what's best for your environment -- it can be configured to be automaticly launched by syslogd(8), for example. +EOM +} +] diff --git a/mail/mimedefang/files/pkg-message.in b/mail/mimedefang/files/pkg-message.in index 974a9e51ffaa..aed14f382c3e 100644 --- a/mail/mimedefang/files/pkg-message.in +++ b/mail/mimedefang/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM To finish installation please follow these steps: 1. Edit %%ETCDIR%%/mimedefang-filter @@ -16,3 +19,6 @@ Also, you can install some anti-virus software to check your mail, for example: Open source AV package with automatic virus definition updates security/f-prot F-Prot Antivirus for BSD Workstations +EOM +} +] diff --git a/mail/minimalist/files/pkg-message.in b/mail/minimalist/files/pkg-message.in index d75dcaf0fe3b..cfd8fbd0a916 100644 --- a/mail/minimalist/files/pkg-message.in +++ b/mail/minimalist/files/pkg-message.in @@ -1,4 +1,6 @@ -------------------------------------------------------------------- +[ +{ type: install + message: <<EOM Minimalist files are in: %%PREFIX%%/share/minimalist Minimalist binary is: %%PREFIX%%/bin/minimalist.pl Minimalist main config is: %%PREFIX%%/etc/minimalist.conf-sample @@ -13,4 +15,6 @@ aliases file A sample configuration for a mailing list can be found in %%PREFIX%%/share/minimalist/sample. -------------------------------------------------------------------- +EOM +} +] diff --git a/mail/mu4e-maildirs/pkg-message b/mail/mu4e-maildirs/pkg-message index cf3d0aef88f2..5385ed3585cc 100644 --- a/mail/mu4e-maildirs/pkg-message +++ b/mail/mu4e-maildirs/pkg-message @@ -1,4 +1,10 @@ +[ +{ type: install + message: <<EOM To enable this extension, add the following lines into ~/.emacs: (require 'mu4e-maildirs-extension) (mu4e-maildirs-extension) +EOM +} +] diff --git a/mail/mulberry/pkg-message b/mail/mulberry/pkg-message index c0f3cae1eae5..8449743905cc 100644 --- a/mail/mulberry/pkg-message +++ b/mail/mulberry/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM This is a fully-functional version. Mulberry is now freeware. Support is through the community. If you need support, you can start here - http://www.mulberrymail.com/support.shtml @@ -8,3 +11,6 @@ and attachments (respectively) in email. They assume that you are using Firefox, KDE, openoffice and acroread. If you want to override their values, copy them to .url.helpers and .mailcap in your home directory and then edit them appropriately. +EOM +} +] diff --git a/mail/mutt/files/pkg-message.slang b/mail/mutt/files/pkg-message.slang index d8fdebe91dfd..1cba45db708e 100644 --- a/mail/mutt/files/pkg-message.slang +++ b/mail/mutt/files/pkg-message.slang @@ -1,6 +1,10 @@ -===================================================== +[ +{ type: install + message: <<EOM You have installed mutt with SLANG support. This may work for a color terminal only when defining COLORTERM=yes and COLORFGBG=\"color1;color2\" in your environment. -===================================================== +EOM +} +] diff --git a/mail/neomutt/files/pkg-message.slang b/mail/neomutt/files/pkg-message.slang index 7b0f4cfa0fdd..1cba45db708e 100644 --- a/mail/neomutt/files/pkg-message.slang +++ b/mail/neomutt/files/pkg-message.slang @@ -1,4 +1,10 @@ +[ +{ type: install + message: <<EOM You have installed mutt with SLANG support. This may work for a color terminal only when defining COLORTERM=yes and COLORFGBG=\"color1;color2\" in your environment. +EOM +} +] diff --git a/mail/nmh/pkg-message b/mail/nmh/pkg-message index 205c5882b99a..4250cb9a8228 100644 --- a/mail/nmh/pkg-message +++ b/mail/nmh/pkg-message @@ -1,5 +1,6 @@ -============================================================= - +[ +{ type: install + message: <<EOM Some files you might need to customize include the following: mhn.defaults - adjust the programs used to handle various @@ -10,5 +11,6 @@ Some files you might need to customize include the following: You may also find interesting freely avaiable book about nmh: http://rand-mh.sourceforge.net/book/ - -============================================================= +EOM +} +] diff --git a/mail/nocc/files/pkg-message.in b/mail/nocc/files/pkg-message.in index 360e5aba2999..9522ac2964d6 100644 --- a/mail/nocc/files/pkg-message.in +++ b/mail/nocc/files/pkg-message.in @@ -1,5 +1,9 @@ -**************************************************************** +[ +{ type: install + message: <<EOM Nocc has been installed in %%PREFIX%%/www/nocc directory. Change into this directory and create/modify the config file (config/conf.php). The sample file is fairly well documented. -**************************************************************** +EOM +} +] diff --git a/mail/nullmailer/files/pkg-message.in b/mail/nullmailer/files/pkg-message.in index 6ef29036b248..2dc538ad5730 100644 --- a/mail/nullmailer/files/pkg-message.in +++ b/mail/nullmailer/files/pkg-message.in @@ -1,5 +1,6 @@ -================================================================== - +[ +{ type: install + message: <<EOM Please take %%PREFIX%%/etc/nullmailer/remotes.sample as an example and edit your own %%PREFIX%%/etc/nullmailer/remotes @@ -17,5 +18,6 @@ NOTE for the ones upgrading from 1.00: The smtp authentication option has been changed from --auth=joe,secret to --user=joe and --pass=secret, see nullmailer-send(8) for details. - -================================================================== +EOM +} +] diff --git a/mail/opendkim/files/pkg-message.in b/mail/opendkim/files/pkg-message.in index 4359c82d876f..259943577424 100644 --- a/mail/opendkim/files/pkg-message.in +++ b/mail/opendkim/files/pkg-message.in @@ -1,5 +1,6 @@ -************************************************************************ - +[ +{ type: install + message: <<EOM In order to run this port, write your opendkim.conf and: if you use sendmail, add the milter socket `socketspec' in @@ -19,5 +20,6 @@ Extra options can be found in startup script. Note: milter sockets must be accessible from postfix/smtpd; using inet sockets might be preferred. - -************************************************************************ +EOM +} +] diff --git a/mail/openemm2013/files/pkg-message.in b/mail/openemm2013/files/pkg-message.in index b840c5554f23..7e572fa84f89 100644 --- a/mail/openemm2013/files/pkg-message.in +++ b/mail/openemm2013/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM To integrate the OpenEMM 2013 R2 to the installed Tomcat add this chunk to the server.xml of Tomcat: TOMCAT_HOME= %%PREFIX%%/apache-tomcat-8.0/lib/ @@ -82,3 +85,6 @@ service tomcat8 start service openemm2013 start or %%PREFIX%%/etc/rc.d/openemm2013 start +EOM +} +] diff --git a/mail/openemm2015/files/pkg-message.in b/mail/openemm2015/files/pkg-message.in index d2cc0ab637cc..23bcdd312089 100644 --- a/mail/openemm2015/files/pkg-message.in +++ b/mail/openemm2015/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM To Upgrade from prev version backup the db ! $> mysqldump -aCceQx --hex-blob --routines --triggers -u root -p -r /tmp/openemm-db.sql openemm @@ -119,3 +122,6 @@ service tomcat85 start service openemm2015 start or %%PREFIX%%/etc/rc.d/openemm2015 start +EOM +} +] diff --git a/mail/opensmtpd-devel/files/pkg-message.in b/mail/opensmtpd-devel/files/pkg-message.in index a4380df28324..6000c8988ebb 100644 --- a/mail/opensmtpd-devel/files/pkg-message.in +++ b/mail/opensmtpd-devel/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM If you are upgrading from OpenSMTPD version 5.7.3/201303011853 or earlier, please follow the procedure below to update the permissions on the OpenSMTPD spool directories: @@ -19,3 +22,6 @@ spool directories: 3. Start 'smtpd' service: # service smtpd start +EOM +} +] diff --git a/mail/opensmtpd/files/pkg-message.in b/mail/opensmtpd/files/pkg-message.in index 6a771126fb3a..abab3da6218e 100644 --- a/mail/opensmtpd/files/pkg-message.in +++ b/mail/opensmtpd/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM If you are upgrading from OpenSMTPD version 5.7.3 or earlier, please follow the procedure below to update the permissions on the OpenSMTPD spool directories: @@ -19,3 +22,6 @@ spool directories: 3. Start 'smtpd' service: # service smtpd start +EOM +} +] diff --git a/mail/ovs/pkg-message b/mail/ovs/pkg-message index 06af9ddfc9ff..36af10e13670 100644 --- a/mail/ovs/pkg-message +++ b/mail/ovs/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM Edit /etc/rc.conf and set ovs_enable="YES" @@ -8,3 +11,6 @@ Make sure this script should be invoked with privilege to read /var/log/maillog. For example, you may change the permission of maillog to be 644. Another way is to make maillog owned by the mail group, and put ovs_user in that group. +EOM +} +] diff --git a/mail/p5-FuzzyOcr-devel/files/pkg-message.in b/mail/p5-FuzzyOcr-devel/files/pkg-message.in index 745cbf7b4f45..d7516f846168 100644 --- a/mail/p5-FuzzyOcr-devel/files/pkg-message.in +++ b/mail/p5-FuzzyOcr-devel/files/pkg-message.in @@ -1,5 +1,9 @@ ------------------------------------------------------------------------- +[ +{ type: install + message: <<EOM To complete the install of FuzzyOcr, copy FuzzyOcr.cf, FuzzyOcr.preps, FuzzyOcr.scansets and FuzzyOcr.words from %%EXAMPLESDIR%% into your SpamAssassin configuration directory. ------------------------------------------------------------------------- +EOM +} +] diff --git a/mail/p5-Mail-ClamAV/pkg-message b/mail/p5-Mail-ClamAV/pkg-message index 4fd869045499..9c6c5515e8ba 100644 --- a/mail/p5-Mail-ClamAV/pkg-message +++ b/mail/p5-Mail-ClamAV/pkg-message @@ -1,10 +1,12 @@ -******************************************** - +[ +{ type: install + message: <<EOM Please note that Mail::ClamAV requires your perl to be build with threading. Have a look at the documentation: man Mail::ClamAV - -******************************************** +EOM +} +] diff --git a/mail/p5-Mail-DMARC/files/pkg-message.in b/mail/p5-Mail-DMARC/files/pkg-message.in index dd0937084c65..8f09d8863905 100644 --- a/mail/p5-Mail-DMARC/files/pkg-message.in +++ b/mail/p5-Mail-DMARC/files/pkg-message.in @@ -1,5 +1,10 @@ +[ +{ type: install + message: <<EOM Mail::DMARC config example: %%SITE_PERL%%/auto/share/dist/Mail-DMARC/mail-dmarc.ini copy it to /usr/local/etc - +EOM +} +] diff --git a/mail/p5-qpsmtpd/files/pkg-message.in b/mail/p5-qpsmtpd/files/pkg-message.in index faf67a3a8261..731b6d0439a6 100644 --- a/mail/p5-qpsmtpd/files/pkg-message.in +++ b/mail/p5-qpsmtpd/files/pkg-message.in @@ -1,6 +1,11 @@ -*****************************************************************' +[ +{ type: install + message: <<EOM Please read http://wiki.qpsmtpd.org/ for more info about installation. The example config can be found in %%EXAMPLESDIR%% The plugins can be found in %%DATADIR%%/plugins/ This port does also not make any assumptions about what user you wish to use or install location. +EOM +} +] diff --git a/mail/panda-cclient/pkg-message-ssl b/mail/panda-cclient/pkg-message-ssl index e73be9237982..52bc3ebf8f6a 100644 --- a/mail/panda-cclient/pkg-message-ssl +++ b/mail/panda-cclient/pkg-message-ssl @@ -1,5 +1,9 @@ -================================================================================ +[ +{ type: install + message: <<EOM Warning: You have chosen to include SSL support. Applications/ports that use the cclient library but do not support SSL may stop working or have problems linking. Linking them explicitly with ssl (-lssl -lcrypto) may or may not help. -================================================================================ +EOM +} +] diff --git a/mail/panda-imap/files/pkg-message.in b/mail/panda-imap/files/pkg-message.in index 83065b4546bb..ca807b67f690 100644 --- a/mail/panda-imap/files/pkg-message.in +++ b/mail/panda-imap/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: @@ -40,3 +43,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 +} +] diff --git a/mail/phplist/files/pkg-message.in b/mail/phplist/files/pkg-message.in index 3feee3353119..a9e3b75775e2 100644 --- a/mail/phplist/files/pkg-message.in +++ b/mail/phplist/files/pkg-message.in @@ -1,4 +1,6 @@ -* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * +[ +{ type: install + message: <<EOM 1. phplist needs a MySQL database in order to operate. You can create this database by using something like the following commands: @@ -30,5 +32,6 @@ Alias /phplist %%WWWDIR%% 5. Please see the documentation directory (%%DOCSDIR%%) for full documentation on how to get the best out of phplist. - -* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * +EOM +} +] diff --git a/mail/phpmailer/files/pkg-message.in b/mail/phpmailer/files/pkg-message.in index b9d8ebd9a029..d19f8e1461ee 100644 --- a/mail/phpmailer/files/pkg-message.in +++ b/mail/phpmailer/files/pkg-message.in @@ -1,4 +1,10 @@ +[ +{ type: install + message: <<EOM You need to adjust php's include_path to contain `%%DATADIR%%'! For example, insert include_path = ".:%%DATADIR%%" into `%%LOCALBASE%%/etc/php.ini'. +EOM +} +] diff --git a/mail/phpmailer6/files/pkg-message.in b/mail/phpmailer6/files/pkg-message.in index f1f66090b593..3725f4d49abb 100644 --- a/mail/phpmailer6/files/pkg-message.in +++ b/mail/phpmailer6/files/pkg-message.in @@ -1,6 +1,12 @@ +[ +{ type: install + message: <<EOM You need to adjust php's include_path to contain `%%DATADIR%%'! For example, insert include_path = ".:%%DATADIR%%" into `%%LOCALBASE%%/etc/php.ini'. +EOM +} +] diff --git a/mail/pine-pgp-filters/files/pkg-message.in b/mail/pine-pgp-filters/files/pkg-message.in index 607c44aee513..91a2e27e4f8e 100644 --- a/mail/pine-pgp-filters/files/pkg-message.in +++ b/mail/pine-pgp-filters/files/pkg-message.in @@ -1,6 +1,8 @@ - -*************************************************************************** +[ +{ type: install + message: <<EOM To learn how to configure Alpine to use these filters, see the docs in %%PREFIX%%/share/doc/pine-pgp-filters. -*************************************************************************** - +EOM +} +] diff --git a/mail/popa3d/files/pkg-message.in b/mail/popa3d/files/pkg-message.in index 40e60d29682a..6a99a4ccc526 100644 --- a/mail/popa3d/files/pkg-message.in +++ b/mail/popa3d/files/pkg-message.in @@ -1,4 +1,6 @@ -=========================================================================== +[ +{ type: install + message: <<EOM 1. Edit your /etc/inetd.conf to use popa3d. The line should look like this: pop3 stream tcp nowait root %%PREFIX%%/libexec/popa3d popa3d @@ -9,5 +11,6 @@ up to that inetd clone or TCP wrappers. 2. Reload inetd # /etc/rc.d/inetd reload - -=========================================================================== +EOM +} +] diff --git a/mail/postfix-policyd-spf-perl/files/pkg-message.in b/mail/postfix-policyd-spf-perl/files/pkg-message.in index 62266b1e1e7a..44b249d60039 100644 --- a/mail/postfix-policyd-spf-perl/files/pkg-message.in +++ b/mail/postfix-policyd-spf-perl/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM The service is not enabled by default. Enable it by doing the following: 1. Add the following to /etc/postfix/master.cf: @@ -24,3 +27,6 @@ The service is not enabled by default. Enable it by doing the following: system may become an open relay. 4. Restart Postfix. +EOM +} +] diff --git a/mail/postfix-policyd-spf-python/files/pkg-message.in b/mail/postfix-policyd-spf-python/files/pkg-message.in index 9f2ee747d1fe..d8baa7ce1aa8 100644 --- a/mail/postfix-policyd-spf-python/files/pkg-message.in +++ b/mail/postfix-policyd-spf-python/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM # # To configure Postfix # @@ -29,3 +32,6 @@ This package must be integrated with Postfix to be effective: configuration. 4. Reload postfix. +EOM +} +] diff --git a/mail/postfix-policyd-weight/files/pkg-message.in b/mail/postfix-policyd-weight/files/pkg-message.in index c5e940208a30..6da6214b03d8 100644 --- a/mail/postfix-policyd-weight/files/pkg-message.in +++ b/mail/postfix-policyd-weight/files/pkg-message.in @@ -1,4 +1,6 @@ -********** +[ +{ type: install + message: <<EOM * Start with: # %%PREFIX%%/bin/policyd-weight start @@ -25,5 +27,6 @@ smtpd_recipient_restrictions = * * Please compare existing configuration with the provided sample * and remove deprecated DNSBL/RHSBL lists -* -************* +EOM +} +] diff --git a/mail/postfix-postfwd/files/pkg-message.in b/mail/postfix-postfwd/files/pkg-message.in index 59957e7e79ba..8f0223347aef 100644 --- a/mail/postfix-postfwd/files/pkg-message.in +++ b/mail/postfix-postfwd/files/pkg-message.in @@ -1,4 +1,6 @@ -************* +[ +{ type: install + message: <<EOM * Start postfwd with: # %%PREFIX%%/etc/rc.d/postfwd start @@ -23,5 +25,6 @@ smtpd_recipient_restrictions = * * Create and edit %%PREFIX%%/etc/postfwd.conf * An example is provided in %%PREFIX%%/etc/postfwd.conf.sample -* -************* +EOM +} +] diff --git a/mail/postfixadmin/files/pkg-message.in b/mail/postfixadmin/files/pkg-message.in index 88b99af3afa6..9b1f449d5b69 100644 --- a/mail/postfixadmin/files/pkg-message.in +++ b/mail/postfixadmin/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM If you are upgrading, you may need to update your existing database. You can do so by browsing to [URL]/setup.php where [URL] is the postfixadmin root. @@ -9,6 +12,12 @@ included automatically by config.inc.php. For detailed information, please see the complete installation steps in %%DOCSDIR%%/INSTALL.TXT. - +EOM +} +{ type: upgrade + message: <<EOM For upgrade-related details, including configuration changes, see %%DOCSDIR%%/CHANGELOG.TXT. +EOM +} +] diff --git a/mail/postgrey/pkg-message b/mail/postgrey/pkg-message index 29b4acd04522..f409afe71a23 100644 --- a/mail/postgrey/pkg-message +++ b/mail/postgrey/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM NETWORK LISTENER WARNING ------------------------ @@ -29,3 +32,6 @@ would be --greylist-text='4.7.1 Greylisted'. Please see the "Greylist Text" section of the postgrey(1) man page for more information. +EOM +} +] diff --git a/mail/proxsmtp/files/pkg-message.in b/mail/proxsmtp/files/pkg-message.in index c4d40526a7be..2d71d3a394a7 100644 --- a/mail/proxsmtp/files/pkg-message.in +++ b/mail/proxsmtp/files/pkg-message.in @@ -1,4 +1,6 @@ -/* ================================================================= */ +[ +{ type: install + message: <<EOM Edit /etc/rc.conf and set proxsmtpd_enable="YES" @@ -15,4 +17,6 @@ You can also specify the following make variables: PROXSMTP_SMTP_EHLO_RSP="250-smtp.passthru" to define default values (or to override the defaults). -/* ================================================================= */ +EOM +} +] diff --git a/mail/py-apolicy/files/pkg-message.in b/mail/py-apolicy/files/pkg-message.in index 21c1337e9ae9..850b538ed1b5 100644 --- a/mail/py-apolicy/files/pkg-message.in +++ b/mail/py-apolicy/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM To use this from Postfix SMTPD, use in %%PREFIX%%/etc/postfix/main.cf: smtpd_recipient_restrictions = ... @@ -6,3 +9,6 @@ smtpd_recipient_restrictions = ... NOTE: specify check_policy_service AFTER reject_unauth_destination or else your system can become an open relay. +EOM +} +] diff --git a/mail/py-ppolicy/files/pkg-message.in b/mail/py-ppolicy/files/pkg-message.in index f79d3e94efd2..394ff152a627 100644 --- a/mail/py-ppolicy/files/pkg-message.in +++ b/mail/py-ppolicy/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM To use this from Postfix SMTPD, use in %%PREFIX%%/etc/postfix/main.cf: smtpd_recipient_restrictions = @@ -6,3 +9,6 @@ smtpd_recipient_restrictions = check_policy_service inet:127.0.0.1:10030 ... 127.0.0.1:10030_time_limit = 3600 +EOM +} +] diff --git a/mail/pymsgauth/files/pkg-message.in b/mail/pymsgauth/files/pkg-message.in index 150e9fd90f13..98741c79302c 100644 --- a/mail/pymsgauth/files/pkg-message.in +++ b/mail/pymsgauth/files/pkg-message.in @@ -1,6 +1,10 @@ -********************************************************************** +[ +{ type: install + message: <<EOM After the installation: - create ~/.pymsgauth directory; - copy %%EXAMPLESDIR%%/pymsgauthrc-example to ~/.pymsgauth/pymsgauthrc and edit the config file to fit your needs. -********************************************************************** +EOM +} +] diff --git a/mail/qmail-activedir/files/pkg-message.in b/mail/qmail-activedir/files/pkg-message.in index 545ba6cebcbf..6f05ac7e0b18 100644 --- a/mail/qmail-activedir/files/pkg-message.in +++ b/mail/qmail-activedir/files/pkg-message.in @@ -1,4 +1,6 @@ -***************************************************************************** +[ +{ type: install + message: <<EOM You have installed the qmail-activedir. Now you need follow this steps: @@ -42,4 +44,6 @@ Do %%PREFIX%%/bin/create_alias_files -h for more info. and restart. Run some trial tests. For more information you should read %%DOCSDIR%%/README. - +EOM +} +] diff --git a/mail/qmail-auditor/files/pkg-message.in b/mail/qmail-auditor/files/pkg-message.in index 9a92e7a62529..f29ca904c084 100644 --- a/mail/qmail-auditor/files/pkg-message.in +++ b/mail/qmail-auditor/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM You have just installed %%PREFIX%%/bin/qmail-auditor which can be enabled by wrapping qmail-queue and naming the original qmail-queue as qmail-queue-real, for example: @@ -26,3 +29,6 @@ to user@some.domain.br auditing@mycompany.com all sales@domain.br salesauditing@mycompany.com The README file was installed on %%DOCSDIR%% +EOM +} +] diff --git a/mail/qmail/files/pkg-message-ldap.in b/mail/qmail/files/pkg-message-ldap.in index 30c83c7ffb86..b2d2958877e8 100644 --- a/mail/qmail/files/pkg-message-ldap.in +++ b/mail/qmail/files/pkg-message-ldap.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM ATTENTION: Do not forget to read %%PREFIX%%/doc/QLDAPINSTALL. After all, @@ -26,3 +29,6 @@ If you've built this port with TLS support (WITH_TLS=yes) Now, you need to use it. Check a little FreeBSD specific how-to at http://freebsd.cg.nu/postfixqmail-ldap.html +EOM +} +] diff --git a/mail/qmail/files/pkg-message-mysql.in b/mail/qmail/files/pkg-message-mysql.in index a4c8eeeaa6b0..19be930ceb09 100644 --- a/mail/qmail/files/pkg-message-mysql.in +++ b/mail/qmail/files/pkg-message-mysql.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM ATTENTION: Do not forget to read http://iain.cx/unix/qmail/mysql.php. After all, @@ -5,3 +8,6 @@ this is NOT our old stock qmail. You can enable qmail as your default mailer executing: > %%PREFIX%%/scripts/enable-qmail +EOM +} +] diff --git a/mail/qmail/files/pkg-message-tls.in b/mail/qmail/files/pkg-message-tls.in index f67bbb57c79c..4c2eaaa9307f 100644 --- a/mail/qmail/files/pkg-message-tls.in +++ b/mail/qmail/files/pkg-message-tls.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM ATTENTION: Do not forget to read %%PREFIX%%/doc/TLS.readme. After all, @@ -13,3 +16,6 @@ You can enable qmail as your default mailer executing: # makes a certificate request 4) do "make certificate-req" +EOM +} +] diff --git a/mail/qmail/files/pkg-message.in b/mail/qmail/files/pkg-message.in index d418350e543d..ce07481e22c6 100644 --- a/mail/qmail/files/pkg-message.in +++ b/mail/qmail/files/pkg-message.in @@ -1,4 +1,10 @@ +[ +{ type: install + message: <<EOM ATTENTION: You can enable qmail as your default mailer executing: > %%PREFIX%%/scripts/enable-qmail +EOM +} +] diff --git a/mail/qpopper/files/pkg-message.in b/mail/qpopper/files/pkg-message.in index 0a9aa5207b54..2e0c6661fd65 100644 --- a/mail/qpopper/files/pkg-message.in +++ b/mail/qpopper/files/pkg-message.in @@ -1,13 +1,15 @@ - -**************************************************************************** +[ +{ type: install + message: <<EOM To enable the qpopper-daemon, add the following line to your /etc/inetd.conf: pop3 stream tcp nowait root %%PREFIX%%/libexec/qpopper qpopper -s -**************************************************************************** + %%POPPASSD%% -%%POPPASSD%%=============================================================================== %%POPPASSD%%It adds for myself %%POPPASSD%%/etc/devfs.conf: %%POPPASSD%%link /dev/pts/0 pty0 -%%POPPASSD%%=============================================================================== %%POPPASSD%% +EOM +} +] diff --git a/mail/ratelimit-policyd/files/pkg-message.in b/mail/ratelimit-policyd/files/pkg-message.in index 94a8a71e8377..65a3caf9392e 100644 --- a/mail/ratelimit-policyd/files/pkg-message.in +++ b/mail/ratelimit-policyd/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM This package must be integrated with Postfix to be effective: * Add a new MySQL user account for ratelimit-policyd with the @@ -35,3 +38,6 @@ This package must be integrated with Postfix to be effective: * See the documentation in %%LOCALBASE%%/share/ratelimit-policyd/README.md or visit https://github.com/MirLach/ratelimit-policyd +EOM +} +] diff --git a/mail/rbl-milter/pkg-message b/mail/rbl-milter/pkg-message index f2235d4a3c73..3dbe7dfa119a 100644 --- a/mail/rbl-milter/pkg-message +++ b/mail/rbl-milter/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM Add to your /etc/rc.conf rblmilter_enable="YES" Then run the milter with: $PREFIX/etc/rc.d/rbl-milter start @@ -25,3 +28,6 @@ and rebuild it By default, the INPUT_MAIL_FILTER line will ignore the filter if rbl-milter is not running. +EOM +} +] diff --git a/mail/rblcheck/pkg-message b/mail/rblcheck/pkg-message index 5e09ec0dc01d..d380e14a0501 100644 --- a/mail/rblcheck/pkg-message +++ b/mail/rblcheck/pkg-message @@ -1,3 +1,7 @@ - +[ +{ type: install + message: <<EOM Please copy rblcheckrc.sample to rblcheckrc and modify it as you wish. - +EOM +} +] diff --git a/mail/ripmime/pkg-message b/mail/ripmime/pkg-message index 3a8d451db1a3..9483ab9c8105 100644 --- a/mail/ripmime/pkg-message +++ b/mail/ripmime/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM You have installed RipMIME, a utility to extract attachments from MIME-encoded email messages. @@ -5,3 +8,6 @@ If you have an MIME encoded archive (say from sendmail's output) called recvmail001.mime and you wish to unpack it to a directory (which already exists) called "/var/tmp/unpack", then you would type: ripmime -i recvmail001.mime -d /var/tmp/unpack +EOM +} +] diff --git a/mail/roundcube-automatic_addressbook/files/pkg-message.in b/mail/roundcube-automatic_addressbook/files/pkg-message.in index b810e15b74b0..756f00b67250 100644 --- a/mail/roundcube-automatic_addressbook/files/pkg-message.in +++ b/mail/roundcube-automatic_addressbook/files/pkg-message.in @@ -1,6 +1,6 @@ ---------------------------------------------------------------------- -FIRST INSTALLATION - +[ +{ type: install + message: <<EOM If this is a first installation of automatic addressbook plugin, you have to execute the relevant initialisation SQL script for your chosen database backend : @@ -18,13 +18,15 @@ Finally, you will need to add the plugin to your list of loadable plugins in %%RCDIR%%/config/main.inc.php or %%RCDIR%%/config/config.inc.php depending on your roundcube version, for example: $rcmail_config['plugins'] = array('automatic_addressbook',); - -UPGRADING - +EOM +} +{ type: upgrade + message: <<EOM If you already had a previous version of automatic addressbook plugin installed, you should update your database schema by executing the relevant upgrade SQL script for your chosen database backend : %%PLUGINDIR%%/SQL/<dbtype>.update.sql scripts. - ---------------------------------------------------------------------- +EOM +} +] diff --git a/mail/roundcube-mvision2/files/pkg-message.in b/mail/roundcube-mvision2/files/pkg-message.in index 40d4e054c907..991550025224 100644 --- a/mail/roundcube-mvision2/files/pkg-message.in +++ b/mail/roundcube-mvision2/files/pkg-message.in @@ -1,6 +1,6 @@ - -******************************************************************************* - +[ +{ type: install + message: <<EOM Make the following changes to RoundCube main configuration: %%LOCALBASE%%/www/roundcube/config/main.inc.php @@ -14,6 +14,6 @@ Make the following changes to RoundCube main configuration: 4) Add new configuration line: $rcmail_config['preview_pane_vertical'] = true; - -******************************************************************************* - +EOM +} +] diff --git a/mail/roundcube/pkg-message b/mail/roundcube/pkg-message index 307097806ccb..2fd69172e77e 100644 --- a/mail/roundcube/pkg-message +++ b/mail/roundcube/pkg-message @@ -1,12 +1,15 @@ ---------------------------------------------------------------------- -FIRST INSTALLATION - +[ +{ type: install + message: <<EOM If this is a first installation of RoundCube you have to create a new database and a db user. Read INSTALL for detailed instructions. - -UPGRADING - +EOM +} +{ type: install + message: <<EOM If you already had a previous version of RoundCube installed, you should check your config files and DB schema are up-to-date. Read UPGRADING for detailed instructions. ---------------------------------------------------------------------- +EOM +} +] diff --git a/mail/rspamd-devel/files/pkg-message.in b/mail/rspamd-devel/files/pkg-message.in index 51c0a578bfda..e0f07f35b209 100644 --- a/mail/rspamd-devel/files/pkg-message.in +++ b/mail/rspamd-devel/files/pkg-message.in @@ -1,4 +1,6 @@ -====================================================================== +[ +{ type: install + message: <<EOM - Add the following line to /etc/rc.conf to enable rspamd: rspamd_enable="YES" @@ -7,4 +9,6 @@ has been created in the /usr/local/etc/newsyslog.conf.d directory. You can edit %%ETCDIR%%/rspamd.newsyslog.conf to change log file rotation configuration. -====================================================================== +EOM +} +] diff --git a/mail/rspamd/files/pkg-message.in b/mail/rspamd/files/pkg-message.in index 51c0a578bfda..e0f07f35b209 100644 --- a/mail/rspamd/files/pkg-message.in +++ b/mail/rspamd/files/pkg-message.in @@ -1,4 +1,6 @@ -====================================================================== +[ +{ type: install + message: <<EOM - Add the following line to /etc/rc.conf to enable rspamd: rspamd_enable="YES" @@ -7,4 +9,6 @@ has been created in the /usr/local/etc/newsyslog.conf.d directory. You can edit %%ETCDIR%%/rspamd.newsyslog.conf to change log file rotation configuration. -====================================================================== +EOM +} +] diff --git a/mail/rss2email3/pkg-message b/mail/rss2email3/pkg-message index ab8977f2d116..87fd4ef58ee4 100644 --- a/mail/rss2email3/pkg-message +++ b/mail/rss2email3/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM Quick Howto Create a new feed database: @@ -19,3 +22,6 @@ Run it through cron. Feel free to increase or decrease the interval. There is only output if there's an error (which you probably want emailed to you from cron anyway). +EOM +} +] diff --git a/mail/scam-backscatter/files/pkg-message.in b/mail/scam-backscatter/files/pkg-message.in index 372175dc72b2..399bd96e6a52 100644 --- a/mail/scam-backscatter/files/pkg-message.in +++ b/mail/scam-backscatter/files/pkg-message.in @@ -1,5 +1,6 @@ -===> IMPORTANT NOTE - +[ +{ type: install + message: <<EOM A sample configuration file has been installed in %%PREFIX%%/etc/mail directory. Copy and edit it to suit your needs before launching scam-backscatter milter. @@ -18,4 +19,6 @@ in your /etc/rc.conf or your /etc/rc.conf.local See %%DOCSDIR%%/INSTALL for configuration details. - +EOM +} +] diff --git a/mail/sendmail-devel/files/pkg-message.in b/mail/sendmail-devel/files/pkg-message.in index 0187f1a5c092..256479c293c6 100644 --- a/mail/sendmail-devel/files/pkg-message.in +++ b/mail/sendmail-devel/files/pkg-message.in @@ -1,5 +1,6 @@ ---------------------------------------------------- - +[ +{ type: install + message: <<EOM you should add in /etc/make.conf: SENDMAIL_CF_DIR= %%PREFIX%%/share/sendmail/cf @@ -30,4 +31,6 @@ hoststat %%PREFIX%%/sbin/sendmail purgestat %%PREFIX%%/sbin/sendmail You may also need to update /etc/rc.conf. ---------------------------------------------------- +EOM +} +] diff --git a/mail/sendmail/files/pkg-message.in b/mail/sendmail/files/pkg-message.in index 0187f1a5c092..256479c293c6 100644 --- a/mail/sendmail/files/pkg-message.in +++ b/mail/sendmail/files/pkg-message.in @@ -1,5 +1,6 @@ ---------------------------------------------------- - +[ +{ type: install + message: <<EOM you should add in /etc/make.conf: SENDMAIL_CF_DIR= %%PREFIX%%/share/sendmail/cf @@ -30,4 +31,6 @@ hoststat %%PREFIX%%/sbin/sendmail purgestat %%PREFIX%%/sbin/sendmail You may also need to update /etc/rc.conf. ---------------------------------------------------- +EOM +} +] diff --git a/mail/sentinel/pkg-message b/mail/sentinel/pkg-message index 9678844accf8..184a79ffab4c 100644 --- a/mail/sentinel/pkg-message +++ b/mail/sentinel/pkg-message @@ -1,10 +1,12 @@ -************************************************************************ - +[ +{ type: install + message: <<EOM In order to run this port, please add the following line to /etc/mail/YOUR-CONF.mc: INPUT_MAIL_FILTER(`sentinel', `S=local:/var/spool/sentinel/sentinel.socket, F=T, T=S:2m;R:4m;E:6m') Don't forget remake sendmail configuration file after modifying YOUR-CONF.mc - -************************************************************************ +EOM +} +] diff --git a/mail/sgwi/files/pkg-message.in b/mail/sgwi/files/pkg-message.in index 458ddd312a95..491338b3486d 100644 --- a/mail/sgwi/files/pkg-message.in +++ b/mail/sgwi/files/pkg-message.in @@ -1,4 +1,6 @@ - +[ +{ type: install + message: <<EOM 1. Configure sgwi ----------------- Edit the %%WWWDIR%%/includes/config.inc.php file to reflect your @@ -21,4 +23,6 @@ Add a line in your httpd.conf to allow the use of .htaccess file. Options Indexes AllowOverride AuthConfig </Directory> - +EOM +} +] diff --git a/mail/sid-milter/pkg-message b/mail/sid-milter/pkg-message index ed2e9e3ff024..a14f38ab9e2b 100644 --- a/mail/sid-milter/pkg-message +++ b/mail/sid-milter/pkg-message @@ -1,2 +1,8 @@ +[ +{ type: install + message: <<EOM Add to your /etc/mail/<hostname>.mc the following line: INPUT_MAIL_FILTER(`sid-filter',`S=local:/var/run/sid-filter')dnl +EOM +} +] diff --git a/mail/simscan/files/pkg-message.in b/mail/simscan/files/pkg-message.in index ccafedc8ec42..b9c3154f4440 100644 --- a/mail/simscan/files/pkg-message.in +++ b/mail/simscan/files/pkg-message.in @@ -1,5 +1,6 @@ - -=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= +[ +{ type: install + message: <<EOM NOTES: * You have to configure your anti-virus and anti-spam products! @@ -19,5 +20,6 @@ QMAILQUEUE variable. For example: attachment blocking and per domain processing. Additional documentation can be found here: http://qmailwiki.inter7.com/index.php?title=Simscan - -=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= +EOM +} +] diff --git a/mail/smfsav-devel/files/pkg-message.in b/mail/smfsav-devel/files/pkg-message.in index 77bae9cd74a6..ab52e4a76a04 100644 --- a/mail/smfsav-devel/files/pkg-message.in +++ b/mail/smfsav-devel/files/pkg-message.in @@ -1,9 +1,12 @@ - -===================================================================================== +[ +{ type: install + message: <<EOM 1. Inspect and edit the %%PREFIX%%/etc/smfsav.conf file 2. Add these lines to your Sendmail configuration file (usually sendmail.mc): define(`confMILTER_MACROS_HELO', confMILTER_MACROS_HELO`, {verify}')dnl INPUT_MAIL_FILTER(`smf-sav', `S=unix:%%SMFSAV_RUN_DIR%%/smf-sav.sock, T=S:30s;R:4m')dnl 3. Put line smfsav_enable="YES" to /etc/rc.conf file 4. Run `service smfsav start` -===================================================================================== +EOM +} +] diff --git a/mail/smfsav/files/pkg-message.in b/mail/smfsav/files/pkg-message.in index 7d32a9645343..6af93c18eb7b 100644 --- a/mail/smfsav/files/pkg-message.in +++ b/mail/smfsav/files/pkg-message.in @@ -1,9 +1,12 @@ - -===================================================================================== +[ +{ type: install + message: <<EOM 1. Inspect and edit the %%PREFIX%%/etc/smfsav.conf file 2. Add these lines to your Sendmail configuration file (usually sendmail.mc): define(`confMILTER_MACROS_HELO', confMILTER_MACROS_HELO`, {verify}')dnl INPUT_MAIL_FILTER(`smf-sav', `S=unix:/var/run/smfs/smf-sav.sock, T=S:30s;R:4m')dnl 3. Put line smfsav_enable="YES" to /etc/rc.conf file 4. Run `service smfsav start` -===================================================================================== +EOM +} +] diff --git a/mail/smtpfeed/files/pkg-message.in b/mail/smtpfeed/files/pkg-message.in index 26c7ab052206..982ba2c9fac8 100644 --- a/mail/smtpfeed/files/pkg-message.in +++ b/mail/smtpfeed/files/pkg-message.in @@ -1,4 +1,6 @@ -************************************************************** +[ +{ type: install + message: <<EOM smtpfeed is installed into %%PREFIX%%/libexec/smtpfeed. You'll need to perform 2 steps, (a) to (b), to make smtpfeed work: @@ -10,4 +12,6 @@ with sendmail.cf. Read through documentation in %%DOCSDIR%% for details. (b) see file named INSTALL in %%DOCSDIR%% for details. -************************************************************** +EOM +} +] diff --git a/mail/spamass-milter/files/pkg-message.in b/mail/spamass-milter/files/pkg-message.in index 92eca5f2f5af..df473ace42b3 100644 --- a/mail/spamass-milter/files/pkg-message.in +++ b/mail/spamass-milter/files/pkg-message.in @@ -1,5 +1,6 @@ - ------------------------------------------------------------------------- +[ +{ type: install + message: <<EOM spamass-milter has been installed, but it must be activated manually. Please refer to... @@ -10,5 +11,6 @@ Please refer to... You may also want to tweak your spamd rc.subr(8) startup flags to specify a username to switch credentials to when delivering mail, if applicable. ------------------------------------------------------------------------- - +EOM +} +] diff --git a/mail/spamass-rules/files/pkg-message.in b/mail/spamass-rules/files/pkg-message.in index f6a013aae39b..992f75204460 100644 --- a/mail/spamass-rules/files/pkg-message.in +++ b/mail/spamass-rules/files/pkg-message.in @@ -1,5 +1,6 @@ -************************************************************************* - +[ +{ type: install + message: <<EOM The custom rulesets are installed in %%DATADIR%% Before running these rules please do the following: @@ -11,5 +12,6 @@ Before running these rules please do the following: 3. Make sure to --lint the rules after loading them. 4. Test the new rulesets. Keep an eye on hits from the new rules to determine if the scoring is right for you. - -************************************************************************* +EOM +} +] diff --git a/mail/spamassassin/files/pkg-message.in b/mail/spamassassin/files/pkg-message.in index e9ce9cb4c40f..d34c13f8ca9d 100644 --- a/mail/spamassassin/files/pkg-message.in +++ b/mail/spamassassin/files/pkg-message.in @@ -1,5 +1,6 @@ -========================================================================== - +[ +{ type: install + message: <<EOM You should complete the following post-installation tasks: 1) Read %%DOCSDIR%%/INSTALL @@ -27,5 +28,6 @@ By default, spamd runs as root (the AS_ROOT option). If you wish to change this, add the following to /etc/rc.conf: spamd_flags="-u spamd -H /var/spool/spamd" - -========================================================================== +EOM +} +] diff --git a/mail/spambnc/files/pkg-message.in b/mail/spambnc/files/pkg-message.in index 512e044aeeab..e78616526e69 100644 --- a/mail/spambnc/files/pkg-message.in +++ b/mail/spambnc/files/pkg-message.in @@ -1,6 +1,11 @@ - +[ +{ type: install + message: <<EOM The spambouncer procmail rules have been installed in %%DATADIR%%/. Please read the section entitled "Configuring the Spam Bouncer" in the file %%DOCSDIR%%/documentation.html for information on how to set up your mailbox, and the file upgrading.html if you are migrating from a previous version (before 20051109). +EOM +} +] diff --git a/mail/spamd/files/pkg-message.in b/mail/spamd/files/pkg-message.in index ced19e8a862f..46fa9fc423c5 100644 --- a/mail/spamd/files/pkg-message.in +++ b/mail/spamd/files/pkg-message.in @@ -1,4 +1,6 @@ -********************************************************************** +[ +{ type: install + message: <<EOM To enable spamd you need: 1) Enable spamd in /etc/rc.conf with the following line: @@ -34,5 +36,6 @@ To enable spamd you need: FreeBSD only features (not in OpenBSD): - sync for spamdb (parameter -Y) See %%PREFIX%%/%%DOCSDIR%%/ for usage. - -********************************************************************** +EOM +} +] diff --git a/mail/spamguard/files/pkg-message.in b/mail/spamguard/files/pkg-message.in index 8b5ec02283d1..a4b7061ad2de 100644 --- a/mail/spamguard/files/pkg-message.in +++ b/mail/spamguard/files/pkg-message.in @@ -1,7 +1,12 @@ - +[ +{ type: install + message: <<EOM Edit %%PREFIX%%/etc/spamguard.conf After that edit %%PREFIX%%/etc/spam-ignore.txt Finally you have to add a crontab entry in order to get spamguard work like: 0/5 * * * * %%PREFIX%%/bin/spamguard 1>/dev/null 2>/dev/null +EOM +} +] diff --git a/mail/squirrelmail-abook_import_export-plugin/files/pkg-message.in b/mail/squirrelmail-abook_import_export-plugin/files/pkg-message.in index 96bae130e442..60848e61c7d6 100644 --- a/mail/squirrelmail-abook_import_export-plugin/files/pkg-message.in +++ b/mail/squirrelmail-abook_import_export-plugin/files/pkg-message.in @@ -1,7 +1,11 @@ -================================================================ +[ +{ type: install + message: <<EOM You may want to copy the file %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config_default.php to %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.php and edit the configuration to meet your needs. -================================================================ +EOM +} +] diff --git a/mail/squirrelmail-avelsieve-plugin/files/pkg-message.in b/mail/squirrelmail-avelsieve-plugin/files/pkg-message.in index c50c81cd3389..56a6fbb1587e 100644 --- a/mail/squirrelmail-avelsieve-plugin/files/pkg-message.in +++ b/mail/squirrelmail-avelsieve-plugin/files/pkg-message.in @@ -1,8 +1,10 @@ -*** IMPORTANT *** IMPORTANT *** IMPORTANT *** - +[ +{ type: install + message: <<EOM To configure the plugin, please copy %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config/config_sample.php to %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config/config.php then review, and modify, its content for your environment. - -*** IMPORTANT *** IMPORTANT *** IMPORTANT *** +EOM +} +] diff --git a/mail/squirrelmail-change_sqlpass-plugin/files/pkg-message.in b/mail/squirrelmail-change_sqlpass-plugin/files/pkg-message.in index 4541f495bff2..dbbf18a0ca7c 100644 --- a/mail/squirrelmail-change_sqlpass-plugin/files/pkg-message.in +++ b/mail/squirrelmail-change_sqlpass-plugin/files/pkg-message.in @@ -1,7 +1,11 @@ -================================================================ +[ +{ type: install + message: <<EOM For the port to work properly you must copy the file %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.php.sample to %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.php and edit the configuration to meet your needs. -================================================================ +EOM +} +] diff --git a/mail/squirrelmail-check_quota-plugin/files/pkg-message.in b/mail/squirrelmail-check_quota-plugin/files/pkg-message.in index 392a18e2d32d..ad3b137532b6 100644 --- a/mail/squirrelmail-check_quota-plugin/files/pkg-message.in +++ b/mail/squirrelmail-check_quota-plugin/files/pkg-message.in @@ -1,7 +1,11 @@ -================================================================ +[ +{ type: install + message: <<EOM For the port to work properly you must copy the file %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.sample.php to %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.php and edit the configuration to meet your needs. -================================================================ +EOM +} +] diff --git a/mail/squirrelmail-mark_read-plugin/files/pkg-message.in b/mail/squirrelmail-mark_read-plugin/files/pkg-message.in index 392a18e2d32d..ad3b137532b6 100644 --- a/mail/squirrelmail-mark_read-plugin/files/pkg-message.in +++ b/mail/squirrelmail-mark_read-plugin/files/pkg-message.in @@ -1,7 +1,11 @@ -================================================================ +[ +{ type: install + message: <<EOM For the port to work properly you must copy the file %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.sample.php to %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.php and edit the configuration to meet your needs. -================================================================ +EOM +} +] diff --git a/mail/squirrelmail-shared_calendars-plugin/files/pkg-message.in b/mail/squirrelmail-shared_calendars-plugin/files/pkg-message.in index 421fdc004654..616ffd717957 100644 --- a/mail/squirrelmail-shared_calendars-plugin/files/pkg-message.in +++ b/mail/squirrelmail-shared_calendars-plugin/files/pkg-message.in @@ -1,5 +1,11 @@ +[ +{ type: install + message: <<EOM For the port to work properly you must copy the file %%SQUIRRELDIR%%/plugins/shared_calendars/data/config.sample.php to %%SQUIRRELDIR%%/plugins/shared_calendars/data/config.php and edit the configuration to meet your needs. +EOM +} +] diff --git a/mail/squirrelmail-spam-buttons-plugin/files/pkg-message.in b/mail/squirrelmail-spam-buttons-plugin/files/pkg-message.in index 392a18e2d32d..ad3b137532b6 100644 --- a/mail/squirrelmail-spam-buttons-plugin/files/pkg-message.in +++ b/mail/squirrelmail-spam-buttons-plugin/files/pkg-message.in @@ -1,7 +1,11 @@ -================================================================ +[ +{ type: install + message: <<EOM For the port to work properly you must copy the file %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.sample.php to %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.php and edit the configuration to meet your needs. -================================================================ +EOM +} +] diff --git a/mail/squirrelmail-squirrel_logger-plugin/files/pkg-message.in b/mail/squirrelmail-squirrel_logger-plugin/files/pkg-message.in index 269a08e758f6..184fad66617b 100644 --- a/mail/squirrelmail-squirrel_logger-plugin/files/pkg-message.in +++ b/mail/squirrelmail-squirrel_logger-plugin/files/pkg-message.in @@ -1,7 +1,11 @@ -================================================================ +[ +{ type: install + message: <<EOM For the port to work properly you must copy the file %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config_example.php to %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.php and edit the configuration to meet your needs. -================================================================ +EOM +} +] diff --git a/mail/squirrelmail-tmda-plugin/files/pkg-message.in b/mail/squirrelmail-tmda-plugin/files/pkg-message.in index 7c6c8a4070f0..7161aa1ad2fc 100644 --- a/mail/squirrelmail-tmda-plugin/files/pkg-message.in +++ b/mail/squirrelmail-tmda-plugin/files/pkg-message.in @@ -1,2 +1,8 @@ +[ +{ type: install + message: <<EOM Refer to %%TMDATOOLDIR%%/INSTALL and README for final installation/configuration instructions. +EOM +} +] diff --git a/mail/squirrelmail-unsafe_image_rules-plugin/files/pkg-message.in b/mail/squirrelmail-unsafe_image_rules-plugin/files/pkg-message.in index 4541f495bff2..dbbf18a0ca7c 100644 --- a/mail/squirrelmail-unsafe_image_rules-plugin/files/pkg-message.in +++ b/mail/squirrelmail-unsafe_image_rules-plugin/files/pkg-message.in @@ -1,7 +1,11 @@ -================================================================ +[ +{ type: install + message: <<EOM For the port to work properly you must copy the file %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.php.sample to %%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.php and edit the configuration to meet your needs. -================================================================ +EOM +} +] diff --git a/mail/squirrelmail/files/pkg-message.in b/mail/squirrelmail/files/pkg-message.in index 3d0ab69e8b4f..44633fb4af06 100644 --- a/mail/squirrelmail/files/pkg-message.in +++ b/mail/squirrelmail/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM To activate SquirrelMail, you must complete the following steps: 1) Set up a VirtualHost or an alias in httpd.conf that points to @@ -13,3 +16,6 @@ To activate SquirrelMail, you must complete the following steps: 4) It is best practice to change the data/user preference directory (under General Options) to somewhere outside of %%SQUIRRELDIR%%. +EOM +} +] diff --git a/mail/ssmtp/files/pkg-message.in b/mail/ssmtp/files/pkg-message.in index 451b8ac60295..ac5aab616c3a 100644 --- a/mail/ssmtp/files/pkg-message.in +++ b/mail/ssmtp/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM sSMTP has been installed successfully. To replace sendmail with ssmtp type "make replace" or change @@ -15,3 +18,6 @@ However, before you can use the program, you should copy the files "revaliases.sample" and "ssmtp.conf.sample" in %%PREFIX%%/etc/ssmtp to "revaliases" and "ssmtp.conf" respectively and edit them to suit your needs. +EOM +} +] diff --git a/mail/swaks/pkg-message b/mail/swaks/pkg-message index 4682c8ad8c22..29308fc24895 100644 --- a/mail/swaks/pkg-message +++ b/mail/swaks/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM swaks has been successfully installed. Try @@ -5,3 +8,6 @@ Try to list the available options and `swaks --support' for a list of capabilities. +EOM +} +] diff --git a/mail/sympa/files/pkg-message.in b/mail/sympa/files/pkg-message.in index d9af8113c1d0..f50ea4e0d5f8 100644 --- a/mail/sympa/files/pkg-message.in +++ b/mail/sympa/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM If you upgrade: * read https://sympa-community.github.io/manual/upgrade/notes.html * run # sympa.pl --upgrade @@ -9,3 +12,6 @@ First install: see https://sympa-community.github.io/manual/install/setup-database.html for wwsympa server, see samples configs in %%EXAMPLESDIR%% +EOM +} +] diff --git a/mail/tmda/files/pkg-message.in b/mail/tmda/files/pkg-message.in index b3b4af949473..050cd12f2de7 100644 --- a/mail/tmda/files/pkg-message.in +++ b/mail/tmda/files/pkg-message.in @@ -1,7 +1,11 @@ - +[ +{ type: install + message: <<EOM All TMDA programs have been installed in %%PREFIX%%/bin. Documentation is located in %%DOCSDIR%%. See %%DOCSDIR%%/UPGRADE if upgrading from a previous release. Sample configuration files are in %%EXAMPLESDIR%%/dot-tmda. You can copy it to ~/.tmda and customize to your needs. - +EOM +} +] diff --git a/mail/tumgreyspf/files/pkg-message.in b/mail/tumgreyspf/files/pkg-message.in index 27ab6f6484ca..1f18c71cd840 100644 --- a/mail/tumgreyspf/files/pkg-message.in +++ b/mail/tumgreyspf/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM # # To configure Postfix # @@ -30,3 +33,6 @@ tumgreyspf_time_limit = 3600 Please consult the postfix documentation for more information on these and other settings you may wish to have in the "smtpd_recipient_restrictions" configuration. +EOM +} +] diff --git a/mail/up-imapproxy/files/pkg-message.in b/mail/up-imapproxy/files/pkg-message.in index 215d94c1398c..cda8e61a82db 100644 --- a/mail/up-imapproxy/files/pkg-message.in +++ b/mail/up-imapproxy/files/pkg-message.in @@ -1,9 +1,11 @@ -**************************************************************************** - +[ +{ type: install + message: <<EOM Please change the name of your mailserver in the imapproxyd.conf and setup the correct ports. To run the imapproxyd from startup, add imapproxyd_enable="YES" in your /etc/rc.conf. - -**************************************************************************** +EOM +} +] diff --git a/mail/usendmail/files/pkg-message.in b/mail/usendmail/files/pkg-message.in index 6f402e18fc80..cdb9976c5119 100644 --- a/mail/usendmail/files/pkg-message.in +++ b/mail/usendmail/files/pkg-message.in @@ -1,4 +1,6 @@ - +[ +{ type: install + message: <<EOM usendmail has been successfully installed! Now you have to change your sendmail(8) wrapping: @@ -17,4 +19,6 @@ send-mail %%PREFIX%%/sbin/usendmail Otherwise replace the link from /usr/sbin/sendmail to %%QMAIL_PREFIX%%/bin/sendmail with one to %%PREFIX%%/sbin/usendmail. - +EOM +} +] diff --git a/mail/vexim/files/pkg-message.in b/mail/vexim/files/pkg-message.in index 6c9479d99cc9..6a79d8d909c4 100644 --- a/mail/vexim/files/pkg-message.in +++ b/mail/vexim/files/pkg-message.in @@ -1,6 +1,8 @@ ------------------------------------------------------------------------- - +[ +{ type: install + message: <<EOM For post-install configuration steps, please read %%DOCSDIR%%/README.md - ------------------------------------------------------------------------- +EOM +} +] diff --git a/mail/wanderlust/pkg-message b/mail/wanderlust/pkg-message index add3dd434ba1..e76e8ff11fdc 100644 --- a/mail/wanderlust/pkg-message +++ b/mail/wanderlust/pkg-message @@ -1,10 +1,14 @@ -************************************************************ -* Before using Wanderlust, you must set following elisp * -* to your own .emacs file. * -* * -* (require 'wanderlust-startup) * -* * -* Sample configuration files are installed into * -* ${PREFIX}/share/examples/wanderlust. Please copy to * -* your home directory and edit them. * -************************************************************ +[ +{ type: install + message: <<EOM + Before using Wanderlust, you must set following elisp + to your own .emacs file. + + (require 'wanderlust-startup) + + Sample configuration files are installed into + ${PREFIX}/share/examples/wanderlust. Please copy to + your home directory and edit them. +EOM +} +] |