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!

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Can I somehow configure Thunderbird to fetch mail from SSH?

  • 4 risposte
  • 1 ha questo problema
  • 4 visualizzazioni
  • Ultima risposta di 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.

Soluzione scelta

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.

Leggere questa risposta nel contesto 👍 0

Tutte le risposte (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

Soluzione scelta

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!