"YOON, Joo-Yung" <[EMAIL PROTECTED]> writes:

> After the tmda was installed and configured, 
> no emails are getting at my box, even whitelist emails.
> 
> The tmda version is 0.83.
> And my config and .qmail are as follows.
> Could you take a look at them, and make a comment?
> 
> 1. ~/.qmail
> 
> |preline
> /usr/local/tmda-0.83/bin/tmda-filter
> ./maildir/

Is this three lines, or two?

> 2. ~/.tmda/config
> 
> # NOTE: ~/.tmda/config must be chmod 400 or chmod 600 !
> FILTER_INCOMING = '~/.tmda/filters/incoming'
> FILTER_OUTGOING = '~/.tmda/filters/outgoing'

If you want to use the '~' character, you need to make those two lines
look like this:

FILTER_INCOMING = os.path.expanduser('~/.tmda/filters/incoming')
FILTER_OUTGOING = os.path.expanduser('~/.tmda/filters/outgoing')

However, since those paths are the default paths, you can remove both
lines and TMDA will look in the right place.

> CONFIRM_APPEND = os.path.expanduser('~/.tmda/lists/confirm-append')
> LOGFILE_INCOMING = os.path.expanduser('~/.tmda/logfiles/logfile-incoming')
> LOGFILE_OUTGOING = os.path.expanduser('~/.tmda/logfiles/logfile-outgoing')
> PENDING_CLEANUP_ODDS = 0.01
> PENDING_DELETE_APPEND = os.path.expanduser('~/.tmda/lists/blacklist')
> PENDING_LIFETIME = "1W" # messages can live for 1 week
> PENDING_RELEASE_APPEND = os.path.expanduser("~/.tmda/lists/released-addresses")

This looks fine.


Tim

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

Reply via email to