Documentation - MTA Selor
Instalation
Download the Selor package on Downloads session. Put the package in base directory (/) of your server and unzip it.
tar xjf selor_xxxxxxx.tar.bz2
The following directories are created
/usr/local/selor |
Directory of server instalation |
/var/spool/selor |
Directory where the queue files will stay |
Create a user and group for the server program:
groupadd -g 105 selor useradd -u 105 -g selor selor
The file to start or stop the server will be put in /etc/rc.d/ (rc.selor)
To start the server: /etc/rc.d/rc.selor start
To stop the server /etc/rc.d/rc.selor stop
To restart the server: /etc/rc.d/rc.selor restart
Open the configuration file to adjust the server properties: pico /usr/local/selor/selor.conf
The main options to make a change are: Server_name, Module, Dlocal, Postmaster, Report_from.
|