邮件服务器问题

我有一个邮件服务器上的Linux Fedora 10.邮件服务器是:sendmail.My邮件服务器运行顺利。 但我重新configuration我的邮件服务器/etc/mail/sendmail.mc文件,使其更有效。但在MC文件的变化后,没有邮件来自世界各地的任何我的邮件帐户,但邮件去虽然没有邮件从我的一个邮件帐户到另一个邮件帐户到同一个lan。

在发件人端显示此错误

Delivery to the following recipient failed permanently: [email protected] Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 5.7.1 <[email protected]>... Relaying denied (state 14). 

当这个问题发生时,我只是覆盖了以前的MC文件again.and做必要的M4。但问题还没有解决。

……………………………我以前的sendmail.mc文件……….. ………….

转移(-1)DNL
包括(`/usr/share/sendmail-cf/m4/cf.m4' )DNL
 VERSIONID(`setup for linux')dnl
 OSTYPE(`的Linux')DNL
 FEATURE(local_procmail,`',`procmail -t -Y -a $ h -d $ u')dnl
 FEATURE(`access_db',`hash -T -o /etc/mail/access.db')dnl
 FEATURE(`blacklist_recipients')DNL
 EXPOSED_USER(`根')DNL
 MAILER(SMTP)DNL
 MAILER(procmail的)DNL

………………………………………….. ……………………………..

………………………..编辑sendmail.mc文件……………. ………………

转移(-1)DNL
包括(`/usr/share/sendmail-cf/m4/cf.m4' )DNL
 VERSIONID(`setup for linux')dnl
 OSTYPE(`的Linux')DNL
 FEATURE(local_procmail,`',`procmail -t -Y -a $ h -d $ u')dnl
 FEATURE(`access_db',`hash -T -o /etc/mail/access.db')dnl
 FEATURE(`greet_pause”,5000)
 FEATURE(`blacklist_recipients')DNL
 EXPOSED_USER(`根')DNL
 define(`confCONNECTION_RATE_THROTTLE',`10')dnl
 define(`confMAX_DAEMON_CHILDREN',`250')dnl
 define(`confBAD_RCPT_THROTTLE',`1')dnl
 define(`confMAX_RCPTS_PER_MESSAGE',`15')dnl
 define(`confQUEUE_LA',`5')dnl
 define(`confREFUSE_LA',`20')dnl
 MAILER(SMTP)DNL
 MAILER(procmail的)DNL

………………………………………….. ………………….

请指导我,我现在该做什么

感谢与问候

这不会回答你的问题,但请请自己做一个大忙,并用更容易configuration的东西取代Sendmail。 Exim和Postfix都是很好的替代品。 Exim稍微灵活一些。