]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Problem with default port!
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Sat, 21 Jun 2025 23:06:01 +0000 (19:06 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Sat, 21 Jun 2025 23:06:01 +0000 (19:06 -0400)
lib/modrec.c

index e4354f711fadadf0034cbd6f35981dc53ec080e6..45ae919fed75448276b3bdaa32d0cbc1db72a1f0 100644 (file)
@@ -330,8 +330,9 @@ _Bool proceed;
 childs=(pid_t)0;
 (void) memset(locargv,'\000',sizeof(locargv));
 locargv[0]=getenv("SMTPPORTS");
+(void) rou_alert(0,"%s SMTPPORT=<%s>",OPEP,getenv("SMTPPORTS"));
 if (locargv[0]==(char *)0) 
-  locargv[0]="smtp:0.0.0.0:1025:2"; //default configuration
+  locargv[0]="smtp:0.0.0.0:25:2"; //default configuration
 if (argc==0) {
    argc=1;
    argv=locargv;