07-30-2009
no mail for root
I want to send an email for SLES server. But when I try with "mail" command it gives me "no mail for root" error. I checked /var/mail/ directory and nothing in there. Any ideas. Thanks
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
MAIL(1) General Commands Manual MAIL(1)
NAME
mail - send and receive electronic mail
SYNOPSIS
mail [-dpqrv] [-f file] [user]
OPTIONS
-d Force use of the shell variable MAILER
-f Use file instead of /usr/spool/mail/user as mailbox
-p Print all mail and then exit
-q Quit program if SIGINT received
-r Reverse print order, i.e., print oldest first
-v Verbose mode
EXAMPLES
mail ast # Send a message to ast
mail # Read your mail
DESCRIPTION
Mail is an extremely simple electronic mail program. It can be used to send or receive email on a single MINIX system, in which case it
functions as user agent and local delivery agent. If the flag MAILER is defined in mail.c, it can also call a transport agent to handle
remote mail as well. No such agent is supplied with MINIX.
When called by user with no arguments, it examines the mailbox /usr/spool/mail/user, prints one message (depending on the -r flag), and
waits for one of the following commands:
<newline> Go to the next message
- Print the previous message
!command Fork off a shell and execute command
CTRL-D Update the mailbox and quit (same as q)
d Delete the current message and go to the next one
q Update the mailbox and quit (same as CTRL-D)
p Print the current message again
s [file] Save message in the named file
x Exit without updating the mailbox
To send mail, the program is called with the name of the recipient as an
argument. The mail is sent, along with a postmark line containing the date.
For local delivery, a file named after the recipient in the directory
/usr/spool/mail must be writable.
If the directory /usr/spool/mail does not exist then the mail is
dumped on the console, so that system programs have a way to notify
a user on a system that does not have a mail spool.
MAIL(1)