"Hiren Dave" <[EMAIL PROTECTED]> wrote:

> I have enter below lines in the /etc/mail/virtusertable file.
> [EMAIL PROTECTED]  [EMAIL PROTECTED]
> @yahoo.com  [EMAIL PROTECTED]
> 
> Then I run this command.
> # m4 virtusertable > virtusertable.db
> # service sendmail restart
> # echo "Nice to meet you." | mail -s Test [EMAIL PROTECTED]
> # echo "Nice to meet you too." | mail -s Test [EMAIL PROTECTED]
> 
> But all two mails are in queue and delayed since last 5 hours.

Do you have corresponding MX-record?
I mean, nameserver authorised for "guru.com" domain must have
MX record in guru.com zonefile, which says that server1.guru.com
is mailserver for guru.com domain, something like (for bind):

guru.com.     IN     MX     10     server1.guru.com.

Jarry

-- 
"Feel free" mit GMX FreeMail!
Monat für Monat 10 FreeSMS inklusive! http://www.gmx.net
-- 
gentoo-user@gentoo.org mailing list

Reply via email to