> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Fred Viles > > On 20 Jul 2005 at 7:51, Louie Miranda wrote about > "[exim] Re: equivalent of receiver_t": > > | can anyone help me? > > exim 3 knowledge is dwindling on this list. Many of us don't > have any at all (myself included). So, what does > receiver_try_verify do, exactly? > > - Fred >
"receiver_verify Type: boolean Default: false "When this option is set, the addresses of recipients received from a remote host are verified as they are received, provided the sending host matches receiver_verify_hosts, the incoming address matches receiver_verify_addresses, and the sender address matches receiver_verify_senders, if either of the last two are set. "If an address is invalid, an incoming SMTP call gets an error response to the RCPT command. If an address cannot immediately be verified, a temporary error code is given. The receiver_try_verify option is less severe: it operates in the same way, except that an address is accepted if it cannot immediately be verified. Verification failures are logged." The equivalent would appear to be "verify = recipient/defer_ok", which is an ACL statement rather than a general setting. - Mark -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
