Re: continuation of long aliases

2014-11-07 Thread Wietse Venema
John Hascall: > *alias: :include:/list/of/members/in/a/file* > > So in the included file is it just one recipient per line or ? One per line. This the same format that is maintained by some mailing list managers. Do not forget to set the "owner-alias: realuser@realdomain", so that delivery error

Re: continuation of long aliases

2014-11-07 Thread John Hascall
*alias: :include:/list/of/members/in/a/file* So in the included file is it just one recipient per line or ? Thanks again, John On Fri, Nov 7, 2014 at 12:48 PM, Viktor Dukhovni wrote: > On Fri, Nov 07, 2014 at 12:05:03PM -0600, John Hascall wrote: > > > THANK YOU! > > Note, however, that expan

Re: continuation of long aliases

2014-11-07 Thread Viktor Dukhovni
On Fri, Nov 07, 2014 at 12:05:03PM -0600, John Hascall wrote: > THANK YOU! Note, however, that expansion of long local aliases can be very fragile. If you list "$myorigin" in "mydestination", the delivery to all the users needs to succeed, or all are retried again if even one delivery fails (mai

Re: continuation of long aliases

2014-11-07 Thread Benny Pedersen
On November 7, 2014 6:51:29 PM John Hascall wrote: How do I deal with really long aliases (~50,000 addresses)? Install a good maintained maillist manager

Re: continuation of long aliases

2014-11-07 Thread John Hascall
THANK YOU! That's working. John On Fri, Nov 7, 2014 at 11:58 AM, Viktor Dukhovni wrote: > On Fri, Nov 07, 2014 at 11:51:29AM -0600, John Hascall wrote: > > > alias: > > recip1, recip2, recip3, ..., recipN, continue-1 > > > > continue-1: > > recipN+1, recipN+2, ... etc > > > > This

Re: continuation of long aliases

2014-11-07 Thread Viktor Dukhovni
On Fri, Nov 07, 2014 at 11:51:29AM -0600, John Hascall wrote: > alias: > recip1, recip2, recip3, ..., recipN, continue-1 > > continue-1: > recipN+1, recipN+2, ... etc > > This seems not to work in postfix. This works, local alias expansion is recursive. It is however required that

continuation of long aliases

2014-11-07 Thread John Hascall
In sendmail, when an alias grew ​too ​ long, you did: alias: ​ ​ recip1, recip2, recip3, ... recipN, continue-1 continue-1: ​ ​ recip ​​ N+1, ​ ​ recipN+2, ... etc This seems not to work in postfix. How do I deal with really long aliases (~50,000 addresses)? Thanks, John