John Peacock said the following on 14/01/2006 23:06:
> 
> my $more_relay_clients = $self->qp->config("morerelayclients", "map");
> 

That didn't work for me.

I used:

    # map to cdb file containing valid local email addresses
    my $validrcptto = $self->qp->config( 'validrcptto', 'map' )
      || return DECLINED;

...with the file validrcptto.cdb in config.

Not sure why. I reverted to explicitly tieing the file to a hash.

R.
-- 
http://robinbowes.com

If a man speaks in a forest,
and his wife's not there,
is he still wrong?

Reply via email to