1  Installation

Hato is developed with the latest version of Chicken, available from

http://www.call-with-current-continuation.org/

Hato has some prerequisites available from Chicken’s free library repository. If you don’t have them already, you can install them all with the following command:

# chicken-setup gdbm tcp-server autoload charconv sandbox numbers

Optionally, if you need SSL access or want to specify passwords on the command-line you should install the following two extensions:

# chicken-setup openssl stty

You can then compile and install hato with the following:

  $ make 
  $ sudo make install 

You could also run directly from the source directory, skipping the "make install" step. Note this step currently just copies into /usr/local/bin/ - it doesn’t setup init scripts or otherwise interfere with any existing mail server.