anyone encountered this? <https://stackoverflow.co...
# lucee
t
I haven't but the response to the SO question implies they didn't call start() on the server also check 3025 is open
d
@zackster, I'm assuming you tried this, but my first two steps in debugging this situations is to: 1. Temporary disable firewall 2. Temporary disable SELinux (set it to permissive mode) 3. Restart affected service If it starts working, then I know it's an OS level issue. If it's still broken, I know it's something with my implementation.
z
this is over on github actions
d
🤷 Can you verify the ports are open?
z
CFTELENT tag not found 😎
d
Where is Greenmail installed? That's the server you should be checking for open ports. Does Greenmail come with Github actions? (I apologize, I've never used Github actions)
z
see second link in my original post
now i see the problem
doh
d
Glad you figured it out!
z
i wanted to get the infra in place for further cfmail hacking
t
funny i was going to suggest mailhog but looks like you have been down that root 🙂
z
greenmail does pop3,imap and with tls
t
yes I had a look when you posted the link