We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Can I somehow configure Thunderbird to fetch mail from SSH?

  • 4 replies
  • 1 has this problem
  • 4 views
  • Last reply by usename87

more options

I'd like to have Thunderbird fetch email from an mbox file on a remote server. Like ssh://server/home/user/mbox or alternatively mount the SSH directory and use a local path to mbox.

I'd like to have Thunderbird fetch email from an mbox file on a remote server. Like ssh://server/home/user/mbox or alternatively mount the SSH directory and use a local path to mbox.

Chosen solution

Apologies, I missed to add one link, here it is.

http://askubuntu.com/questions/301988/using-movemail-with-thunderbird-on-ubuntu

There are step by step instructions in the article. Note, a Movemail account can retrieve mail from the Unix mail spool file. This requires a working SMTP server which actually puts mail there.
I really doubt this works with a mail client's mbox file.

Read this answer in context 👍 0

All Replies (4)

more options

You can create a Movemail account.

Account Actions - Add Other Account - Unix Mailspool (Movemail)

This support thread may help. Wrt accessing a spool file on a remote machine via SSH, you can mount it via SSH.

http://www.howtogeek.com/howto/ubuntu/how-to-mount-a-remote-folder-using-ssh-on-ubuntu/

more options

I created a Unix Mailspool (Movemail) account, but where do I specify the path to my mbox file?

more options

Chosen Solution

Apologies, I missed to add one link, here it is.

http://askubuntu.com/questions/301988/using-movemail-with-thunderbird-on-ubuntu

There are step by step instructions in the article. Note, a Movemail account can retrieve mail from the Unix mail spool file. This requires a working SMTP server which actually puts mail there.
I really doubt this works with a mail client's mbox file.

more options

It seems I have misunderstood what a mbox file is. The server does indeed have a SMTP server (postfix), and the reason for the original question is that I want to avoid configuring a POP/IMAP server as well.

Your link provided me with the solution. Thanks!