Re: [PATCH] afterboot.8: clarify mail aliases handling

2016-08-01 Thread Gilles Chehade
On Mon, Aug 01, 2016 at 08:32:12AM +0100, Jason McIntyre wrote: > On Sun, Jul 31, 2016 at 10:39:43PM +0300, Consus wrote: > > We have smtpd(8) that now uses file-based aliases table instead of > > db-based. This table backend requires running > > > > $ smtpctl update table aliases > > > > ins

Re: [PATCH] afterboot.8: clarify mail aliases handling

2016-08-01 Thread Jason McIntyre
On Sun, Jul 31, 2016 at 10:39:43PM +0300, Consus wrote: > We have smtpd(8) that now uses file-based aliases table instead of > db-based. This table backend requires running > > $ smtpctl update table aliases > > instead of > > $ newaliases > > in order to fetch changes. However, aft

[PATCH] afterboot.8: clarify mail aliases handling

2016-07-31 Thread Consus
We have smtpd(8) that now uses file-based aliases table instead of db-based. This table backend requires running $ smtpctl update table aliases instead of $ newaliases in order to fetch changes. However, afterboot(8) still mentions the old way of doing things. --- share/man/man