Re: Expanding email aliases

2022-07-27 Thread Steffen Nurpmeso
Steffen Nurpmeso wrote in <20220726221641.9swt-%stef...@sdaoden.eu>: |Steffen Nurpmeso wrote in | <20220726174554.l93yh%stef...@sdaoden.eu>: ||Martin Neitzel wrote in || <20220726172558.1760b34...@marshlabs-mx.gaertner.de>: |||SB> Is there a simple way of expanding an email alias, [...] ...

Re: Expanding email aliases

2022-07-26 Thread Steffen Nurpmeso
Steffen Nurpmeso wrote in <20220726174554.l93yh%stef...@sdaoden.eu>: |Martin Neitzel wrote in | <20220726172558.1760b34...@marshlabs-mx.gaertner.de>: ||SB> Is there a simple way of expanding an email alias, [...] ... |I was short of suggesting s-nail (the MUA i maintain), but for one |the

Re: Expanding email aliases

2022-07-26 Thread Steffen Nurpmeso
Martin Neitzel wrote in <20220726172558.1760b34...@marshlabs-mx.gaertner.de>: |SB> Is there a simple way of expanding an email alias, [...] | |The command | | sendmail -bv some_alias | |should help you. With the original sendmail(8) you get the result |on stdout while with Postfix'

Re: Expanding email aliases

2022-07-26 Thread Martin Neitzel
SB> Is there a simple way of expanding an email alias, [...] The command sendmail -bv some_alias should help you. With the original sendmail(8) you get the result on stdout while with Postfix' sendmail-compatibility-shim ends you an email with a pseudo delivery report, listing all

Expanding email aliases

2022-07-26 Thread Steve Blinkhorn
Is there a simple way of expanding an email alias, for instance imagine utility called dealias which takes an email alias and returns the list of corresponding email addresses to stdoutr? I imagine it could be done with a clever-enough use of grep on /etc/mail/aliases and any included files,