On Fri, May 16, 2014 at 11:24:04AM -0500, John Vestrum wrote:

> I'm having an issue with postfix aliases and full mailboxes. I have an alias:
> 
> mygroup:  user1 user2 user3

This is a known limitation of local aliases, use virtual aliases
instead.  There are also work-arounds for local aliases, but using
virtual aliases for groups, and local aliases only for command
pipes and :include: is better.

The work-around in aliases is:

    mygroup: us...@example.com, us...@example.com, ...

with example.com NOT listed mydestination, and virtual(5)
used to map these back to local accounts:

    virtual:
        us...@example.com user1@localhost
        ...

One way to achieve this without changing the aliases file is to
set myorigin to a virtual alias domain that is not listed in
$mydestination.

-- 
        Viktor.

Reply via email to