On Tue, 01 May 2018 13:09:27 -0600, "Todd C. Miller" wrote: > You need to restart smptd if you are using a file-based table for > aliases. If you use a db instead of file you don't need to restart.
Actually, you don't need to restart smtpd for file-based tables if you run newaliases instead of makemap. The newaliases command will notify smtpd about the change and smtpd will reload the aliases table. You can also notify smtpd about table files by running "smtpctl update table table-name" which is handy for tables other than aliases. - todd