I have installed tmda 0.84 and started the program with /usr/local/tmda/bin/tmda-ofmipd -R pop3 -p mail.elmit.com:8025 (mail is the local machine)
I can telnet to mail on port 8025, but when I use the Windows machine to use port 8025 as my smtp server, than I am asked for the password, but it does not accept the password.
Can anybody give me a hint at this point, please?
Further, what do I need to setup in the configuration files for it? I use global installation. I attach the entire tmdarc file below, as well as the users outgoing filter. Maybe you can spot some other enhancements as well. I switched from Sendmail to qmail a while back, so some parts are commented because it was used for sendmail, or I tried it !!! Thanks!
/etc/tmdarc:
# -*- python -*-
# sample.config - Sample configuration file for TMDA. # # See http://tmda.net/config-vars.html for descriptions of all # the available options. # # NOTE: ~/.tmda/config must be chmod 400 or chmod 600 !
######################################################### # qmail/Courier required variables; required only for # qmail/Courier users # # (none at this time) # #########################################################
################################################################# # Non-qmail/Courier required variables; required only for # non-qmail/Courier users # # Uncomment one line from each section. # # Please read http://tmda.net/config-vars.html for more information # on these variables. #################################################################
#MAIL_TRANSFER_AGENT = "exim" #MAIL_TRANSFER_AGENT = "postfix" #MAIL_TRANSFER_AGENT = "sendmail"
#RECIPIENT_DELIMITER = "-" #RECIPIENT_DELIMITER = "+"
#DELIVERY = "~/Maildir/" #DELIVERY = "~/Mailbox" #DELIVERY = "/var/mail/jasonrm" #DELIVERY = "|/usr/bin/maildrop" #DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda" #DELIVERY = "[EMAIL PROTECTED]"
# email parts #HOSTNAME = "elmit.com"
# Allow group access to critical files
# import Util
ALLOW_MODE_640 = 1 #os.umask(0027) # DATADIR = "/home/%s/.tmda" % os.environ["USER"]
# ACTION_OUTGOING = "bare"
BARE_APPEND = os.path.expanduser("~/.tmda/lists/confirmed")###################################################################### # No other variables are required, but you may be interested in # further customization. See http://tmda.net/config-vars.html for # more information on the other available configuration variables. # # Here are examples of some recommended configuration variables. ######################################################################
CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/confirmed")
LOGFILE_DEBUG = os.path.expanduser("~/.tmda/logs/debug")
LOGFILE_INCOMING = os.path.expanduser("~/.tmda/logs/incoming")
LOGFILE_OUTGOING = os.path.expanduser("~/.tmda/logs/outgoing")# Not sure what risk it is: OUTGOINGMAIL = "sendmail" #OUTGOINGMAIL = "sendmail" ACTION_INCOMING = "confirm"
# TMDA-CGI CGI_ACTIVE = 1 CGI_URL = "http://www.elmit.com/tmda/index.cgi" PENDING_BLACKLIST_APPEND = os.path.expanduser("~/.tmda/lists/blacklist") PENDING_WHITELIST_APPEND = os.path.expanduser("~/.tmda/lists/confirmed")
# Define X-Primary-Address key for TMDA-to-TMDA communications
#ADDED_HEADERS_SERVER = { "X-Primary-Address": "[EMAIL PROTECTED]" %
os.environ["USER"] }
#ADDED_HEADERS_SERVER = { "X-Primary-Address:" "[EMAIL PROTECTED]" }
# "X-Primary-Address": "[EMAIL PROTECTED]" % os.environ["USER"],
# "X-Localtime": time.asctime()
# }
# (os.environ["USER"], Util.gethostname()) }
ADDED_HEADERS_CLIENT = { "X-Primary-Address": "[EMAIL PROTECTED]" %
os.environ["USER"] }.../filters/outgoing:
to-file ~/.tmda/lists/whitelist tag envelope dated=10d from bare to-file ~/.tmda/lists/confirmed tag envelope dated=10d from bare to * tag envelope dated=10d reply-to dated from bare=append
What does "to *" means?? I want that all whitelisted and confirmed should not have a tagged (dated) addresses, especially for lists!
bye
Ronald
Ronald Wiplinger (CEO of ELMIT) http://www.elmit.com +886 (0) 915 653-452 - I'm a SpamCon Foundation Member, #694, Verify it at http://www.spamcon.org
_____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
