no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


qmail [2016/02/29 19:38] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== qmail ======
  
 +  * [[Ubuntu]]
 +  * [[upstart]]
 +
 +  * [[https://qmail.jms1.net/logfiles.shtml|Working with qmail's log files]]
 +
 +Convert logs from TAI format to UTC:
 +
 +<code>
 +cat /var/log/qmail/qmail-send/current.log | tai64nlocal
 +</code>
 +
 +==== Ubuntu 14.04 ====
 +
 +Installing qmail on Ubuntu 14.04 will install daemontools as well.
 +
 +The init script for upstart is going to be located at ''/etc/init/svscan.conf''. After the package is installed, Ubuntu will not start the service. It will start by default on next boot. You must do it manually:
 +
 +<code>
 +start svscan
 +</code>

Navigation
QR Code
QR Code qmail (generated for current page)