--- portolis/portolis.cgi 2025/02/17 15:55:49 1.4 +++ portolis/portolis.cgi 2025/02/17 17:16:26 1.5 @@ -4,12 +4,15 @@ # Portolis Mail Management Portal # Copyright (C) 2025 Coherent Logic Development LLC # -# $Id: portolis.cgi,v 1.4 2025/02/17 15:55:49 snw Exp $ +# $Id: portolis.cgi,v 1.5 2025/02/17 17:16:26 snw Exp $ # Author: Serena Willis # # Licensed AGPL-3.0 # # $Log: portolis.cgi,v $ +# Revision 1.5 2025/02/17 17:16:26 snw +# Make password changes apply to the actual dovecot users file, though hardcoded to NetBSD paths +# # Revision 1.4 2025/02/17 15:55:49 snw # Fix password change form action URL # @@ -123,7 +126,7 @@ sub render_footer { my $html = <<'END_FTR';
-$Id: portolis.cgi,v 1.4 2025/02/17 15:55:49 snw Exp $
+$Id: portolis.cgi,v 1.5 2025/02/17 17:16:26 snw Exp $
Copyright © 2025 Coherent Logic Development LLC
@@ -376,7 +379,7 @@ END_EPW flock FH, 8; close FH; - open(FH, '>', '/tmp/users.new'); + open(FH, '>', '/usr/pkg/etc/dovecot/users'); flock(FH, 2); seek(FH, 0, 0); truncate(FH, 0);