Home Page Home Page
 Home | Linux Administration | Corporate Services | Resources | About Us Support Center
Monthly Server Management One-time Server Services Other Services
Network Administration Network Monitoring Network Security High Availability Load Balancing Data Backup and Recovery
Linux HOWTOs Linux Guides Linux Articles New RFCs Vulnerability list Linux Journal
Testimonials Partners Careers Contact Us Site Map
Cyrus IMAP HOWTO: Troubleshooting 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