Results 1 to 2 of 2
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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-03-2009 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 6
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.
- 10-06-2009 #2Just Joined!
- Join Date
- Oct 2009
- Posts
- 19
Make sure you have run makemap hash virtusertable.db < virtusertable under /etc/mail


Reply With Quote
