Sponsored Content
Top Forums Shell Programming and Scripting How to block mails sent using rmail Post 302114920 by sysgate on Thursday 19th of April 2007 10:54:39 AM
Old 04-19-2007
rmail is mail subsystem delivered with emacs. In order to disable it temporarily put the code below into your .emacs file :
Code:
(put 'rmail 'disabled t)		; avoid mbox destruction

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

sneding mails out

Hi all, I am trying to setup a client (on separate network) to send mail via our local SMTP server. I do have responce when I do #telnet mailhost 25 therefore, I can establish connection between the 2. however, when I try to send out testing mail, the following mail is returned in my... (1 Reply)
Discussion started by: stancwong
1 Replies

2. Shell Programming and Scripting

mail server used by mailx/rmail

hi, can someone tell me how to findout the email server/outgoing SMTP used by rmail or mailx program ? (2 Replies)
Discussion started by: braindrain
2 Replies

3. AIX

Not able to send mails

Hi, I am not able to send mails to the recipents. I am using AIX 5.3 Version and using the below command. cat test.log|mail -s "TestMail" user1@mail.com Can you please tell me is there any configurations to be done or is the above command wrong? Thanks & Regards Sheshadri (3 Replies)
Discussion started by: arsheshadri
3 Replies

4. Shell Programming and Scripting

undeleiverd mails

Could anyone tell me where the undelivered mails are stored in unix . i m using IBM AIX 3 version. when i give command mail.it shows me all the mail .but where exactly the mails are stored esp undelivered ones (1 Reply)
Discussion started by: ali560045
1 Replies

5. UNIX for Dummies Questions & Answers

bcc in mails

Hi, how to put some receipients for mail in bcc and some receipients in to. (2 Replies)
Discussion started by: prasee
2 Replies

6. UNIX for Advanced & Expert Users

aliasing the TO name in Unix mails

HI All, I have a small question/clarification/doubt . Does anyone know how to provide alias in the mails that come from Unix servers. Like i have a Unix server that generates status mails every hour for a scheduled job , it sends me mails with status with the ID in from field as... (3 Replies)
Discussion started by: bsandeep_80
3 Replies

7. Linux

Mails group

Ok, i am using backupPC for backup machines, backuppc can send mail to one person, while i cannot get how to configure many users which seems kind of headache, i want to set a group with a mail so when i send to it it sends to all group members, can i do that using sendmail? again i want a group... (0 Replies)
Discussion started by: XP_2600
0 Replies

8. SuSE

mails not getting sent ...

Guys I have not much idea on suse or any other linux flavour. This is what i have: cat /etc/issue Welcome to SUSE LINUX Enterprise Server 9 (i586) - Kernel \r (\l). ps -ef |grep postfix |grep -v grep root 18620 1 0 Mar17 ? 00:00:00 /usr/lib/postfix/master postfix ... (0 Replies)
Discussion started by: ak835
0 Replies

9. UNIX for Advanced & Expert Users

can not see mails

Hi, on AIX 6.1, I want to verify my night batch then I issued mail and : > mail /tmp: No space left on device What does it mean ? How can I see my mails ? What shoud I do ? Also : df -k /dev/hd3 131072 125676 5% 46 1% /tmp Thank you. (5 Replies)
Discussion started by: big123456
5 Replies

10. AIX

how to configure the rmail in AIX

dear all please can any one help me how to configure the rmail in my system theres is a mail server between the source server and the destination PC i want to let the AIX send an email to the receiver email address (1 Reply)
Discussion started by: thecobra151
1 Replies
COOLMAIL(1)						      General Commands Manual						       COOLMAIL(1)

NAME
coolmail - 3D animated mail notificaion utility SYNOPSIS
coolmail [option ...] DESCRIPTION
Coolmail is a mail notification utility with 3D animated graphics. Coolmail watches your inbox and lets you know when you have mail. Clicking on coolmail can launch your mail reading/writing utility. While your mail utility is open, clicking on coolmail will cause it to check your inbox at that instant, without waiting for the next regular interval. OPTIONS
-e command Use the specified command to launch your mail utility. Command is a string, and should be in quotes if it contains spaces. -f filename Watch filename, instead of the default mail inbox file. -fr n Set the number of frames to generate for each animation to n. Set this to an suit your preference and your machine's graphics per- formance. The default is 15. -h Print some help then exit. -int n | -update n Check your mail inbox at n-second intervals. The default is 30 seconds. -mono Run in monochrome mode. -once Ring bell when new mail is first detected, but not when more new mail is detected. -af filename Specifies the audio file to use rather than the standard system beep. -vol n Value between 0 and 100 for the volume setting for both the system beep and the sound file. The default is 50. -v Print version and inbox path. Coolmail also accepts the standard X Toolkit options, such as -geometry, etc. EXAMPLES
coolmail -e "emacs -f rmail" -int 20 Tells coolmail to check the inbox every 20 seconds, and launch the shell command, emacs -f rmail, when the user clicks on coolmail. X DEFAULTS
This program understands the core resource names and classes as well as: frameCount (class FrameCount) Specifies the number of frames to be generated per animation. inbox (class Inbox) Specifies the mail inbox that coolmail will watch. mailCommand (class MailCommand) Specifies the command that should be launched to read and write mail. monochrome (class Monochrome) A Boolean value that enables monochrome mode when true. soundFile (class SoundFile) Specifies the audio file to use rather than the standard system beep. volume (class Volume) Value between 0 and 100 for the volume setting for both the system beep and the sound file. COPYRIGHT
Copyright 1994 by Byron C. Darrah (darrah@kaiwan.com) AUTHORS
Byron C. Darrah (darrah@kaiwan.com) Sound support added by Randall K. Sharpe (rsharpe@ncsa.uiuc.edu) SEE ALSO
X(1), xrdb(1) Coolmail 1.3 COOLMAIL(1)
All times are GMT -4. The time now is 02:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy