Mutt + SSL
Hello all,
I read email with mutt (and other clients) from my home dovecot imap
server and have done so with no problems for several years now. Recently
I decided to increase security and created a SSL certificate using
dovecot's makecert.sh script.
I switched all the various clients to receive mail using SSL and even
with mutt I can now read my mail just fine.
I have these entries in my .muttrc
set folder="imaps://192.168.123.101:12345"
set spoolfile="imaps://mark@xxxxxxxxxxxxxxx:12345"
set imap_user = "mark"
set imap_pass = "mypass"
The problem comes when I come to send mail with mutt. I now get the
message:
"Could not connect to 192.168.123.101 (Connection refused)"
and no mail is sent.
Is this problem connected with SSL? (Everything worked before) or should
I be looking elsewhere? If so where?
Thanks for your help as always..
Mark