Default notifier socket name to spooldir-dependent path even for abstract names
[exim.git] / src / src / globals.c
index 4ce15acaaac7c98f37d08c02785adf13f770a146..a771f1193d7bc87982d03b4434fe783157dfc0e6 100644 (file)
@@ -1164,6 +1164,7 @@ int     mime_part_count        = -1;
 #endif
 
 uid_t  *never_users            = NULL;
+uschar *notifier_socket        = US"$spool_directory/" NOTIFIER_SOCKET_NAME ;
 
 const int on                   = 1;    /* for setsockopt */
 const int off                  = 0;