Hi all,
I just installed a mail toaster following this excellent howto on a
test-system. It's a debian etch box on an AMD_64 based system.
I took care to make the necessary changes to reflect that I am using
an AMD-64 system.
Now, everything works really well. I use horde for a frontend and
courier-imap works (with and without ssl), but the following is not
working:
pop3 with ssl (neither locally nor from outside the box)
Error message is:
# openssl s_client -connect localhost:995
CONNECTED(00000003)
write:errno=104
same with smtp:
# openssl s_client -crlf -starttls smtp -connect localhost:25
CONNECTED(00000003)
write:errno=32
Permissions on the .pem file are correct, but the log says that it
cannot be read (or parsed).
Any ideas?
Thanks for your help!
Martin