From 480a49f0c101499cff6b9f4baaeed6b23dc123ff Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Mon, 23 Jun 2025 10:42:45 -0400 Subject: [PATCH] Adjusting dovecot passfile password --- conf/dovecot/passfile | 6 +++--- lib/unitls.c | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) 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; -- 2.47.3