Louis Kowolowski wrote:
I've got a postfix server that runs several virtual domains. One of these domains wishes to make use of some mailing list software (ecartis). Is there a way that I can have these mailing list aliases apply to a virtual domain?

For example:
[EMAIL PROTECTED]
where this mail is piped to the list software.



You can use transport_maps. somthing like

[EMAIL PROTECTED]       listmgr:

where the listmgr is defined in master.cf:
listmgr   unix  -       n       n       -       -       pipe
 flags=FR user=listmgr
 argv=/path/to/listmgr ${nexthop} ${user}


Alternatively, you can use virtual_alias_maps to redirect such mail to a local account (domain in mydestination) and use alias_maps.


In either case, it is easier to reserve full domains to lists (such as @lists.example.com).

Reply via email to