大家帮忙看看!!

mail 看过的信就转移到mbox里去了,outlook是看不到的,自接打mail也看不到了,除非用pine或mail -f /home/sys0/mbox      
[QUOTE]最初由 atuzi 发布
[B]mail 看过的信就转移到mbox里去了,outlook是看不到的,自接打mail也看不到了,除非用pine或mail -f /home/sys0/mbox [/B][/QUOTE]


可是我发了新的邮件,没有用mail看过。
还是看不到!!!
用telnet 110的怎么看信?不是list命令?!      
在root用户下mail xxx (usrid)

然后以xxx登陆,mail  不带参数,有东西显示么?(这样不算读信)      
step 1
编辑sendmail.cf

在DS后
# Alias for this host
Cw mail.domain.com domain.com

在options 下把

O DaemonPortOptions=Port=smtp.Addr=127.0.0.1,Name=MTA

改为:
O DaemonPortOptions=Port=smtp,Name=MTA

step 2
启动imap,ipop3等服务

setp 3
编辑xinetd.conf
service pop-3
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/ipop3d
}

service imap
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/imapd
}

service uucp
{
socket_type = stream
protocol = tcp
wait = no
user = uucp
server = /usr/lib/uucp/uucico
server_args = -1
}