Roderick A. Anderson wrote:
Everything I'm reading in "The Book of Postfix" and from the web site
seem to indicate that virtual_mailbox_domains has to be a list of values
in main.cf. Is this correct? Anyway to put them in a file instead?
TIA,
Rod
The documentation is the correct place to check if you have a
question.
http://www.postfix.org/postconf.5.html#virtual_mailbox_domains
says the syntax is the same as for mydestination.
http://www.postfix.org/postconf.5.html#mydestination
says in part:
Specify a list of host or domain names, "/file/name" or
"type:table" patterns, separated by commas and/or whitespace.
A "/file/name" pattern is replaced by its contents; a
"type:table" lookup table is matched when a name matches a
lookup key (the lookup result is ignored). Continue long lines
by starting the next line with whitespace.
So it looks as if you can use a file just fine.
--
Noel Jones