Tuesday, July 6, 2010

Using procmail with postfix to filter mail

Look in /etc/postfix/main.cf
Look for this line ( change to this ):


mailbox_transport = procmail
mailbox_command = /usr/bin/procmail -t -a "$EXTENSION"

Create/Edit ~/.procmailrc


PATH=$PATH:/bin/:/procmail/bin:/usr/bin:$HOME/procmail/bin
SHELL=/bin/bash
DEFAULT=/var/mail/prm
MAILDIR=$HOME/
LOGFILE=$HOME/procmail/log/procmail.log
:0:
*
| $HOME/procmail/bin/poster.sh

Proxmox installation display out of range

Reference:  https://forum.proxmox.com/threads/proxmox-ve-screen-out-of-range.131297/