I've been using the feature in Mj2 that auto-generates the alias and
virtual tables for postfix when you create a new list, but due to how I
have postfix setup, I need to append @localhost to all of the entries in
virtual for it to work before I can 'postmap' the file ...
Is there some way that I can tell majordomo2 to do this when it adds the
entries? The major headache is when I upgrade from CVS, and it
regenerates the whole file ...
Basically, I need to write out:
# VUT entries for pgsql-announce at postgresql.org
pgsql-announce@postgresql.org pgsql-announce-postgresql.org
pgsql-announce-request@postgresql.org pgsql-announce-postgresql.org-request
pgsql-announce-owner@postgresql.org pgsql-announce-postgresql.org-owner
owner-pgsql-announce@postgresql.org owner-pgsql-announce-postgresql.org
# End VUT entries for pgsql-announce at postgresql.org
As:
# VUT entries for pgsql-announce at postgresql.org
pgsql-announce@postgresql.org pgsql-announce-postgresql.org@localhost.postgresql.org
pgsql-announce-request@postgresql.org pgsql-announce-postgresql.org-request@localhost.postgresql.org
pgsql-announce-owner@postgresql.org pgsql-announce-postgresql.org-owner@localhost.postgresql.org
owner-pgsql-announce@postgresql.org owner-pgsql-announce-postgresql.org@localhost.postgresql.org
# End VUT entries for pgsql-announce at postgresql.org
Follow-Ups:
|
|