"Jason R. Mastaler" <[EMAIL PROTECTED]> writes: > I can't reproduce this problem. os.umask(012) in my /etc/tmdarc causes > pending messages to be written with mode 664, and otherwise no > changes. > > Can you post the full contents of your /etc/tmdarc file?
Here you go.... # -*- python -*- # tmdarc - Configuration file for TMDA. # # # /etc/tmdarc and ~/.tmdarc are interpreted as executable Python code. # See the Python documentation for more on Python syntax: # <URL:http://www.python.org/doc/current/> # # NOTE: ~/.tmdarc must be chmod 400 or chmod 600 ! # # See the "User configurable settings" section of TMDA/Defaults.py for # more information on all the variables below. # # Any variable set here overrides the default value set in # Defaults.py. #OS.UMASK(012) MAIL_TRANSFER_AGENT = "exim" DELIVERY = "~/Maildir/" RECIPIENT_DELIMITER = "-" SMTPHOST = "starr01.xxxx.xxxx" <- removed HOSTNAME = "xxxx.xxxxx.xxxxx" <- removed # Dont use qmail virtual domains USEVIRTUALDOMAINS = 0 FILTER_INCOMING = "/usr/share/tmda/incoming" FILTER_OUTGOING = "/usr/share/tmda/outgoing" LOGFILE_INCOMING = "/usr/share/tmda/incoming.log" LOGFILE_DEBUG = "/usr/share/tmda/debug.log" CONFIRM_APPEND = "/usr/share/tmda/lists/whitelist_confirmed" X_TMDA_IN_SUBJECT = 1 # Default number of days for dated messages TIMEOUT = "14d" CONFIRM_ACCEPT_NOTIFY = 0 _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
