Hi all
i have 2 domains in my local-lan
1. mycompany.com -ip 192.168.129.3
2. mymail.com-192.168.129.13
MY DNS server resides in mycompany.com and my actual domain is mycompany.com. but my mail id is will be
user@mymail.com.
in every user computer the dns is set to 192.168.129.3
i have configured a sendmail server on RHEL AS 4.0 and all users get the mail as
user@mymail.com.
so i have used /etc/mail/virtusertable to map
the
user@mymail.com to system user, as system user and his mail-id are different.
the system user and his mail id is are different
ie if systemuser is abc the his mail id is
abc-empcode@mymail.com
in the mail server 192.168.129.13 , i have configured named with zone mymail.com and configured DNS to resolve mymail.com
and my local-host-names in /etc/mail/ has
mymail.com and mycomany.com
and /etc/access also has the the above domains mentioned
but the problem is i have configured outlook in clients system , and when user is sending mail to
anotheruser@mymail.com , it takes time.
In the mail server also i have checked with the following command
echo "hi" | mail -s "hi" -v
user@medhaindia.com it takes time to send mail
where as when i send mail
like echo "hi" | mail -s "hi" ie system user , it goes fast
why is it taking time to map the systemuser to mail-id , can we make it more faster
Regards
Niranjan