]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Adjusting dovecot passfile password
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Mon, 23 Jun 2025 14:42:45 +0000 (10:42 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Mon, 23 Jun 2025 14:42:45 +0000 (10:42 -0400)
conf/dovecot/passfile
lib/unitls.c

index 248e63a3b1e9f66e360c5058b3c8951c727bad1f..74fa0d4d6f676e693fb0425df11ea01b078a03aa 100644 (file)
@@ -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/:::
index db360892adc9a125a09344beab10fc42a5c5fb5e..782f5e40f5a1717802bb6adcf195c6d6d4ea5864 100644 (file)
@@ -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;