Skip site navigation (1)Skip section navigation (2)
Date:      12 Dec 2023 16:20:05 -0500
From:      "John Levine" <johnl@iecc.com>
To:        freebsd-questions@freebsd.org
Cc:        steve@sohara.org
Subject:   Re: the wonders of DMA, not Sendmail on 14-RELEASE
Message-ID:  <20231212212005.CC38E7E290F1@ary.local>
In-Reply-To: <20231212203745.82ee5923ceb4111b219c3f10@sohara.org>

next in thread | previous in thread | raw e-mail | index | archive | help
It appears that Steve O'Hara-Smith <steve@sohara.org> said:
>	There's something odd about that dma is supposed to have support
>for /etc/aliases (without running newaliases).

It does but it only handles simple aliasing of one address to another:

     ALIASES (string, default=/etc/aliases)
           Path to the local aliases file.  Just stick with the default.  The
           aliases file is of the format
                 nam: dest1 dest2 ...
           In this case, mails to nam will instead be delivered to dest1 and
           dest2, which in turn could be entries in /etc/aliases.  The special
           name ‘*’ can be used to create a catch-all alias, which gets used
           if no other matching alias is found.  Use the catch-all alias only
           if you do not want any local mail to be delivered.

If you want fancier stuff like program deliveries, you need a larger MTA.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20231212212005.CC38E7E290F1>