Tony Peña

Results 21 comments of Tony Peña

Same here, we need to use custom port, put as variable, in that way everyone we can use custom MTA ports even for receive, smtp/imap, thanks

this is very usefull

lack of file os_distribution almalinux.yml under vars/ansible_distribution directory probablly centos one will be ok for almalinux.

Enabling mysql query log to see what receive it ``` SELECT CONCAT('*', UCASE(SHA1(UNHEX(SHA1('123abc| abc123'))))) ```

Yes... and them close the issue saying [set charset utf8mb4](https://github.com/PyMySQL/mysqlclient/issues/492#issuecomment-817263712), and I had already setup that `utf8mb4` ... would be possible add on module that option for test it?.. I...

Hi @drbogar yes. in fact after other research i had to installed AD Certificate role to enable this in the AD, and making testing using ldp.exe in the AD and...

Hi @drbogar thanks for the steps.. I'll did exactly and still getting error from passcore. my steps was: connect to MS AD execute wizard to extract RootCA - copied into...

Hi @drbogar sorry by delay, I did that grep and don't show up the certificate... must be appears under /etc/ssl/certs ? in the dockerfile i set copy to dir /usr/local/share/ca-certificates/...

Dockerfile after last modifications ``` FROM node:latest AS node_base RUN echo "NODE Version:" && node --version RUN echo "NPM Version:" && npm --version FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build COPY --from=node_base ....