From: Jean-Marc Pigeon (Delson) Date: Mon, 23 Jun 2025 14:42:45 +0000 (-0400) Subject: Adjusting dovecot passfile password X-Git-Tag: tag-0.9~14 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=480a49f0c101499cff6b9f4baaeed6b23dc123ff;p=jmp%2Fmailleur Adjusting dovecot passfile password --- diff --git a/conf/dovecot/passfile b/conf/dovecot/passfile index 248e63a..74fa0d4 100644 --- a/conf/dovecot/passfile +++ b/conf/dovecot/passfile @@ -1,4 +1,4 @@ #This file is an EXAMPLE to be use with dovecot to access email -#encrypted passwd is 'mailleur' -user1@mailleur.example.com:VcKy8qUxNUKs5TAnm8j4t1::: -user2@mailleur.example.com:VcKy8qUxNUKs5TAnm8j4t1::: +#encrypted passwd is 'mailleur' via openssl passwd +user1@mailleur.example.com:$1$mGzKO7Ar$hgHvgIOIHKtpTnqoSMSla/::: +user2@mailleur.example.com:$1$mGzKO7Ar$hgHvgIOIHKtpTnqoSMSla/::: diff --git a/lib/unitls.c b/lib/unitls.c index db36089..782f5e4 100644 --- a/lib/unitls.c +++ b/lib/unitls.c @@ -458,7 +458,6 @@ while (proceed==true) { (void) strcpy(newloc,localip); (void) strcat(newloc,","); } - (void) rou_alert(0,"JMPDBG adding local IP <%s>",host); (void) strcat(newloc,host); (void) free(localip); localip=newloc;