Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Can I somehow configure Thunderbird to fetch mail from SSH?

  • 4 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 45 προβολές
  • Τελευταία απάντηση από 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.

Επιλεγμένη λύση

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.

Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (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

Επιλεγμένη λύση

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!