Does anyone have expertise that can help me with this?
Now that shell access is being discontinued. I want to use alpine running on a remote host to read and send email from Sonic.
The problem I am having is that I cannot seem to access email folders other than INBOX. Like others, I have a procmail filter that filters my email into various folders on sh.sonic.net into my "mail" directory, which I check as needed. When I try the following configuration in my .pinerc configuration file:
incoming-folders=IN.good {sh.sonic.net:993/novalidate-cert/ssl/user=meyerbo2}~meyerbo2/mail/IN.good
I see the folder IN.good in my Incoming Message Folders list and when selected, alpine says '[Opening "IN.good" <-> ]', but after a minute it returns "sh.sonic.net, 993: Connection timed out". This worked fine when I ran alpine locally on Sonic using the shell to access my local file "mail/IN.good".
Any ideas?
FYI, the following works fine and allows me to view my INBOX and send email (after authentication):
smtp-server=mail.sonic.net:465/ssl
inbox-path={imap.sonic.net:993/novalidate-cert/ssl/user=meyerbo2}
Thanks in advance!
Now that shell access is being discontinued. I want to use alpine running on a remote host to read and send email from Sonic.
The problem I am having is that I cannot seem to access email folders other than INBOX. Like others, I have a procmail filter that filters my email into various folders on sh.sonic.net into my "mail" directory, which I check as needed. When I try the following configuration in my .pinerc configuration file:
incoming-folders=IN.good {sh.sonic.net:993/novalidate-cert/ssl/user=meyerbo2}~meyerbo2/mail/IN.good
I see the folder IN.good in my Incoming Message Folders list and when selected, alpine says '[Opening "IN.good" <-> ]', but after a minute it returns "sh.sonic.net, 993: Connection timed out". This worked fine when I ran alpine locally on Sonic using the shell to access my local file "mail/IN.good".
Any ideas?
FYI, the following works fine and allows me to view my INBOX and send email (after authentication):
smtp-server=mail.sonic.net:465/ssl
inbox-path={imap.sonic.net:993/novalidate-cert/ssl/user=meyerbo2}
Thanks in advance!