Archive for the 'Mailing' Category

OpenRelay

Introducing of two different examples to check your E-Mail-Server for an open relay.
Open relay is an E-Mail server configured in such a way that it allows anyone Continue reading ‘OpenRelay’

Roundcube remove server field

Roundcube is web based open source multiuser IMAP client, yesterday I upgraded my older installation to a new stable version 0.8.2.

After successfully installation I was able to see a new redesigned login window with stupid server field. Continue reading ‘Roundcube remove server field’

Mutt: bouncing messages


Situation: you need to bounce some messages from one user to another or to a mailing list.
Criteria: the sender should be real and without changes on the message

1
aptitude install mutt

…if not installed.

Open your Maildir with mutt:

1
mutt -f /home/info/Maildir/

Tag messages with: t

Bounce tagged messages with: ;b
Now enter a address of recipient and accept the bounce process with yes

Cleanup Maildir alias Self-Spammer

Created a really ugly cron to check PPPoE-Connection status which runs every minute. This script produced over 500+ E-Mails in my Maildir.

This command will do the dirty cleaning job and let your fingers relaxed;) Continue reading ‘Cleanup Maildir alias Self-Spammer’

Mail command

My tiny mail-command collection of the very important administrator mail command.
You can test E-Mail-Server create scripts with this useful command or send yourself some notifications.

The simplest one: Continue reading ‘Mail command’