|
题目上的那条错误是在用mutt发信时输入地址后出现的
如果不用mutt,直接输入mail XXX@163.com可以正常发信
不知道哪里配置错了??
.muttrc:
my_hdr From: kylinm@163.com
set charset="zh_CN.GB2312"
charset-hook .* zh_CN.GB2312
set send_charset="us-ascii:iso-8859-1:zh_CN.GB2312:utf-8"
set editor="vim"
set visual="vim"
set edit_headers=yes
set include
set header=yes
set indent_str=">"
set quit=yes
set move=no
set abort_nosubject=no
set index_format="%3C %Z %{%b %d} %-15.15L (%4l) %s"
set sort=date
set sort_aux=date
set ascii_chars=no
set pager_stop
set fast_reply
set resolve=yes
set wait_key=yes
set pager_index_lines=4
bind pager <up> previous-page
bind pager <down> next-page
set hidden_host
set mbox="~/Mail/inbox"
set alias_file="~/Mail/aliases"
set record="~/Mail/sent"
set postponed="~/Mail/postponed"
set noconfirmappend
set mailcap_path="/etc/mailcap"
subscribe debian-security-announce@lists.debian.org
auto_view text/html |
|