On Fri, 14 Mar 2008, Vincent Stemen wrote: > > Thanks for the suggestion. No, there is no further debug output when it > attempts delivery. Here is everything it output.
You aren't injecting the message using SMTP, which is why your debug output is useless. Get whatever is injecting the message to pass in debugging flags. If you can't do that, set queue_only=true and queue_only_override=false in your Exim configuration, and use exim -d -M ... to trigger a debugging delivery of the relevant message. That should show you what the problem is. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
