Daniel Bedoya Alzate

Results 2 comments of Daniel Bedoya Alzate

I set the environment variable `LDFLAGS` when running `./configure`. That solved the problem in my Raspberry Pi 3, using Raspbian Buster: `LDFLAGS="-latomic" ./configure`

@PhoenixBlade24 I had the same issue. I opened and forwarded all the required ports (993 for IMAP and 465 for SMTP), except port 25 (another port for SMTP). When I...