#acl AeroAdminGroup:read,write All:read === 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. All the mails for aero domain comes to shakti first and then diverted to vayu if its destined for it. Mail aliases forward all the mails either to vayu or smtp.iitb.ac.in. In vayu, outgoing mails goes to smtp.iitb.ac.in only. In shakti, outgoing mails goes to smtp.iitb.ac.in or vayu. ~+ 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. ~+ qmail help: +~ * [[http://www.lifewithqmail.com/lwq.html#introduction|introduction]] * [[http://www.lifewithqmail.com/lwq.html#installation|installation]] * [[http://www.lifewithqmail.com/lwq.html#configuration|configuration]] * [[http://www.lifewithqmail.com/lwq.html#usage|usage]] * [[http://www.lifewithqmail.com/lwq.html#lwq-faq|faq]] * [[http://www.lifewithqmail.com/lwq.html#troubleshooting|troubleshooting]]