| Sendmail Virtusertable Issue? I have sendmail setup on Fedora 9 Machine. I am able to send mail from one user to another without any issue.What I am facing issue is with virtusertable.
I edited the file /etc/mail/virtusertable as:
Code:
finance-at-intinfra.com itconsultant
at-intinfra.com itconsultant
I ran #make -C /etc/mail
#service sendmail restart
Then I added this line under /etc/aliases:
itconsultant: <tab> azit
Azit is a user existing in the system.
Tried running aliases and restarted the server.
And Tried sending mail through a user "sender" to recepient as:
#echo "Hello"| mail -v -s "I need a help" finance-at-intinfra.com
Checked with user "receiver" mailbox but no thing is there. |