Done until djumbai-send

This commit is contained in:
2024-05-11 12:39:00 +01:00
parent 83bd6fb796
commit da345fc422
8 changed files with 135 additions and 36 deletions

View File

@@ -4,7 +4,7 @@ int main() {
//Change the root of the djumbai_enqueue process so it doesn't have access to anything else.
chroot("/opt/djumbai/queue/");
const char *message_queue_path =
"mailqueue"; // Replace this with the path to your FIFO
"mailqueue";
// Open the FIFO for writing
int queue_fd;