On Tue, Aug 29, 2017 at 6:33 PM, Viktor Dukhovni
<[email protected]> wrote:
> On Tue, Aug 29, 2017 at 09:10:26PM +0000, Tom Browder wrote:
>> > Tom Browder:
>> > > It's clear that list items in main.cf can be comma or space separated.
>> > Is
>> > > that also true for alias and virtual lists?
...
>> I mean the RHS of aliases, e.g., as in simple mailing lists in the alias
>> needles:
>>   [email protected]
>>   [email protected]
...
> Use commas, that's the separator in lists of email addresses in
> RFC2822 headers, and is also used by the Postfix *SQL and LDAP
> drivers to translate multiple results into a list of addresses.
>
> You can add spaces after commas for readability, you can also
> fold lines, which makes "diffs" easier to read.
>
>     aliases:
>         users: moe, larry, curly
>
>     virtual:
>         [email protected]
>                 [email protected],
>                 [email protected],
>                 [email protected]

Thanks, Viktor.

-Tom

Reply via email to