summarylogtreecommitdiffstats
path: root/squirrelmail.install
blob: 565cc68cf1ca998c396243ee92c50392d18d75fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  /bin/cat <<THEEND

NOTE
----
To configure squirrelmail :
$ cd /srv/http/squirrelmail/config
$ perl conf.pl

Make sure to check the documentation on its webpage for more details,
especially about securing your setup.  The default attachments dir
has been placed in /var/lib/squirrelmail/attachments.

Also make sure your php module is loaded in your Apache config.

THEEND
}