View Single Post
Old 06-10-2009, 07:38 AM   #10
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

Quote:
Jun 9 14:17:29 songvestdev MailScanner[1903]: Expanding TNEF archive at /var/spool/MailScanner/incoming/1903/n59IHOrC002188/winmail.dat
Jun 9 14:17:29 songvestdev MailScanner[1903]: Message n59IHOrC002188 added TNEF contents Logo Small1.JPG,msg-1903-11.txt
I do not see MailScanner in the your sendmail config, it's very strange
Are you have stoped postfix and running sendmail?

For sendmail work on CentOS Linux (you do not write what you system in the first message) you need files like this

Code:
# pwd 
/etc/mail

# cat local-host-names 
example.com

# cat virtusertable
user@example.com        virtuser_501
@example.com    error:nouser No such user here

# cat /etc/aliases
...
...
virtuser_501:   \virtuser_501
For rebuild /etc/aliases.db you need use newaliases command, for rebuild /etc/mail/virtusertable.db and sendmail.cf - cd /etc/mail ; make

In the attachment - sendmail.mc from worked system with CentOS Linux and ISPmanager.
Attached Files
File Type: txt sendmail.mc.txt (7.6 KB, 6 views)

Last edited by slava; 06-10-2009 at 07:41 AM.
slava is offline   Reply With Quote