summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/postfix/files/aliasesdb
Commit message (Collapse)AuthorAgeFilesLines
* postfix: upgrade 3.6.3 -> 3.6.4Yi Zhao2022-01-181-0/+0
| | | | | | | Refresh patches. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postfix: create or update aliases.db when using systemdRoy Li2014-11-101-0/+20
aliases.db should be created by postinstall script, but failed since queue_directory is not includes root dir ${D}: ------ |newaliases: fatal: chdir /var/spool/postfix: No such file or directory ------ initscript will recall newaliases before start postfix daemon, the similar method, which run aliasesdb to create aliases.db when using systemd, is introduced to fix this issue. Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>