From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Schmidt Date: Wed, 07 May 2014 21:34:02 +0000 Subject: Re: [mlmmj] Using mlmmj with Postfix using non-virtual aliases ERROR: unknown user Message-Id: <536AA6CA.80301@yahoo.com.au> List-Id: References: <53663582.4080307@gmail.com> In-Reply-To: <53663582.4080307@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: mlmmj@mlmmj.org > May 4 13:37:19 mydomain postfix/local[7254]: EED2181041: > to=, > orig_to=, relay=local, delay=0.14, > delays=0.08/0.02/0/0.04, dsn=5.1.1, status=bounced (unknown user: > "list_info+subscribe") ... > My transport file contains: > mydomain.tld--list_info@localhost.mlmmj mlmmj:mydomain.tld/list_info > > My aliases file contains: > list_info: list_info@localhost.mlmmj After a very quick look, I think the transport file should read: list_info@localhost.mlmmj mlmmj:list_info I.e. if you're not using virtual domains, no need to include mydomain.tld. The important thing is that the left hand side of transport matches the right hand side of aliases (list_info@loclahost.mlmmj) and the part after mlmmj: matches the name of the list directory (relative to the list spool directory). Ben.