Done until djumbai-send
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user