mutt配置的用户名不同于邮件

时间:2018-12-05 20:40:21

标签: mutt

我想正确配置我的Mutt文件,以便我可以登录并查看我的电子邮件帐户,其中电子邮件与用户名不同。 我有这个

username:abc123
email:myemail@domain.com
imap server:mail.domain.com
imap port:000
smtp server:mail.domain.com
smtp port:111

我的muttrc文件之一是这样的:

set ssl_starttls=yes
set ssl_force_tls=yes
set imap_user = "abc123@mail.domain.com:000/"                       
set imap_pass = `getpassword email_id`                                
set smtp_url = "smtp://abc123@mail.domain.com:111/"       
set smtp_pass =`getpassword email_id`                                    
set from = "mymail@domain.com"                            
set realname = "real name"                                  
set folder = "imaps://mail.domain.com:000/"                     
set spoolfile = "+INBOX"                                      

我检查了雷鸟上的某些配置(imap和smtp),但我无法登录。我的sintax不正确吗?我该怎么办?

谢谢。

0 个答案:

没有答案
相关问题