Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/dovecot-lastauth' i…
Browse files Browse the repository at this point in the history
…nto dovecot-lastauth
  • Loading branch information
msimerson committed Dec 7, 2024
2 parents a84ddb2 + 6e4a0b8 commit 39ec40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/dovecot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ user=\$(echo \$USER | cut -f1 -d@)
echo "UPDATE vpopmail.lastauth SET timestamp=UNIX_TIMESTAMP(now()), remote_ip='\$IP' WHERE user='\$user' AND domain='\$domain';" \
| mysql --defaults-extra-file=/data/etc/.my.cnf vpopmail
exec "$@"
exec "\$@"
EO_LASTAUTH
_mycnf="$ZFS_DATA_MNT/dovecot/etc/.my.cnf"
Expand Down

0 comments on commit 39ec40b

Please sign in to comment.