diff options
Diffstat (limited to 'mail/sympa/files/pkg-message.in')
-rw-r--r-- | mail/sympa/files/pkg-message.in | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/mail/sympa/files/pkg-message.in b/mail/sympa/files/pkg-message.in new file mode 100644 index 000000000000..1c7506a2f790 --- /dev/null +++ b/mail/sympa/files/pkg-message.in @@ -0,0 +1,26 @@ +If this is your first installation of sympa, please load +this file with your %%DB_TYPE%% database client: + %%PREFIX%%/libexec/sympa/create_db.%%DB_TYPE%% + +To configure sympa interactively, please run: + perl %%PREFIX%%/libexec/sympa/sympa_wizard.pl + +You may also manually edit the two configuration files: + %%PREFIX%%/etc/sympa.conf + %%PREFIX%%/etc/wwsympa.conf + +To set up the wwsympa server, add something like this to +your Apache configuration file: + + DocumentRoot "%%DATADIR%%" + AddDefaultCharset UTF-8 + DirectoryIndex wws + Options +Indexes +%%FCGI%% LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so +%%FCGI%% <Location /wws> +%%FCGI%% SetHandler fastcgi-script +%%FCGI%% </Location> + <Directory \"%%DATADIR%%\"> + Allow from all + </Directory> + ScriptAlias /wws %%PREFIX%%/libexec/sympa/wwsympa-wrapper |