Re: [exim] Recipient Verification Bypassed

Góra strony
Delete this message
Reply to this message
Autor: Rical Jasan
Data:  
Dla: exim-users
Temat: Re: [exim] Recipient Verification Bypassed
On 12/01/2016 12:11 AM, Heiko Schlittermann wrote:
> Hi,
>
>> > On 11/28/2016 11:51 PM, Heiko Schlittermann wrote:
> ...
>>> > >     lmtp_transport:
>>> > >         driver = smtp
>>> > >         protocol = lmtp
>>> > >         socket = /run/dovecot/lmtp # or whatever
>>> > >         …
> Sorry for the confusion, I checked my config not good enough.
> I cut some experimental snipped.

>
>     lmtp_transport:
>         driver = smtp
>         protocol = lmtp
>         hosts = localhost
>         allow_localhost

>
> is better :)


That works, after adding the inet_listener to Dovecot. Thank you!

I did have a problem with "hosts = localhost", though:

23:50:31 16287 no IP address for host name localhost: skipping

which resulted in a defer. I had to use 127.0.0.1 (which then appeared
to incur a DNS lookup on that as though it were a name...). Exim
/should/ be able to resolve the name "localhost":

$ cat /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4
localhost4.localdomain4
::1         localhost localhost.localdomain localhost6
localhost6.localdomain6


>> > 2016-11-30 15:25:56 [13335] Exim configuration error in line 855 of
>> > /usr/local/etc/exim.conf:
>> > option "socket" unknown
> I'm working in it..


What about a private option for the lmtp transport that told Exim to
follow through with callouts? Something like force_callouts.

Rical