Sponsored Content
Full Discussion: Mail sending
Top Forums Shell Programming and Scripting Mail sending Post 302136628 by panknil on Wednesday 19th of September 2007 01:24:51 AM
Old 09-19-2007
mail sending

Dear sanjay,
i have done the same as u suggested...getiing this

Sep 19 10:43:17 TDM sendmail[13940]: /etc/mail/sendmail.cf: WARNING: dangerous write permissions
Sep 19 10:43:17 TDM sendmail[13940]: NOQUEUE: SYSERR(root): No local mailer defined
Sep 19 10:43:17 TDM sendmail[13940]: NOQUEUE: SYSERR(root): QueueDirectory (Q) option must be set
Sep 19 10:43:17 TDM sendmail[13945]: /etc/mail/sendmail.cf: WARNING: dangerous write permissions
Sep 19 10:43:17 TDM sendmail[13945]: NOQUEUE: SYSERR(root): No local mailer defined
Sep 19 10:43:17 TDM sendmail[13945]: NOQUEUE: SYSERR(root): QueueDirectory (Q) option must be set
Sep 19 10:43:17 TDM sm-msp-queue[13953]: starting daemon (8.12.10): queueing@01:00:00
Sep 19 10:43:57 TDM sendmail[14000]: /etc/mail/sendmail.cf: WARNING: dangerous write permissions
Sep 19 10:43:57 TDM sendmail[14000]: NOQUEUE: SYSERR(root): No local mailer defined
Sep 19 10:43:57 TDM sendmail[14000]: NOQUEUE: SYSERR(root): QueueDirectory (Q) option must be set
Sep 19 10:43:57 TDM sendmail[14005]: /etc/mail/sendmail.cf: WARNING: dangerous write permissions
Sep 19 10:43:57 TDM sendmail[14005]: NOQUEUE: SYSERR(root): No local mailer defined
Sep 19 10:43:57 TDM sendmail[14005]: NOQUEUE: SYSERR(root): QueueDirectory (Q) option must be set
Sep 19 10:43:57 TDM sm-msp-queue[14013]: starting daemon (8.12.10): queueing@01:00:00
Sep 19 10:44:37 TDM sendmail[14047]: l8J5EbsH014047: from=tdmscrdr, size=76, class=0, nrcpts=1, msgid=<200709190514.l8J5EbsH014047@tcs.com>, rela
y=tdmscrdr@localhost
Sep 19 10:44:37 TDM sendmail[14047]: l8J5EbsH014047: to=pankaj.choudhury@tcs.com, ctladdr=tdmscrdr (504/500), delay=00:00:00, xdelay=00:00:00, ma
iler=relay, pri=30076, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]

from log

thnx,
regards,
pankaj
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

sending a mail to a mail client

Hi everyone! I'm trying to create a database monitoring script that reads an alert file and sends an error message if it can 'grep' a particular string. Is there a way to send this message to a mail client using SMTP? Even better, is there any place on this site that has these kinds of... (5 Replies)
Discussion started by: solaris73
5 Replies

2. UNIX for Advanced & Expert Users

sending mail

How do I send an email with a subject and an attachment from a command prompt? (3 Replies)
Discussion started by: mskarica
3 Replies

3. HP-UX

hp ux not sending mail

Hi.. In Hp ux box,, mails are not being sent. they are getting queued up in mail queue. (3 Replies)
Discussion started by: kkhan
3 Replies

4. Ubuntu

help sending mail

Hi, I have kubuntu 8.10 and I would like to configure Ubuntu to can send mail from command line with mailx. I've saw that I need to install a MTA. But I don't know with install and how. Do you know some howto or url where I find how could I configure it? Many thanks and sorry for my... (2 Replies)
Discussion started by: mierdatuti
2 Replies

5. UNIX for Dummies Questions & Answers

sending mail

i want to send an email from the unix machine to the windows machine. now windows dont have any specified folder for the mail. mail has to be sent to the email-id like abc@xyz.com unix machine itself can not directly send mail. it has to be transferred via mail server. (11 Replies)
Discussion started by: parmeet
11 Replies

6. Shell Programming and Scripting

Sending mail

Hi there, How can I send the automated log file, daily at 7 am to the respective mail . Thanks in Advance, Neha (2 Replies)
Discussion started by: NehaKrish
2 Replies

7. Shell Programming and Scripting

Stop sending mail after certain number of mail

Hi guys... I am busy writing a script to notify me via an mail if my application is down. I have done that. Now I want this script to stop sending mails after five mails were sent but the script should keep on checking the application. When the application is up again that count should be... (5 Replies)
Discussion started by: Phuti
5 Replies

8. Shell Programming and Scripting

Sending Mail

Hi All, I have a script that looks like this: *********** #!/bin/sh -x cd /u01/app/oracle/diag/rdbms/spdb/spdb/trace cat alert_spdb.log|grep Archiver >/dev/null if ; then mailx -s "Archiver message in Alert log" user@email.com fi ************ Im using the -x option to see any... (1 Reply)
Discussion started by: oradba888
1 Replies

9. UNIX for Dummies Questions & Answers

Sending mail

How can i send a mail when user login in unix ENV. How can i know present use mailID?? Moved out of Contact Us Forum - Please Do Not Post Technical Questions in Non-Technical Forum(s) (1 Reply)
Discussion started by: arun508.gatike
1 Replies

10. Red Hat

Problems sending mail: Difference between Mail and Mailx?

Whats the difference between mail and mailx? I'm trying to troubleshoot a problem where I can send mail from server A with this `echo $MESSAGE | mail -s "$SUBJECT" -r $FROM $RECIPIENTS` command but executing the same command from server B throws me this error (Both servers are RHEL) ... (1 Reply)
Discussion started by: RedSpyder
1 Replies
FORWARD(5)						      BSD File Formats Manual							FORWARD(5)

NAME
forward -- mail forwarding instructions DESCRIPTION
The .forward file contains a list of mail addresses or programs that the user's mail should be redirected to. If the file is not present, then no mail forwarding will be done. Mail may also be forwarded as the standard input to a program by prefixing the line with the normal shell pipe symbol (|). If arguments are to be passed to the command, then the entire line should be enclosed in quotes. For security rea- sons, the .forward file must be owned by the user the mail is being sent to, or by root, and the user's shell must be listed in /etc/shells. For example, if a .forward file contained the following lines: nobody@FreeBSD.org "|/usr/bin/vacation nobody" Mail would be forwarded to <nobody@FreeBSD.org> and to the program /usr/bin/vacation with the single argument nobody. If a local user address is prefixed with a backslash character, mail is delivered directly to the user's mail spool file, bypassing further redirection. For example, if user chris had a .forward file containing the following lines: chris@otherhost chris One copy of mail would be forwarded to chris@otherhost and another copy would be retained as mail for local user chris. FILES
$HOME/.forward The user's forwarding instructions. SEE ALSO
aliases(5), mailaddr(7), sendmail(8) BSD
July 2, 1996 BSD
All times are GMT -4. The time now is 04:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy