Re: [exim] exim -bt not working

Góra strony
Delete this message
Reply to this message
Autor: Heiko Schlittermann
Data:  
Dla: exim-users
Temat: Re: [exim] exim -bt not working
Alvaro Lacerda <alacerda@???> (Mi 05 Apr 2017 18:16:55 CEST):
> Hi Heiko,
>
> Thanks for the info and help. I installed exim from the yum command from a
> Centos 7.3.1611 machine.
>
> I talked to one of my coworkers and figured out that I was missing the sql
> plugin for exim, so that's all-set and I'm able to run *exim -bt*
> foo@??? and get a route/path result.
>
> But now I'm running into a different issue, my email is just stuck on
> /var/spool/exim.in/input . I'm not sure what I'm missing here.


    exim -Mvl <spool-id>


should give you some hints about the reason for being stuck. Maybe you
can post the output here. And, additionally, try to force the delivery:

    exim -v -M <spool-id>


and post the output

> Exim version 4.89 #1 built 10-Mar-2017 12:38:46


> Support for: crypteq iconv() IPv6 PAM Perl Expand_dlfunc TCPwrappers OpenSSL
> Content_Scanning DKIM DNSSEC Event OCSP PRDR TCP_Fast_Open
> Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmjz
> dbmnz dnsdb dsearch ldap ldapdn ldapm nis nis0 nisplus passwd sqlite


As I learned now, the dynamic lookup do not show up here.

>
> *exim -bP*


    exim -bP config


creates better output here, and you posted your MySQL password, and
the interesting part, the routers are not shown.


--
Heiko