Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update base image to alpine 3.19 #3

Closed
wants to merge 1 commit into from

Conversation

bmillemathias
Copy link

@bmillemathias bmillemathias commented Feb 9, 2024

3.16 security support ends May 23rd 2024

Tested doing a basic test from my laptop to relay a mail to my smtp upstream server

➜  telnet 127.0.0.1 2525
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
220 scamorza.doesnotexists.fr ESMTP Postfix
EHLO dsdsd.cf
250-scamorza.alcmeon.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-DSN
250 CHUNKING
MAIL FROM: me@doesnotexists.fr
250 2.1.0 Ok
RCPT TO: baptistemm@heya.com 
250 2.1.5 Ok
DATA
354 End data with <CR><LF>.<CR><LF>
From: me@doesnotexists.fr
To: baptistemm@heya.com 
Subject: Telnet email

Testing I can connect to a local smtp server
.
250 2.0.0 Ok: queued as DC9D14A500D3

3.16 security support ends May 23rd 2024
@djjudas21
Copy link
Owner

Sorry, I wasn't ignoring you, for some reason I didn't get a notification of this PR. I'm happy with it, will merge now.

@bmm-alc
Copy link

bmm-alc commented Feb 23, 2024

Sorry, I wasn't ignoring you, for some reason I didn't get a notification of this PR. I'm happy with it, will merge now.

no problems :)

@djjudas21
Copy link
Owner

Merged in b30b20f

@djjudas21 djjudas21 closed this Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants