--- a/ifcico/ifcico.c
+++ b/ifcico/ifcico.c
@@ -204,6 +204,14 @@ char *envp[];
 	p=xstrcat(p,"/tmp/");
 	mkdirs(p);
 	free(p);
+	p=xstrcpy(listinbound);
+	p=xstrcat(p,"/tmp/");
+	mkdirs(p);
+	free(p);
+	p=xstrcpy(protinbound);
+	p=xstrcat(p,"/tmp/");
+	mkdirs(p);
+	free(p);
 
 	maxrc=0;
 	if (master)
