On Thu, 2004-07-22 at 09:48, Vivek Kumar wrote: > Hi all, > > I am trying to setup a mail server who will forward all the incoming > mail to MS excange server after virus and spam check and outbound mail > will come from MS exchage server to my mail server and then go out. I am > getting following error message: > > July 22 10:30:00 njmailserv vagated [23403]: Relaying denied for rcpt > [EMAIL PROTECTED]
You have to tell sendmail that is OK to handle e-mail for gorave.net. That is handle by the accessdb feature. You should have a file /etc/mail/access. Add a line gorave.net OK Run the following command to rebuild the hash file. makemap hash /etc/mail/access.db < /etc/mail/access _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

