bug-mailfromd
Re: [Bug-mailfromd] renaming greylist to greylist-manual.gdbm
Marc <marc@xxxxxxxxxxxxxxxxx> ha escrit:
> Is it possible for me to rename/use different database. I am more and
> more deviating from the standard greylisting
If so it may be better not to use standard greylisting at all. Why not
write your own functions instead.
> But I am not allowed to create something like this
>
> database greylist-manual {
> file "gdbm://greylist-manual.gdbm";
> }
You are allowed to do so.
> #pragma dbprop gdbm://greylist-manual.gdbm
>
> expects a berkely db.
It doesn't. What it expects is a pathname, without scheme prefix.
Regards,
Sergey