-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Con Wieland wrote: > I run bin.genaliases and it creates an apparently empty aliases.dir > file. How do I create the aliases.db file
The postalias command will create the alias database files in different formats depending on the postfix $database_type parameter. Check what yours is set to (if it's not set explicitly, postfix will use the value in $default_database_type). If $database_type is dbm, then you'll get aliases.dir and aliases.pag instead of aliases.db. If you are using dbm, you'd want to use dbm:$prefix/data/aliases in alias_maps instead of hash:$prefix/data/aliases. - -- Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp ====================================================================== Put the key of despair into the lock of apathy. Turn the knob of mediocrity slowly and open the gates of despondency - welcome to a day in the average office. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl. iD8DBQFAhAiluv+09NZUB1oRAuH6AKDkUQuM3rrjXI+dzE2F8cnNpvBcbwCgtLgQ OkGgstTrzFpDZF//dm+gppU= =C7AC -----END PGP SIGNATURE----- ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
