On Mar, 2 2008 21:15 CET, Filippo wrote:
Can anyone tell me if it is possible to install other packages on the gandi server i have rented? I would like to install spamassassin or Mailscanner. After searching through the file system i can't find any compilers on it...
The default install is really minimal and you'll need to install things like compilers manually if you need such. If you have a Debian or Ubuntu server then use the "apt-get" command to install extra packages. You can get spamassassin with "apt-get install spamassassin" and all compiler related with "apt-get install build-essential". See some distribution specific software management guide for better instructions.
Teemu Toivola