andris9 on master
Remove credential transport typ… Merge pull request #416 from ji… (compare)
andris9 on task-ZMS-39
andris9 on master
Added message size value to the… Merge pull request #415 from no… (compare)
andris9 on task-ZMS-39
Added message size value to the… (compare)
andris9 on feature-limit-filters
andris9 on master
Allow to limit the count of fil… Merge pull request #412 from no… (compare)
andris9 on feature-limit-filters
Allow to limit the count of fil… (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 ?