Re: [Exim] conversion from flatascii to cdb

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Tony Finch
CC: exim-users
Subject: Re: [Exim] conversion from flatascii to cdb
Tony Finch wrote:

> Our script is attached.


[.....]

> #!/usr/bin/perl -wT
> #
> # Create cdb file from flat alias file. DPC: 15/10/98.
> # Args:      source  (may be relative or absolute)
> #            target  (may be relative or absolute. Default = source)
> # Generates: target.cdb
> #            target.tmp


If you use perl, you should consider using the CDB_File module, it's
much faster than piping it through cdbmake ;)

Nico