搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Problem opening mail from remote folder mounted with sshfs

  • 1 个回答
  • 0 人有此问题
  • 最后回复者为 iub fun

more options

Hello,

I'm having trouble opening mail from a remote folder.

I ran this command to authorize the removable media: sudo snap connect thunderbird:removable-media :removable-media

If I mount my remote folder via fstab with this configuration, I can open remote mail with Thunderbird:

user@server:remote_folder/ /media/user/remote_folder fuse.sshfs noauto,x-systemd.device-timeout=5,x-systemd.mount-timeout=5,x-systemd. automount,follow_symlinks,rw,_netdev,users,idmap=user,uid=1000,gid=1000,IdentityFile=/home/user/.ssh/id_rsa,allow_other,reconnect,ServerAliveInterval=5,ServerAliveCountMax=1 0 0

On the other hand, if I mount the same remote folder with the sshfs command :

sshfs -o idmap=user user@server:remote_folder /media/user/remote_folder -o follow_symlinks

Unable to open mail.

Would you have an idea, please?

Thanks for you answer.

Ubuntu 24.04 Thunderbird 128.2.3esr

Hello, I'm having trouble opening mail from a remote folder. I ran this command to authorize the removable media: sudo snap connect thunderbird:removable-media :removable-media If I mount my remote folder via fstab with this configuration, I can open remote mail with Thunderbird: user@server:remote_folder/ /media/user/remote_folder fuse.sshfs noauto,x-systemd.device-timeout=5,x-systemd.mount-timeout=5,x-systemd. automount,follow_symlinks,rw,_netdev,users,idmap=user,uid=1000,gid=1000,IdentityFile=/home/user/.ssh/id_rsa,allow_other,reconnect,ServerAliveInterval=5,ServerAliveCountMax=1 0 0 On the other hand, if I mount the same remote folder with the sshfs command : sshfs -o idmap=user user@server:remote_folder /media/user/remote_folder -o follow_symlinks Unable to open mail. Would you have an idea, please? Thanks for you answer. Ubuntu 24.04 Thunderbird 128.2.3esr

所有回复 (1)

more options

Hello The problem lies in how snap packages like Thunderbird manage access to mounted directories. Mounting via fstab integrates with snap confinement, allowing Thunderbird to recognize the folder. In contrast, sshfs mounts may not align with snap's permissions. Stick to fstab for mounting and ensure you run sudo snap connect thunderbird:removable-media to grant the necessary permissions.

有帮助吗?

我要提问

您需要登录才能回复。如果您还没账号,可以提出新问题