LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   sendmail problem (https://www.linuxquestions.org/questions/linux-newbie-8/sendmail-problem-523433/)

baldur2630 01-28-2007 03:47 AM

sendmail problem
 
I'm a complete beginner, but trying to learn. I've installed TroubleTicket Express on our server. When a new Trouble Ticket is entered, it automatically generates an email via sendmail to the user who entered it with their Ticket No.

My Boss wants me to have this same email sent to him and one other member of the HelpDesk. I thought this would be able to be done by the TroubleTicket Express people, but all I got was a very unhelpful answer telling me that I could "easily" do this by configuring sendmail.

Easily is just another work. I find it at the moment impossible!

Can anyone please help me?

ChrisScott 01-28-2007 06:07 AM

if you add the line

Code:

user        boss, helpdesk, \user
to the bottom of your /etc/aliases file, (with all of the correct usernames instead of boss, helpdesk & user) then run 'newaliases' in a console, mail sent to user should be forwarded to the other two. If you don't have too many users this wouldn't take that long to set up.

Hope that helps.

baldur2630 01-29-2007 12:11 AM

Sendmail Problem
 
Hi Chris, thanks, that helped a lot. Now I know how aliases work thanks to you and a LOT of reading! You saved my life thanks for that.


All times are GMT -5. The time now is 03:15 AM.