Next Previous Contents

9. Troubleshooting

If you encounter any errors, you can do the following to view error messages:

  1. tail /var/log/messages
  2. tail /var/adm/imapd.log
  3. killall sendmail && sendmail -bd -X /root/error.log (then read /root/error.log)

If you are having "virtual memory exhausted errors" when compiling, running

ulimit -d unlimited

as root has been reported to work.


Next Previous Contents