andris9 on master
Skip BIMI SVG errors if VMC val… (compare)
andris9 on fix-cert-ca
andris9 on master
Fixed CA handling for SNI certi… Merge pull request #417 from no… (compare)
andris9 on fix-cert-ca
Fixed CA handling for SNI certi… (compare)
andris9 on master
Remove credential transport typ… Merge pull request #416 from ji… (compare)
@andris9 is this config in pools.toml in zone-mat folder config effect my connection to smtp from any where
local IP addresses that can be used for outbound tcp connections
Server process must be able to locally bind to these addresses
[[default]]
address="0.0.0.0"
name="x.email"
openssl s_client -starttls smtp -crlf -connect 1.2.3.4:587
secure=true
@louis:laureys.me I noticed something I think the issue with traefik because HTTPS connection work but when I try
openssl s_client -crlf -starttls smtp -connect cudy.email:465 ==> failed
openssl s_client -crlf -starttls pop3 -connect cudy.email:995 ==> failed
openssl s_client -crlf -starttls imap -connect cudy.email:993 => give me CONNECTED(00000003)
@andris9 What do u think ?