Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

claws-mail-acpi-notifier(1) [debian man page]

CLAWS-MAIL-ACPI-NOTIFIER(1)				      General Commands Manual				       CLAWS-MAIL-ACPI-NOTIFIER(1)

NAME
claws-mail-acpi-notifier -- Mail notification using laptop's mail LED DESCRIPTION
This manual page documents briefly the claws-mail-acpi-notifier This manual page was written for the Debian distribution because the original program does not have a manual page. claws-mail-acpi-notifier is a plugin (loadable module) for the Claws Mail mailer. Enables mail notification via the mail LED available on some laptops. LED can be set to blinking or on when new mail is received. Also can be set to blinking when user interaction is required. USAGE
Before using a plugin you must instruct Claws Mail to load it on startup. For this you must go ``Configuration'' menu on main window toolbar, open ``Plugins...'' dialog, click on the ``Load plugin...'' button and select the plugin file, named acpi_notifier.so, and press the ``Open'' button. SEE ALSO
claws-mail (1), claws-mail-extra-plugins (1). AUTHOR
claws-mail-acpi-notifier was written by Colin Leroy colin@colino.net This manual page was written by Ricardo Mones mones@debian.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. CLAWS-MAIL-ACPI-NOTIFIER(1)

Check Out this Related Man Page

CLAWS-MAIL-BSFILTER-PLUGIN(1)				      General Commands Manual				     CLAWS-MAIL-BSFILTER-PLUGIN(1)

NAME
claws-mail-bsfilter-plugin -- Spam filtering using the bsfilter program. DESCRIPTION
This manual page documents briefly the claws-mail-bsfilter-plugin This manual page was written for the Debian distribution because the original program does not have a manual page. claws-mail-bsfilter-plugin is a plugin (loadable module) for the Claws Mail mailer. Enables spam mails to be feed to bsfilter program so it can learn to filter them out. USAGE
Before using a plugin you must instruct Claws Mail to load it on startup. For this you must go ``Configuration'' menu on main window toolbar, open ``Plugins...'' dialog, click on the ``Load plugin...'' button and select the plugin file, named bsfilter.so, and press the ``Open'' button. SEE ALSO
bsfilter (1), claws-mail (1), claws-mail-extra-plugins (1). AUTHOR
claws-mail-bsfilter-plugin was written by Colin Leroy colin@colino.net This manual page was written by Ricardo Mones mones@debian.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. CLAWS-MAIL-BSFILTER-PLUGIN(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix Mail

I am running DESQTOP on an AIX system and have set up a gateway for mail from DESQTOP to UNIX MAIL. I need a way to connect UNIX MAIL to a WINDOWS 2000 SERVER mail. I have very little knowledge of Unix, so any help would be appreciated. (6 Replies)
Discussion started by: bobmking
6 Replies

2. Cybersecurity

Mail X

Hi there I am looking for some information regarding the use of MAIL X. I need information on how it works and anything that one should be aware of, from a security aspect, when using it. Thanks (1 Reply)
Discussion started by: GW01
1 Replies

3. UNIX for Dummies Questions & Answers

Mail-Configuration

Hi! In which file i can configure my Mail-service, espacially adding new e-mail domains... for example: I want to add xxxxxx@example.com Please help me! Thx! ;) (2 Replies)
Discussion started by: Nusskiller
2 Replies

4. Shell Programming and Scripting

Using $MAIL in ksh

I'm trying to write a menu script in ksh to allow a user to find his/her mail path. Display the mail file path") print -n "Mail File Path: " $MAIL It's not working although it works when I'm simply doing it from the command line. Also, I'm using the same formula to find the shell path... (2 Replies)
Discussion started by: r0mulus
2 Replies

5. OS X (Apple)

mail problem

i have mac os x 2.2 jaguar and Mail wont open any links? When i click on them it just does nothing. does anybody know why/how to fix it? please help me.. thanks, blip (4 Replies)
Discussion started by: Blip
4 Replies

6. Shell Programming and Scripting

how to send a attachment mail in unix

hi, i have the code as below #!/bin/sh MAIL=/usr/bin/Mail Mail_addr="aaa@bb.com" Mail_file="/home/delta/dev/aa.doc" ${MAIL} -s " health check" ${Mail_addr} < ${Mail_file} (6 Replies)
Discussion started by: mail2sant
6 Replies

7. Red Hat

Sendmail fails receiving mail since the IP changed on Redhat Server

Hi, Since i move my Linux Redhat server on another Network with new IP address. WE'RE ABLE TO SEND MAIL OUTSIDE BUT we can not receive any incoming mail. It alway points to the old IP. I updated new IP in /etc/hosts and /etc/sysconfig/network then reboot the system. 10.117.32.20 is an old ip... (3 Replies)
Discussion started by: lamoul
3 Replies

8. Debian

Forward a specific incoming mail to a user

Hi There Not sure if this is the correct place for this. I'm running Sendmail on a Debian box and want to do the following. e-mail comes in from userk@domain.co.za and is destined for usera@mydomain.co.za, but i want all mail from userk@domain.co.za to go to userb@mydomain.co.za. Sendmail... (3 Replies)
Discussion started by: linuxjunkie
3 Replies

9. What is on Your Mind?

Free Open Mail Relay

Any suggestions? Until recently I used care2.com (have dyn IP), but nowthey do not relay any mail at all. Other solutions I found in Googledo not work either. For any help - thanks in advance. (1 Reply)
Discussion started by: Action
1 Replies

10. Solaris

Sun M5K XSCF Mail Report Configuration Issue

Hi, I am now trying to setup XSCF mail reporting for a Sun M5K. There is no mail server here. Each Sun box is both its mail receiver and sender by using mailx. Mailx is working fine on this M5K. XSCF> setsmtp Mail Server : Port : Authentication Mechanism : Reply Address: What should I... (4 Replies)
Discussion started by: aixlover
4 Replies

11. UNIX for Dummies Questions & Answers

Minimal Mail Server Setup for Local Mail Transfer

I am trying to get stored mail out of an old mail client. I figured that the easiest way to do it is with IMAP by logging in with both clients. I can copy the mail to the server from the old mail client, and back down into the new mail client. Rather than using a real mail account on the... (2 Replies)
Discussion started by: nixie
2 Replies

12. UNIX for Dummies Questions & Answers

Stop blinking text after process is complete

Trying to make some blinking text to designate a process taking place. Trying to figure out how when the process is complete how to end the blinking. I could clear out but then I lose any prior output which I don't want. echo "Archiving Files..." printf "\x1b (10 Replies)
Discussion started by: wyclef
10 Replies

13. Debian

Debian fresh install blinking cursor meaning?

Hello, I have downloaded and install debian in computer it is blinking cursor what this mean? (6 Replies)
Discussion started by: Riteshkakkar
6 Replies

14. UNIX for Beginners Questions & Answers

Mail - stops listing after 34 lines with a "?"

Hope all is well with you and yours. I have a quick unix/Linux mail question. I need to get some data from all received mail and load it into the PostgreSQL DB. I use fetchmail to get them from a remote server and they go to /var/mail/abruck There are 2 lines that I need from each email:... (2 Replies)
Discussion started by: abruck
2 Replies

15. UNIX for Advanced & Expert Users

Client was not authenticated to send anonymous mail during MAIL FROM (in reply to MAIL FROM comm

I am having trouble getting mail to work on a red hat server. At first I was getting this message. Diagnostic-Code: X-Postfix; delivery temporarily suspended: connect to :25: Connection refused Then added the port to my firewall. Then I temporarily turned off selinux. I then copied this file... (1 Reply)
Discussion started by: cokedude
1 Replies