On Tue, 01 May 2018 21:04:19 +0300, Ivo Chutkin wrote:
> Restarting smtpd did it.
>
> I did not know I have to restart smtpd in order to get it working after
> change in alias.
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.
For small aliases files that don't change often, file is more
efficient since it is kept in-memory. For larger alias file that
change more often, db may be preferable.
- todd
No comments:
Post a Comment