procmail
[Top] [All Lists]

Re: Making procmail deliver outside of my home directory

2008-01-26 07:14:00
Ray Van Dolson wrote:

Hi all, I'm using procmail 3.22 (comes with CentOS 5) and am running
into an issue trying to tell procmail to deliver my messages to a
Maildir style mailbox outside of my home directory:

MAILDIR=/var/mail/vhosts/bludgeon.org/rayvd/Maildir/

MAILDIR should never be set with a value ending in a slash (only 1 exception:
the root-directory).


DEFAULT=$MAILDIR

So that should be
  DEFAULT=$MAILDIR/
(if you want maildir-type delivery)


SHELL=/bin/bash

That should be
  SHELL=/bin/sh

-- 
Affijn, Ruud

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>