Displaying 2 results from an estimated 2 matches for "mail_open".
2019 Nov 14
0
Crash when moving mail from Inbox to Trash
Hi,
I am developing a dovecot plugin, and inside my plugin I am implementing my own expunge function. Inside my function, I am calling the following lines of code:
if (storage->v.mail_open(mail, &offset, &mail->open_file) < 0) return -1;
The mail_open virtual function is an invalid address. The storage should be mdbox however, it seems that it didn't get the correct mdbox_mail_open of mdbox-storage.
Do you have any suggestions as to why this is happening?
dovecot v...
2006 Jan 30
5
Question about Dovecot and NFS
.../* Make fcntl() locking of NFS files be a no-op the way it is with flock()
* on BSD. This is because the rpc.statd/rpc.lockd daemons don't work very
* well and cause cluster-wide hangs if you exercise them at all. The
* result of this is that you lose the ability to detect shared mail_open()
* on NFS-mounted files. If you are wise, you'll use IMAP instead of NFS
* for mail files.
*
* Sun alleges that it doesn't matter, because they say they have fixed all
* the rpc.statd/rpc.lockd bugs. This is absolutely not true; huge amounts
* of user and support time...