Anubhav<p><a href="https://hachyderm.io/tags/lazyweb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lazyweb</span></a> <a href="https://hachyderm.io/tags/askFedi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>askFedi</span></a><br>Anyone know if <a href="https://hachyderm.io/tags/Postfix" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Postfix</span></a> <a href="https://hachyderm.io/tags/MTA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MTA</span></a> supports and will continue to support any of: ~/.forward file; a way to map one local address to multiple external ones?</p><p>Point is to redirect (all) local mail of root user to external multiple users (via a relay host, or "smart host" of sendmail(8)).</p><p>(rant/current situation follows)</p><p>I am planning to move away from sendmail(8) which is currently included in <a href="https://hachyderm.io/tags/FreeBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FreeBSD</span></a> base of v13 & v14, will be removed in v15. The version in use for below is v14.</p><p>The <a href="https://hachyderm.io/tags/DragonflyMailAgent" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DragonflyMailAgent</span></a> (<a href="https://hachyderm.io/tags/dma" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dma</span></a>(8)), included in FreeBSD base, does not support ~/.forward.</p><p>Per aliases(5) manual page it is for sendmail. It shows the syntax of "name: addr_1, addr_2"; file mentioned is /etc/mail/aliases.</p><p>dma(8) manual page also point to same file -- /etc/aliases which is a symbolic links to /etc/mail/aliases used by sendmail(8) -- but shows the syntax of "name: addr_1 addr_2".</p><p>newaliases(1) fails on the above syntax. But dma(8) does send out mail of root to multiple users as set with the earlier syntax with comma (when dma(8) is enabled via /etc/mail/mailer.conf).</p><p>Fucking Confusingly Irritating.</p><p><a href="https://hachyderm.io/tags/sysAdmin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sysAdmin</span></a> <a href="https://hachyderm.io/tags/systemAdministration" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>systemAdministration</span></a></p>