On 2006-04-28 17:50, Efren Bravo <[EMAIL PROTECTED]> wrote: > Hi, > > To store the users' mails on the server each one > into separate file I've installed procmail v3.22 > from ports and unpacked it to add "/" to > MAILSPOOLSUFFIX var inside /src/authenticate.c > file and I rebuilt and installed it again. > > #ifndef MAILSPOOLSUFFIX > #define MAILSPOOLSUFFIX "/" /* suffix > to force maildir or MH style */ > #endif > > but it doesn't work. > > What I missing? > Some suggestion?
Is your Sendmail setup configured to use procmail for local email delivery? If not, you need to do that, and add your local system-wide procmail options or filters to `/usr/local/etc/procmailrc'. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
