enricorossi.org

Enrico Rossi


Articles tagged with mail

Mail notify with procmail

Tags: mail, notify, procmail, tips

Notify-send and procmail to get new email notification.

I don't want to use/install mail-notification software for the simple task to notify when a new mail arrives. Consider also that my Incoming mail chain is:

fetchmail -> procmail -> mh_folders

so I added this config to my procmail config file.

:0hc
|grep …
Read more...

fake SMTP client and server

Tags: howto, linux, mail, server, tips

This is a quick tips to simulate a fake mailserver useful if you want to test and application which send emails.

You need netcat (nc) software installed and no email server active on the port 25.

In order to open the privilege port 25 I use the root user. The …

Read more...