07-30-2009
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
All
I am running a few scripts through a cron job. This is for checking some key services that are running on by box. The problem is, everytime the cron runs, it sends a mail to the root account. The root account mails need to cleared every now and then. Is there some way I can stop these... (1 Reply)
Discussion started by: skotapal
1 Replies
2. Solaris
how can i forward roots mail, i want every mail fowarded (1 Reply)
Discussion started by: csaunders
1 Replies
3. Solaris
Hello i need to reduces the size of the mail of root (var/mail/root),
I have mail from last year.
how can i do it?
thank you for your time. (3 Replies)
Discussion started by: enkei17
3 Replies
4. AIX
hello,
I need to configure our AIX 5.3 to relay mail to exchange.
I have got this working with no issues yet, I can not send mail to root@localhost.
# uname -a
AIX Blade1 3 5 0000E6DAD400
# oslevel -s
5300-07-01-0748
# mailq
/var/spool/mqueue (2 requests)... (14 Replies)
Discussion started by: pobman
14 Replies
5. HP-UX
When I want to see mail after login as root. The screen goes crazy showing lots lots lots of Email.
Is there anyway I can delete some old Email?? How? Thanks (1 Reply)
Discussion started by: ldaliosmane
1 Replies
6. Cybersecurity
Hi there,
I'm using this command line to get a daily mail through crontab with the content of /var/mail/root:
mailx -s "Test My Server" mymail@mail.com </var/mail/root
and it works fine, but I'd like to get only the information updated in the last 24 hours.
Thanks in advance for any... (2 Replies)
Discussion started by: Giordano Bruno
2 Replies
7. UNIX for Dummies Questions & Answers
Maybe a stupid question, but I'd like to know others opinions. I have more than 250 servers (mostly domU) and now I'm redirecting root mail to a local account on every vps. To tell U the truth I never read them, but I don't know if I'm making a mistake. My question is simple, what should you do... (1 Reply)
Discussion started by: iga3725
1 Replies
8. UNIX for Dummies Questions & Answers
Hello,
I am afraid that I goofed up my mailing system.
I have an Ubuntu 9.10 system
$ uname -smor
Linux 2.6.31-14-generic x86_64 GNU/Linux
I am wanting to receive cron job mails. I noticed that cron jobs were trying to send mail to sendmail. I had installed ssmtp so I could send mail... (1 Reply)
Discussion started by: Narnie
1 Replies
9. Solaris
Hi,
We were facing cron job failures and raised a case to our UNIX team, they fixed the issue and said cron job failures due to root mail file corruption.
My questions are,
1. Whether root mail file corruption cause cron job failures?
2. Do we have any size limitation for root mail file?... (0 Replies)
Discussion started by: paventhan
0 Replies
10. UNIX for Advanced & Expert Users
I running Linux Mint Debian Edition tracking testing and have started a cron job that will send something to the root mailbox. Mint has heirloom and exim4 installed. However, mail was getting nothing. I realized that in /etc/aliases, there was a line
root: mintSince you can't log into the mint... (0 Replies)
Discussion started by: Narnie
0 Replies
LEARN ABOUT DEBIAN
cancelmsg
CANCELMSG(1) Double Precision, Inc. CANCELMSG(1)
NAME
cancelmsg - Cancel an E-mail message
SYNOPSIS
cancelmsg {msgid} ["reason"]
DESCRIPTION
cancelmsg removes a message from the mail queue. There will be no more attempts to deliver this message, and a standard delivery failure
notice is sent to the return address listed on the message. You can only cancel your own messages. The superuser can cancel any message. An
attempt to cancel a message will fail if the message has already been sent (of course), or if a delivery attempt is currently in progress.
Because a delivery attempt is usually started as soon as an E-mail message is added to the mail queue, a cancellation attempt is only
effective if the message cannot be immediately delivered for some reason, or if the system is very busy and is working on a mail backlog.
cancelmsg works by marking all pending recipients as undeliverable. A non-delivery report is then generated and sent in the normal fashion.
msgid is the message queue id that can be obtained from the mailq(1)[1], command. A reason is optional. The message does not disappear into
a black void. The message will be returned as undeliverable, citing reason. A generic error message will be used if reason is not
specified.
BUGS
A non-delivery report may not be sent immediately, but delayed until the message's turn comes up in the scheduling queue.
There is no immediate indication if the message cancellation worked. A subsequent non-delivery report is the only indication of a
successful cancel. If it doesn't come, it means the message wasn't cancelled in time.
A non-delivery report will not be sent for recipients whose delivery status notification does not include the FAIL notice.
SEE ALSO
mailq(1)[1], courier(8)[2].
AUTHOR
Sam Varshavchik
Author
NOTES
1.
mailq(1)
[set $man.base.url.for.relative.links]/mailq.html
2.
courier(8)
[set $man.base.url.for.relative.links]/courier.html
Courier Mail Server 08/30/2011 CANCELMSG(1)