Compare commits

..

2 commits

Author SHA1 Message Date
542ea5bd9c chore(deps): update alpine docker tag to v3.23
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-12-03 21:04:16 +00:00
9e0754b5fe ssmtp: Use secure connection (port 25 is sometimes filtered)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline was successful
2025-11-19 04:30:15 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.22
FROM alpine:3.23
RUN apk add --no-cache tini ca-certificates dovecot dovecot-ldap dovecot-lmtpd dovecot-pigeonhole-plugin dovecot-pop3d python3 ssmtp && \
addgroup -g 1000 mailuser0 && adduser -D -u 1000 -G mailuser0 mailuser0

View file

@ -13,7 +13,7 @@ root=postmaster
# no MX records are consulted. Commonly mailhosts are named mail.domain.com
# The example will fit if you are in domain.com and your mailhub is so named.
#mailhub=mail
mailhub=djehouty.pomail.fr
mailhub=djehouty.pomail.fr:465
# Example for SMTP port number 2525
# mailhub=mail.your.domain:2525
@ -38,7 +38,7 @@ mailhub=djehouty.pomail.fr
#FromLineOverride=YES
# Use SSL/TLS to send secure messages to server.
#UseTLS=YES
UseTLS=YES
# Use SSL/TLS certificate to authenticate against smtp host.
#UseTLSCert=YES