|
发表于 2004-4-9 12:53:19
|
显示全部楼层
最初由 molucule 发表
这里不是有很多的.muttrc文件吗,照着配置就是了。
我的也是只能收邮件,一个能发一个信箱不能发信,也不知道为什么,我是用pop直接在mutt里收信,发信的我也不懂,不知道smtp如何配置?
I think sendmail is better,see the following,
# path to sendmail for outgoing mail
set sendmail="/usr/sbin/sendmail -oi"
if you want to use smtp, try this. But I am not quite sure.
set smtp_user="username"
set smtp_pass="password" |
|