summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/postfix/files
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2017-10-26 14:43:31 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2018-01-08 11:51:21 -0500
commite1221e7aa4c66dbd279f4460f3314679f720287f (patch)
tree8d51e7d52f53772f412e7f95c1f795d8e3599a89 /meta-networking/recipes-daemons/postfix/files
parentd338d219dfbcbbdd133c7d4364bc8a1b19835e0b (diff)
downloadmeta-openembedded-e1221e7aa4c66dbd279f4460f3314679f720287f.tar.gz
postfix: fix send mail failure and eliminate warning
* Update main.cf for postfix 3.x to eliminate startup warning * Set daemon_directory from ${libexecdir} to ${libexecdir}/postfix * Using absolute path for newaliases and postmap to generate the correct db file in pkg_postinst * Remove duplicate SRC_URI lines in postfix_3.2.2.bb (LOCAL REV: NOT UPSTREAM) -- will sent to oe-devel later Signed-off-by: Yi Zhao <yi.zhao@windriver.com> * Move use of newaliases and postmap on host to install phase because absolute path might not exist at rootfs build time. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-daemons/postfix/files')
-rw-r--r--meta-networking/recipes-daemons/postfix/files/main.cf (renamed from meta-networking/recipes-daemons/postfix/files/main.cf_2.0)3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/postfix/files/main.cf_2.0 b/meta-networking/recipes-daemons/postfix/files/main.cf
index dc7feb57b..2371ace6e 100644
--- a/meta-networking/recipes-daemons/postfix/files/main.cf_2.0
+++ b/meta-networking/recipes-daemons/postfix/files/main.cf
@@ -1,3 +1,6 @@
1compatibility_level = 2
2smtputf8_enable = no
3
1# Configure your domain and accounts 4# Configure your domain and accounts
2#mydomain=sample.com 5#mydomain=sample.com
3#FQDN from gethostname 6#FQDN from gethostname