Home
last modified time | relevance | path

Searched refs:postfix (Results 1 – 25 of 25) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/
H A Dpostfix_3.10.1.bb7 HOMEPAGE = "http://www.postfix.org"
9 DEPENDS = "db icu libpcre libnsl2 m4-native openssl postfix-native \
17 SRC_URI = "http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \
19 file://postfix \
21 file://postfix.service \
33 UPSTREAM_CHECK_REGEX = "postfix\-(?P<pver>3\.10(\.\d+)+).tar.gz"
35 S = "${WORKDIR}/postfix-${PV}"
43 INITSCRIPT_NAME = "postfix"
47 "-d /var/spool/postfix -r -g postfix --shell /bin/false postfix; \
50 GROUPADD_PARAM:${PN}-bin = "--system postfix;--system postdrop;--system vmail"
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A Dmain.cf14 virtual_mailbox_maps = hash:/etc/postfix/virtual
15 virtual_alias_maps = hash:/etc/postfix/virtual_alias
30 #config_directory = /etc/postfix
31 sample_directory = /etc/postfix
32 queue_directory = /var/spool/postfix
36 daemon_directory = @LIBEXECDIR@/postfix
37 mail_owner = postfix
73 # check_sender_access hash:/etc/postfix/access_domains,
82 # check_recipient_access pcre:/etc/postfix/recipient_checks.pcre,
83 # check_helo_access pcre:/etc/postfix/helo_checks.pcre,
[all …]
H A Dpostfix32 PIDFile=/var/spool/postfix/pid/master.pid
42 if ! postfix status >/dev/null 2>&1; then
44 postfix start
53 if postfix status >/dev/null 2>&1; then
54 postfix stop
63 if postfix status >/dev/null 2>&1; then
64 postfix reload
67 postfix start
79 if postfix status >/dev/null 2>&1; then
H A Dpostfix.service8 PIDFile=@LOCALSTATEDIR@/spool/postfix/pid/master.pid
10 ExecStartPre=-@LIBEXECDIR@/postfix/aliasesdb
11 ExecStart=@SBINDIR@/postfix start
12 ExecReload=@SBINDIR@/postfix reload
13 ExecStop=@SBINDIR@/postfix stop
H A D0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch11 postfix-install | 18 ++++++++++--------
18 @@ -22,7 +22,7 @@ META = meta/main.cf.proto meta/master.cf.proto meta/postfix-files \
27 diff --git a/postfix-install b/postfix-install
29 --- a/postfix-install
30 +++ b/postfix-install
H A Daliasesdb3 ALIASESDB_STAMP=/var/lib/misc/postfix.aliasesdb-stamp
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_printer.cpp53 std::string postfix; in operator ()() local
57 postfix = ")"; in operator ()()
59 return std::format("{}{}{}", prefix, (*this)(x.operand), postfix); in operator ()()
65 std::string postfix; in operator ()() local
69 postfix = ")"; in operator ()()
71 std::string out = std::format("{}{}{}", prefix, (*this)(x.first), postfix); in operator ()()
84 std::string postfix; in operator ()() local
88 postfix = ")"; in operator ()()
90 std::string out = std::format("{}{}{}", prefix, (*this)(x.first), postfix); in operator ()()
/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/
H A Darpwatch_3.3.bb30 …tcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg"
/openbmc/openbmc/meta-openembedded/meta-networking/files/
H A Dstatic-group-meta-networking4 postfix:x:633:
H A Dstatic-passwd-meta-networking4 postfix:x:633:633::/:/bin/nologin
/openbmc/openbmc/meta-openembedded/meta-networking/conf/include/
H A Dnon-repro-meta-networking.inc33 postfix-cfg \
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-module-split.bbclass167 # Provide virtual package without postfix
170 postfix = format.split('%s')[1]
171 d.setVar('RPROVIDES:' + pkg, pkg.replace(postfix, ''))
H A Dsystemd.bbclass249 (servicename, postfix) = service.split('@')
250 (instance, service_type) = postfix.rsplit('.', 1)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jansson/jansson/
H A D0001-Honour-multilib-paths.patch26 # Give the debug version a different postfix for windows,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/logwatch/
H A Dlogwatch_7.11.bb31 install -m 0644 postfix-logwatch.1 ${D}${mandir}/man1
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/packagegroups/
H A Dpackagegroup-meta-networking.bb81 postfix \
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py2024 for postfix in postfixes:
2025 if pkg.endswith(postfix):
2026 if not postfix in pkgs:
2027 pkgs[postfix] = {}
2028 pkgs[postfix][pkg] = (pkg[:-len(postfix)], post_getname)
/openbmc/openbmc/poky/meta/recipes-support/db/
H A Ddb_5.3.28.bb58 …ll the --disable-* options replace --enable-smallbuild, which breaks a bunch of stuff (eg. postfix)
/openbmc/u-boot/board/sbc8349/
H A DREADME87 You may wish to do a "md ff800000 20" operation as a prefix and postfix
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/
H A Dwebmin_2.202.bb38 …majordomo fetchmail sendmail mailboxes procmail filter mailcap dovecot exim spam qmailadmin postfix
/openbmc/docs/designs/
H A Dredfish-eventservice.md755 postfix "\n" on each line. For representing the end of data, it should end with
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dnew-recipe.rst1431 S = "${WORKDIR}/postfix-${PV}"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch599 @@ -423,9 +409,8 @@ cmd_arr_cmp_postfix - compares a command with the postfix
/openbmc/
Dopengrok1.0.log4695 2026-02-05 03:01:18.439-0600 FINEST t515 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/postfix.service' (3,107) at 20210307205553818
[all...]
Dopengrok2.0.log4698 2026-02-04 03:01:10.227-0600 FINEST t511 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/postfix.service' (3,107) at 20210307205553818
[all...]