andris9 on master
prefer user email as the userna… Merge pull request #405 from no… (compare)
andris9 on feature-queue-plugins
prefer user email as the userna… (compare)
andris9 on master
Include user id and origin IP a… Merge pull request #404 from no… (compare)
andris9 on feature-queue-plugins
Include user id and origin IP a… (compare)
andris9 on master
Added partial support for runni… Merge pull request #403 from no… (compare)
andris9 on feature-queue-plugins
Added partial support for runni… (compare)
andris9 on snyk-fix-68b2d74ecdf111abae90b87485782a88
fix: package.json to reduce vul… (compare)
andris9 on snyk-fix-68b2d74ecdf111abae90b87485782a88
@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 ?