On Jan 9, 2006, at 6:50 PM, Robin Bowes wrote:
my $validrcptto_file = '/var/qpsmtpd/0.31.1/config/ validrcptto.cdb';
Something like
my $validrcptto = $self->config('validrcptto', 'map');
should set validrcptto to a tied hash accessing your cdb file.
(yeah, the "map" parameter isn't the most logical).
- ask
--
http://www.askbjoernhansen.com/
