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 11/28/2016 11:51 PM, Heiko Schlittermann wrote:
> In your case callout verification probably doesn't work, as long as you
> use driver=lmtp, because callouts are done only for *remote* deliveries,
> and LMTP isn't considered remote. Though, there is some trick
>
>     lmtp_transport:
>         driver = smtp
>         protocol = lmtp
>         socket = /run/dovecot/lmtp # or whatever
>         …


That makes sense when you frame the issue that way. There is one
problem with your nifty trick, though:

# exim -bV
Exim version 4.87 #17 built 20-Sep-2016 02:00:04
Copyright (c) University of Cambridge, 1995 - 2016
(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007
- 2016
Probably GDBM (native mode)
Support for: crypteq iconv() IPv6 GnuTLS Content_Scanning DKIM DNSSEC
Event I18N OCSP PRDR
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch dbm dbmjz
dbmnz dnsdb
Authenticators: plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
2016-11-30 15:25:56 [13335] Exim configuration error in line 855 of
/usr/local/etc/exim.conf:
option "socket" unknown

The transport:

lmtp:
driver = smtp
protocol = lmtp
socket = /var/local/run/dovecot/lmtp
batch_max = 32


Rical