On 3 October 2012 09:30, Ray Reuter <span dir="ltr"><<a href="mailto:ray.reuter@gmail.com" target="_blank">ray.reuter@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div>I am feeling confident it is a something simple but I am just missing it. You have all been great and hopefully someone may realize what I am missing.</div></blockquote><div><br></div><div>Postfix doesn't run procmail by default, and instead delivers directly to a mailbox.  So procmail needs to be enabled for .procmailrc to be used.  Do this by setting mailbox_command to /usr/bin/procmail (in <a href="http://main.cf">main.cf</a>) and reloading postfix.</div>

<div><br></div><div>You might be able to get this to work per-user (and without changing postfix) by creating a .forward file containing a suitable pipe command, as shown in the procmail man page:</div><div><br></div><div>

<div>       "|IFS=' '&&p=/usr/bin/procmail&&test -f $p&&exec $p -Yf-||exit 75 #YOUR_USERNAME"</div></div><div><br></div><div>J</div><div><br></div></div>