venerdì 31 gennaio 2014

Scaricare mail con fetchmail e forwardarle tramite procmai

Creare il file /etc/fetchmail_proc_rc:

set no bouncemail
defaults:
  antispam -1
  batchlimit 100
poll SERVER_DI_POSTA with protocol imap
user NOME_UTENTE password PASSWORD is root
ssl
sslproto SSL3
fetchall
keep
no rewrite
no fetchall
mda "/usr/bin/procmail /etc/procmailrc.fetch -f %F -d %T";

Creare il file /etc/procmailrc.fetch:

:0
* .*
{
    :0 c
    $DEFAULT

    :0 
    !INDIRIZZO1@DOMINIO INDIRIZZO2@DOMINIO
}

Testare il tutto lanciando il comando:

fetchmail -f /etc/fetchmail_proc_rc

Inserire il lancio su crontab:

*/5 * * * * /usr/bin/fetchmail -f /etc/fetchmail_proc_rc >/dev/null 2>&1

venerdì 17 gennaio 2014

Scontornare una immagine con GIMP

Una guida facile facile per scontornare le immagini utilizzando GIMP: