Hi All,

I'm running Courier 0.57.1 & TMDA 1.1.9. I am also behind a pix firewall.

My current problem is that released mail goes to /var/spool/mail and NOT into 
my mailbox via 
maildrop. However, if an address is in my whitelist, maildrop does pick it up 
properly
and it goes into my inbox as it's supposed to.

can anyone take a look at see what I'm going wrong?  I don't understand why 
released messages
are going to one place when it's stopped, but not when it's not stopped.  is 
there some header
re-writes and etc I need to look at?


# more config
# -*- python -*-

# ~/.tmda/config
#
# TMDA configuration file.  See
# http://wiki.tmda.net/ConfigurationVariables for descriptions of all
# the available options.

########################################################
# Required settings.  One from each section is required.
########################################################

MAIL_TRANSFER_AGENT = "qmail"
#MAIL_TRANSFER_AGENT = "postfix"
#MAIL_TRANSFER_AGENT = "exim"
#MAIL_TRANSFER_AGENT = "sendmail"

RECIPIENT_DELIMITER = "-"
#RECIPIENT_DELIMITER = "+"

#DELIVERY = "~/Mailbox"
#DELIVERY = "/var/mail/%s" % os.environ.get("USER")
#DELIVERY = "~/Maildir/"
DELIVERY = "|/usr/lib/courier/bin/maildrop"
#DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda"
#DELIVERY = "[EMAIL PROTECTED]"

####################################################
# Optional settings.
# Here are some recommended configuration variables.
####################################################

CONFIRM_APPEND = "~/.tmda/lists/whitelist"
BOUNCE_ENV_SENDER = "[EMAIL PROTECTED]"

ACTION_OUTGOING = "bare=append"
BARE_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")

#LOGFILE_INCOMING = "~/.tmda/incoming.log"
#LOGFILE_OUTGOING = "~/.tmda/outgoing.log"
LOGFILE_DEBUG = "~/.tmda/debug.log"

PENDING_DIR = "~/Maildir/.Pending"
PENDING_QUEUE_FORMAT = "maildir"



_____________________________________________
tmda-users mailing list (tmda-users@tmda.net)
http://tmda.net/lists/listinfo/tmda-users

Reply via email to