Results 1 to 3 of 3
Hi, I'm using backtrack live cd and I'm having problems sending email. I know I have to configure smtp and pop3 but I can't figure it out. I'm writing a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-26-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 2
sendmail, mail, smtp
Hi, I'm using backtrack live cd and I'm having problems sending email. I know I have to configure smtp and pop3 but I can't figure it out. I'm writing a script to ping my router and if it doesn't respond it will send me an e-mail notification. I have the script working but when I do echo "Network is Down" | mail -s "subject" me@bla.com I get an error bash--mail not found
can anyone help me I can't get this thing to work.
Thanks
- 08-05-2007 #2Linux User
- Join Date
- Jun 2007
- Posts
- 458
You cannot do anything without configuration. Which mail server you have? You need to have configured an email account in it for being able to send email. I recommend Gmail as it offers free POP access. You need to use the following settings to configure your Gmail account.
Email: yourname@gmail.com
Incoming mail server: POP3 (pop.gmail.com), Port: 995 Authentication: SSL
Outgoing mail server: SMTP (smtp.gmail.com) Port: 587 Authentication: TLS
SMTP Username: yourname@gmail.com
POP username: yourname@gmail.com"When you have nothing to say, say nothing."
- 08-06-2007 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 2
smtp and pop
Hello, thanks for your answer. My problem is that I dont find the file I have to modify with my smtp and pop settings. I already have an account that I could use but I don't find the conf file to vi to. I'm using backtrack 2. If I get this to work the "sendmail" command should work?
Thanks again!
Chen


Reply With Quote
