Re: [Exim] Exim + TMDA question (again)

Página Inicial
Delete this message
Reply to this message
Autor: Dave C.
Data:  
Para: Todd Jagger
CC: exim-users
Assunto: Re: [Exim] Exim + TMDA question (again)
On Tue, 12 Feb 2002, Todd Jagger wrote:

> Hello. Me again...
>
> Just thought I'd give one more query to the list to see if anyone had
> any ideas about why my Exim is bouncing the confirmation messages for
> TMDA.
>
>
> 2002-02-12 21:44:50 16aqLi-0002f1-00 **
> test-confirm-accept.1013571847.10563.9cde5d@???: unknown
> local-part "test-confirm-accept.1013571847.10563.9cde5d" in domain
> "symboliclink.org"
>
>
> It seems to me that something should be happening during the localuser
> directory (because of the suffixes added per the tmda configs) that's
> not, and therefore Exim is reading the address as a standard
> delivery. If you're at all interested in this please see my previous
> post where I show my pertinent entries in the Exim configuration file
> and the modifications according to the TMDA instructions for Exim.


Uhm.. Perhaps you need to add another director to handle the TDMA stuff?
The regular localuser director isn't going to know what to do with it..

>
> Below is a pasting of a debug session for a confirmation message. You
> can see what's happening there. Maybe someone who's running TMDA
> successfully can do a similar debug run and give some guidance on where
> the problem is in my incoming session.
>
> Thanks for any help offered.
>
> Best,
> Todd
>
>
> ######
> # Exim TMDA debug output
> #
>
> $ /usr/exim/bin/exim -d9 -bt
> test-confirm-accept.1013532268.4992.19585e@???
>
> Exim version 3.33 debug level 9 uid=0 gid=0
> >>>>>>>>>>>>>>>>>>>>>>>>
> Testing test-confirm-accept.1013532268.4992.19585e@???
> search_open: lsearch "/usr/exim/aliases/domains"
> search_find: file="/usr/exim/aliases/domains"
>    key="symboliclink.org" partial=-1
> LRU list:
>    7/usr/exim/aliases/domains
>    End
> internal_search_find: file="/usr/exim/aliases/domains"
>    type=lsearch key="symboliclink.org"
> file lookup required for symboliclink.org
>    in /usr/exim/aliases/domains
> lookup yielded:
> symboliclink.org in local_domains? yes (matched
> lsearch;/usr/exim/aliases/domains)
> symboliclink.org in percent_hack_domains? no (end of list)
> address test-confirm-accept.1013532268.4992.19585e@???
>    local_part=test-confirm-accept.1013532268.4992.19585e
> domain=symboliclink.org
>    domain is local

> >>>>>>>>>>>>>>>>>>>>>>>>
> directing test-confirm-accept.1013532268.4992.19585e@???
> calling system_aliases director
> df_lookup entered: search type = lsearch
> system_aliases director: lsearch
> key=test-confirm-accept.1013532268.4992.19585e
>    file="/etc/aliases"
> search_open: lsearch "/etc/aliases"
> search_find: file="/etc/aliases"
>    key="test-confirm-accept.1013532268.4992.19585e" partial=-1
> LRU list:
>    7/etc/aliases
>    7/usr/exim/aliases/domains
>    End
> internal_search_find: file="/etc/aliases"
>    type=lsearch key="test-confirm-accept.1013532268.4992.19585e"
> file lookup required for test-confirm-accept.1013532268.4992.19585e
>    in /etc/aliases
> lookup failed
> system_aliases director declined for
> test-confirm-accept.1013532268.4992.19585e:
> calling userforward director
> userforward director declined for
> test-confirm-accept.1013532268.4992.19585e (not a user)
> calling localuser director
> localuser director declined for
> test-confirm-accept.1013532268.4992.19585e: no such user
> search_open: lsearch "/usr/exim/aliases/domains"
>    cached open
> search_find: file="/usr/exim/aliases/domains"
>    key="symboliclink.org" partial=-1
> LRU list:
>    7/usr/exim/aliases/domains
>    7/etc/aliases
>    End
> internal_search_find: file="/usr/exim/aliases/domains"
>    type=lsearch key="symboliclink.org"
> cached data used for lookup of symboliclink.org
>    in /usr/exim/aliases/domains
> lookup yielded:
> symboliclink.org in "lsearch;/usr/exim/aliases/domains"? yes (matched
> lsearch;/usr/exim/aliases/domains)
> virtual director has more set FALSE
> calling virtual director
> df_lookup entered: search type = lsearch
> virtual director: lsearch*
> key=test-confirm-accept.1013532268.4992.19585e
>    file="/usr/exim/aliases/symboliclink.org-aliases"
> search_open: lsearch "/usr/exim/aliases/symboliclink.org-aliases"
> search_find: file="/usr/exim/aliases/symboliclink.org-aliases"
>    key="test-confirm-accept.1013532268.4992.19585e" partial=3071
> LRU list:
>    7/usr/exim/aliases/symboliclink.org-aliases
>    7/usr/exim/aliases/domains
>    7/etc/aliases
>    End
> internal_search_find: file="/usr/exim/aliases/symboliclink.org-aliases"
>    type=lsearch key="test-confirm-accept.1013532268.4992.19585e"
> file lookup required for test-confirm-accept.1013532268.4992.19585e
>    in /usr/exim/aliases/symboliclink.org-aliases
> lookup failed
> trying to match *
> internal_search_find: file="/usr/exim/aliases/symboliclink.org-aliases"
>    type=lsearch key="*"
> file lookup required for *
>    in /usr/exim/aliases/symboliclink.org-aliases
> lookup failed
> virtual director declined for
> test-confirm-accept.1013532268.4992.19585e:
> test-confirm-accept.1013532268.4992.19585e@??? is
> undeliverable:
>    unknown local-part "test-confirm-accept.1013532268.4992.19585e" in
> domain "symboliclink.org"
> search_tidyup called

>
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
>


--