Email configuration
There are two email servers set up in the department.
- Vayu (10.101.1.1) - Faculty mail server.
- Shakti (10.101.1.2) - Student mail server.
Email server is configured using [http://cr.yp.to/qmail.html qmail].
Vayu and Shakti run both email servers. Email servers are run at the boot time using [http://cr.yp.to/daemontools.html daemontools]. These tools are installed under /command. The service scanner svscanboot is started from /etc/inittab; it keeps scanning services configured under /service. Any service found in /service is automatically started.
To manage the services started from /service, use qmailctl command.
Configuration Files (/var/qmail/)
alias/ - contains list of all the mail aliases used by qmail.
bin/ - contains all the qmail binaries.
boot/ - contains sample qmail boot scripts for different configurations.
concurrencyincoming - max simultaneous incoming SMTP connections.
concurrencylocal - max simultaneous local deliveries.
control/ - qmail control files.
doc - documentation for various other configurations.
man - qmail commands man pages.
queue - mail queue.
rc - qmail boot script.
service - contains links of the supervise(which monitors a service and restarts it if it dies) directories.
supervise - monitors a service and restarts.