{
uschar *s;
int sep = ':'; /* Fixed separator - outside use */
{
uschar *s;
int sep = ':'; /* Fixed separator - outside use */
-uschar *ss = *log_file_path ? log_file_path : LOG_FILE_PATH;
+const uschar *ss = *log_file_path ? log_file_path : US LOG_FILE_PATH;
logging_mode = 0;
while ((s = string_nextinlist(&ss, &sep, log_buffer, LOG_BUFFER_SIZE)))
logging_mode = 0;
while ((s = string_nextinlist(&ss, &sep, log_buffer, LOG_BUFFER_SIZE)))
-open_logs(const char *m)
{
set_file_path(NULL);
open_log(&mainlogfd, lt_main, 0);
{
set_file_path(NULL);
open_log(&mainlogfd, lt_main, 0);
static int
appendfile_transport_setup(transport_instance *tblock, address_item *addrlist,
static int
appendfile_transport_setup(transport_instance *tblock, address_item *addrlist,
gid = gid;
/* we can't wait until we're not privileged anymore */
gid = gid;
/* we can't wait until we're not privileged anymore */
-open_logs("appendfile");
if (ob->expand_maildir_use_size_file)
ob->maildir_use_size_file = expand_check_condition(ob->expand_maildir_use_size_file,
if (ob->expand_maildir_use_size_file)
ob->maildir_use_size_file = expand_check_condition(ob->expand_maildir_use_size_file,