Hi,

 I've just set up a new domain in my qmail/vpopmail installation, and
created a user-account, where tmda has been configured to process incoming
mail.

The user's .username file (in /home/vpopmail/domains/domain.com) looks like

|preline /home/vpopmail/tmda/bin/tmda-filter -c
/home/vpopmail/domains/domain.com/user.name/.tmda/config
/home/vpopmail/domains/domain.com/user.name

The contents of the config file:

FULLNAME="User Name"
USERNAME="User.Name"
HOSTNAME="domain.com"
LOGFILE_DEBUG="/var/log/tmda/tmda-debug2.log"
LOGFILE_INCOMING="/var/log/tmda/tmda-in2.log"
LOGFILE_OUTGOING="/var/log/tmda/tmda-out2.log"
CRYPT_KEY_FILE="/home/vpopmail/domains/domain.com/user.name/.tmda/crypt_key"
DATADIR="/home/vpopmail/domains/domain.com/user.name/.tmda/"
TEMPLATE_DIR="/home/vpopmail/domains/domain.com/user.name/.tmda/templates/"
TIMEOUT="7d"
BOUNCE_ENV_SENDER="[EMAIL PROTECTED]"
CONFIRM_APPEND="/home/vpopmail/domains/domain.com/user.name/.tmda/lists/conf
irmed"

The filters/incoming has:

# Drop all messages for the spambounce account
to [EMAIL PROTECTED] drop
# Always requires confirmations for suspected SPAM
headers 'X-Spam-Status: Yes, .*' confirm
size >10000000 exit

The wierd part is, that nothing at all is logged in the logfile - which
somehow indicates, that tmda never is called - but the mail is delivered
directly to the user's Maildir folder ??

Regards,

/Brian

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to