I'm having lots of "issues" upgrading to 6.0b3. This is the most important:
What is the default mailbox for 6.0b3?
I've installed spamassassin and the dungog user-panel rpm's, which enable procmail to process the incoming mail. Filtering via the procmail rules is working, except I'm not seeing any messages in my inbox or my junkmail folder. All the other folders are getting mail properly.
My procmail file has this:
# ---------------------------------------
# Default Shell, Program & file locations
# ---------------------------------------
SHELL=/bin/bash
DEFAULT=$HOME/Maildir/
FORMAIL=/usr/bin/formail
MAILDIR=$HOME/Maildir/
PMDIR=$HOME
SENDMAIL=/usr/sbin/sendmail
# ------------
# some logging
# ------------
VERBOSE=no
LOGFILE=$HOME/procmail.log
# -------------------------------
# SpamAssassin Router
# -------------------------------
:0fw
| /usr/bin/spamc
# ----------------------
# start of user recipies
#
:0
* ^TO_.*security-management
$MAILDIR/;security-management/
:0
* ^TO_.*backuppc-users
$MAILDIR/;backuppc-users/
# -------------------------------
# Spamassassin sort to junkmail
# -------------------------------
:0
* ^X-Spam-Status: Yes
$MAILDIR/junkmail/
# --------------------------
# all else goes to the inbox
# --------------------------
:0
$DEFAULT
Should I change the following to the new ;directory's?:
DEFAULT=$HOME/Maildir/;INBOX
and
# -------------------------------
# Spamassassin sort to junkmail
# -------------------------------
:0
* ^X-Spam-Status: Yes
$MAILDIR/;junkmail/