|
本人配置了一个邮件服务器,经过测试能正常通讯,但是是在真实的linux用户之间收发信息。
求问,如果创建虚拟用户呢?
linux和sendmail 版本信息:
- [root@testing24 mail]# cat /etc/redhat-release
- Red Hat Enterprise Linux AS release 3 (Taroon)
- [root@testing24 mail]# rpm -qa|grep sendmail
- sendmail-8.12.10-1
复制代码
mail的配置文件如下:
- [root@testing24 mail]# ls
- access domaintable helpfile mailertable Makefile sendmail.mc submit.cf trusted-users virtusertable.db
- access.db domaintable.db local-host-names mailertable.db sendmail.cf statistics submit.mc virtusertable
复制代码 |
|