On Monday 21 August 2006 19:41, Customer Support took the opportunity to say: > We're using mysql to select specific forwarding/storage data for exim with > the last two routers shown below which act as a 'catchall' and a wildcard > forwarder. > > The problem we've got is that if a customer has set up say [EMAIL PROTECTED] > but not their * wildcard and someone emails [EMAIL PROTECTED] then rather than > being rejected we're seeing "stat=Deferred: 451 Temporary local problem - > please try later" > > The server logs showing > temporarily rejected RCPT [EMAIL PROTECTED]: MYSQL: no data found
If a lookup returns no records, the data should become the empty string,
causing the router to decline. If all routers decline, verify = recipient
will yield failure and the RCPT command will be rejected (550). Your problem
may lie elsewhere. Try "exim -d -bt [EMAIL PROTECTED]" and see what leads up to
the temporary local problem.
--
Magnus Holmgren [EMAIL PROTECTED]
(No Cc of list mail needed, thanks)
pgpv8B9nYjcAl.pgp
Description: PGP signature
-- ## 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/
