Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Send mail to any user (@hotmail,@yahoo etc) from Solaris Post 47634 by zing on Saturday 14th of February 2004 03:57:28 AM
Old 02-14-2004
Send mail to any user (@hotmail,@yahoo etc) from Solaris

Hi All,

I am new to unix. I want to know what are the steps to do in order to configure a unix server (Solaris 8) to send mails to the outside world. I also want to send attachments in the mail.

Thanks in advance
Zing
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

can not send mail from unix server to company/yahoo mail

hi, Gurus, I need some help with sending mail out from my UNIX server: It is running Solaris 2.6 and the sendmail version is 8.8. Output of :/usr/lib/sendmail -d0.1 -bt < /dev/null Version 8.8.8+Sun Compiled with: LOG MATCHGECOS MIME7TO8 MIME8TO7 NAMED_BIND NDBM NETINET ... (5 Replies)
Discussion started by: b5fnpct
5 Replies

2. UNIX for Dummies Questions & Answers

Send mail when user logs in.

Hi All, I have a specific requirement hope you guys can help me resolve this problem. I want to send an email when a specific user logs in.. Eg: My User ID on the Unix box is VENKYA when I log into the System can we send a mail that I logged in. I am on a Sun Solaris Server. ... (3 Replies)
Discussion started by: venkyA
3 Replies

3. Solaris

mail problems - how to send mail on solaris

Hello I am new user on solaris... I need to configure my solaris to be able to send mails... I know mailx command mailx -s hello address@address.com but I get an error... you have mail in /var/mail/root # hello... User unknown /dead.letter... Saved message in /dead.letter what... (10 Replies)
Discussion started by: amon
10 Replies

4. UNIX for Dummies Questions & Answers

Can not send mail in solaris 5.9

Hi !! I'm trying to send myself a mail from my Solaris server, i had tryed with this commands: mail -s "test" irasela@yahoo.com < /monitoring/space/bitacora.txt mailx -s "test" irasela@yahoo.com < /monitoring/space/bitacora.txt sendmail -F "test" address "irasela.yahoo.com" -t... (1 Reply)
Discussion started by: irasela
1 Replies

5. Shell Programming and Scripting

remove the text (*@yahoo.com, hotmail.com) from one file

Hi, I have different file name (*) at the path: /path/* with the below content: Example of the file content. abc@test.com: abc@hotmail.com, abc@yahoo.com xyz@test.com: xyz@hotmail.com qwer@test.com: qwer@gmail.com,qwer@aol.com,qwer@test2.com ghjk@test.com: ghjk@test2.com abcd@xyz.com:... (11 Replies)
Discussion started by: juniorbear
11 Replies

6. UNIX for Advanced & Expert Users

send attachments using send mail in Solaris

Hi All, I have a requirement to send and email of body html with an attachment. concatinating uuencode output to the mail body with mailx command works, but as my Email body is of HTML type i use sendmail. my command to send HTML body is as below: export MAILTO="recipient@domain.com"... (1 Reply)
Discussion started by: mohan_kumarcs
1 Replies

7. UNIX for Advanced & Expert Users

how to send email using "mail" to google or yahoo

hi all, i need to email the output of a command to a google or yahoo account. am using debian lenny 5. can someone please help me on this ? (5 Replies)
Discussion started by: coolatt
5 Replies

8. UNIX for Dummies Questions & Answers

Is it possible to send mail to a UNIX user id ?

Hi , I am trying to know the possibility of sending a mail to my unix user id from my gmail. Is there any such possibility to send the same? Please reply. Thanks in advance. (2 Replies)
Discussion started by: ssk250
2 Replies
HOBBIT-MAILACK(8)					      System Manager's Manual						 HOBBIT-MAILACK(8)

NAME
hobbit-mailack - permit acknowledging alerts via e-mail SYNOPSIS
hobbit-mailack --env=FILENAME [--debug] DESCRIPTION
hobbit-mailack normally runs as an input mail-filter for the hobbit user, e.g. by being called from the xymon users' procmailrc(5) file. hobbit-mailack recognizes e-mails that are replies to hobbitd_alert(8) mail alerts, and converts the reply mail into an acknowledge message that is sent to the Xymon system. This permits an administrator to acknowledge an alert via e-mail. ADDING INFORMATION TO THE REPLY MAIL
By default, an acknowledgment is valid for 1 hour. If you know in advance that solving the problem is going to take longer, you can change this by adding delay=DURATION to the subject of your mail reply or on a line in the reply message. Duration is in minutes, unless you add a trailing 'h' (for 'hours'), 'd' (for 'days') or 'w' (for 'weeks'). You can also include a message that will show up on the status-page together with the acknowledgment, e.g. to provide an explanation for the issue or some other information to the users. You can either put it at the end of the subject line as msg=Some random text, or you can just enter it in the e-mail as the first non-blank line of text in the mail (a "delay=N" line is ignored when looking for the message text). USE WITH PROCMAIL
To setup hobbit-mailack, create a .procmailrc file in the xymon-users home-directory with the following contents: DEFAULT=$HOME/Mailbox LOGFILE=$HOME/procmail.log :0 | $HOME/server/bin/hobbit-mailack --env=$HOME/server/etc/hobbitserver.cfg USE WITH QMAIL
If you are using Qmail to deliver mail locally, you can run hobbit-mailack directly from a .qmail file. Setup the xymon-users .qmail file like this: | $HOME/server/bin/hobbit-mailack --env=$HOME/server/etc/hobbitserver.cfg OPTIONS
--env=FILENAME Load environment from FILENAME, usually hobbitserver.cfg. --debug Dont send a message to hobbitd, but dump the message to stdout. SEE ALSO
hobbitd_alert(8), hobbitd(8), xymon(7) Xymon Version 4.2.3: 4 Feb 2009 HOBBIT-MAILACK(8)
All times are GMT -4. The time now is 10:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy