Hi all, I've to use maildrop in last AGENT DELIVERY ... But when my mailbox gets full, maildrop doesn't return the message to sender with a MAILBOX FULL message. It simple DEFERRED the message. Below are my config and log/debug file I appreciate any help.
Thanks in Advance, -------------------------------- CONFIG FILE --------------------------------------- # -*- 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 = "~/Mailbox" #DELIVERY = "/var/mail/jasonrm" DELIVERY = "|/usr/local/courier/bin/maildrop -A 'ANTISPAM: YES' -w 90 -d %s%s %s %s %s %s" % (os.environ["USER"], os.environ["NEXTHOP"], os.environ["RECIPIENT"], os.environ["USER"], os.environ["EXTENSION"], os.environ["NEXTHOP"]) #DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda" #DELIVERY = "[EMAIL PROTECTED]" #DELIVERY = "~/Maildir/" ###################################################################### # 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") --------------------------------------------------------- LOGS/DEBUG FILE ----------------------------------------------------------------------- -- Uncaught Python 2.3.4 Exception (Wed May 18 10:45:32 2005): ----------------------------------------------------------- Traceback (most recent call last): File "/antispam/tmda/bin/tmda-filter", line 53, in ? execfile(os.path.join(execdir, 'tmda-rfilter')) File "/antispam/tmda/bin/tmda-rfilter", line 891, in ? main() File "/antispam/tmda/bin/tmda-rfilter", line 856, in main mta.deliver(msgin) File "./TMDA/MTA.py", line 59, in deliver File "./TMDA/Deliver.py", line 125, in deliver File "./TMDA/Deliver.py", line 170, in __deliver_program File "./TMDA/Util.py", line 395, in pipecmd IOError: failure delivering message to command "/usr/local/courier/bin/maildrop -A 'ANTISPAM: YES' -w 90 -d [EMAIL PROTECTED]" (command "/usr/local/courier/bin/maildrop -A 'ANTISPAM: YES' -w 90 -d [EMAIL PROTECTED]" exited 77 (maildrop: maildir over quota.)) Gleidson Antonio Henriques _____________________________________________ tmda-users mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-users
