Bug #67
Mails get stuck
| Status: | Closed | Start: | 09/14/2009 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Mail Services | |||
| Target version: | 3.4 |
Description
Incoming mails get stuck somewhere. The queue shows nothing, however tail -f /var/qmail/scanner/qmail-queue.log shows mail scanning etc. It takes a restart of qmail services in /var/service for the mails to show up un the inbox
Test Box Ip: 192.168.1.234 (local subnet)
Username: root
Password: admin
History
Updated by Debayan Banerjee over 2 years ago
- Assigned to changed from Abhas Abhinav to Debayan Banerjee
- Priority changed from Immediate to High
- % Done changed from 0 to 70
Turns out /var/qmail/queue/lock/trigger was missing. It is a named pipe. Perhaps while packaging the named pipe missed the bus.
Will have to add a mkfifo command to the postinst script.
Updated by Debayan Banerjee over 2 years ago
- Status changed from New to Resolved
Added mkfifo to postinst script. Committed package to svn revision 611.
Yet to test on a live machine. will mark as 90% complete.
Updated by Debayan Banerjee over 2 years ago
- Status changed from Resolved to Closed
- % Done changed from 90 to 100