Navigation:  Software >

Tuxmail

Previous pageReturn to chapter overviewNext page

Tuxmail

TUXMAIL

 

With TuxMail you are able to check up to 10 POP3-Email

Accounts directely via your DBOX2 and show informations like Date,

Time, Sender and Subject on your TV-screen and also a short

Information on your LCD . The Feature to read emails or to write

emails is not planned for the future !

 

The program is made out of 2 parts:

 

the demon (tuxmaild), wich is running in the background and at a

pre-defined time checks for new mail or deletes mail

 

the Plugin (tuxmail.so + tuxmail.cfg), wich will sort the Information on the different accounts and displays these on the TV or LCD.

 

As soon as the demon finds a new mail you will recieve a optical Information (and optional a audible) to signal the arrival of new emails.This can happen automatically or manual.

 

img_63

 

 

Entry                       Meaning                                                              Value                          Standard

 

STARTDELAY      

Waiting time until the demon starts to check accounts

(The GUI needs a while to start)      

15...60 Seconds

30

INTERVALL

Pause in between the demon checks accounts      

5...60 Minutes

15

POP3LOG

Save protocol of the Server Connection (/tmp/tuxmaild.log)      

Y / N

Y

LOGMODE      

Protocol mode (last session / all session)                      

S / A

S

SAVEDB      

Mail-DB save after closing/restore when starting

Y / N

Y

AUDIO

Audible Information

Y / N

Y

VIDEO      

Visual Information (Message: must be confirmed via Remote)

(Popup closes after a while on it’s own)

1 = Start Plug-in

2 = Enigma Popup

3 = Neutrino Message

4 = Neutrino Popup

1

WEBPORT

Port of the Web servers (communication TuxMailD <-> GUI Enigma/Neutrino)

1...65535

80

WEBUSER

Username for access to web server

Up to 32 letters/digits

empty

WEBPASS

Password for access to web server

Up to 32 letters/digits

empty

NAME

Name of the Account in the Plug-in

Up to 32 letters/digits

empty

HOST

Mailserver (example pop.hotmail.com)

Up to 64 letters/digits

empty

USER

Username to access your mail account

Up to 64 letters/digits

empty

PASS

Password to access your mail account

Up to 64 letters/digits

empty

 

The entrys "STARTDELAY", "INTERVALL", "POP3LOG", "LOGMODE", "SAVEDB", "AUDIO",

"VIDEO" and "WEBxxxx" are global and they do not net to be entered for every single account !!

 

For "?" in "NAME", "HOST", "USER" and "PASS" are values from 0...9 possible. If there are less then ten

accounts you can keep the other ones free.

 

Configurationsexample "tuxmail.conf"

 

STARTDELAY=30

INTERVALL=15

POP3LOG=Y

LOGMODE=L

SAVEDB=Y

AUDIO=Y

VIDEO=1

WEBPORT=80

WEBUSER=

WEBPASS=

NAME0=Account name

HOST0=Mail server

USER0=Name

PASS0=Password

 

Activate Spamfilter

To get rid of the usual Spam Emails the Spamfilter can be activated within the Box. The File spamlist in

the directory /var/tuxbox/config/tuxmail is responsible for thsi and must be made or edited and can

include up to 100 unwanted full email or parts of email addresses. This can happen automatically via the

Plugin .

The deleting from the Mail Server happenes without any further question or confirmation!

Example: one line just with "@" or "." deletes EVERY mail..

Configurationsexample "spamlist"

neu@web.de

mailings@gmx

USAGE

To start the Plug-in in Neutrino press [BLUE] Key and then choose the Entry "E-Mail".

The Plug-in shows now Account #0 (or if there is new Mail it shows the account with the new Mail) .

Every Email is highlighted in a different colour as such:

 

img_64This is a new Mail that has arrived since last checked

 

img_65This mail was already there since the last check

 

img_66This mail will be deleted when the account is checked next

 

Choose Account

With [+] [-] / [VOLUME +] [VOLUME -] Keys you can choose your account or jump directely via the

Number Keys [0]...[9].

Delete Mail

With [UP] [Down] Key you can choose the nextMail and with [OK] mark it to delete.

Pressing [OK] again de-selects the Mail again. Pages can be accessed via [Right] [Left]

Keys.

All Mails in a account can be deleted with [RED], New ones with [GREEN] and old

ones with [YELLOW]. The marking of the Emails can be removed again by pressing the

keys.

If you leave the plug-in all the settings will be saved but only executed when the Mail

demon is connected the next time.

Expand the Spamfilter

With the [BLUE] Key the actual selected Email (Sender Address) will be added to the

Spam List. If there was no Spam list before there will be one created automatically . Also

will this email be highlighted to be deleted. If there are already Emails of this sender in

the Database you will have to delete them manually.

 

EXTRAS:

 

Using Tuxmail when DBox is in Standby and see new Mails on LCD

 

To make this work you will need to files on the dbox in /var/tuxbox/config

 

standby.on

if [ -e /tmp/tuxmaild.pid ]; then kill -usr2 $(cat /tmp/tuxmaild.pid); fi

standby.off

if [ -e /tmp/tuxmaild.pid ]; then kill -usr1 $(cat /tmp/tuxmaild.pid); fi

 

 

Copyright © <05.01.2006>, < PT-1> Last Changes 15.04.2008