From: Jean-Marc Pigeon Date: Sun, 16 Nov 2025 04:57:55 +0000 (-0500) Subject: Adjusting the email storage directory X-Git-Tag: tag-0.17~7 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=4740aa8f88f24016d51546a610aa9a883cef14bd;p=jmp%2Fmailleur Adjusting the email storage directory --- diff --git a/lib/geseml.c b/lib/geseml.c index b5fea41..648b156 100644 --- a/lib/geseml.c +++ b/lib/geseml.c @@ -640,7 +640,7 @@ while (proceed==true) { path=rou_apppath(getenv(DIRDOV)); (void) snprintf(dirname,sizeof(dirname),"%s/%s/%s",path,locdom,tra->rcptto); *(strrchr(dirname,'@'))='\000'; //keeping username only - (void) strncat(dirname,"/new",sizeof(dirname)-strlen(dirname)); + (void) strncat(dirname,"/dovecot/new",sizeof(dirname)-strlen(dirname)); if ((dir=opendir(dirname))==(DIR *)0) { if (rou_do_mkpdir(dirname)==false) { (void) rou_alert(0,"%s Unable to create <%s> directory (system?/bug?)",