| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/ |
| H A D | postfix_3.10.1.bb | 7 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 D | main.cf | 14 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 D | postfix | 32 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 D | postfix.service | 8 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 D | 0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch | 11 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 D | aliasesdb | 3 ALIASESDB_STAMP=/var/lib/misc/postfix.aliasesdb-stamp
|
| /openbmc/bmcweb/redfish-core/src/ |
| H A D | filter_expr_printer.cpp | 53 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 D | arpwatch_3.3.bb | 30 …tcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/files/ |
| H A D | static-group-meta-networking | 4 postfix:x:633:
|
| H A D | static-passwd-meta-networking | 4 postfix:x:633:633::/:/bin/nologin
|
| /openbmc/openbmc/meta-openembedded/meta-networking/conf/include/ |
| H A D | non-repro-meta-networking.inc | 33 postfix-cfg \
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | kernel-module-split.bbclass | 167 # Provide virtual package without postfix 170 postfix = format.split('%s')[1] 171 d.setVar('RPROVIDES:' + pkg, pkg.replace(postfix, ''))
|
| H A D | systemd.bbclass | 249 (servicename, postfix) = service.split('@') 250 (instance, service_type) = postfix.rsplit('.', 1)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jansson/jansson/ |
| H A D | 0001-Honour-multilib-paths.patch | 26 # Give the debug version a different postfix for windows,
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/logwatch/ |
| H A D | logwatch_7.11.bb | 31 install -m 0644 postfix-logwatch.1 ${D}${mandir}/man1
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/packagegroups/ |
| H A D | packagegroup-meta-networking.bb | 81 postfix \
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | package.py | 2024 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 D | db_5.3.28.bb | 58 …ll the --disable-* options replace --enable-smallbuild, which breaks a bunch of stuff (eg. postfix)
|
| /openbmc/u-boot/board/sbc8349/ |
| H A D | README | 87 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 D | webmin_2.202.bb | 38 …majordomo fetchmail sendmail mailboxes procmail filter mailcap dovecot exim spam qmailadmin postfix
|
| /openbmc/docs/designs/ |
| H A D | redfish-eventservice.md | 755 postfix "\n" on each line. For representing the end of data, it should end with
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | new-recipe.rst | 1431 S = "${WORKDIR}/postfix-${PV}"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0001-Eliminate-old-style-function-declarations.patch | 599 @@ -423,9 +409,8 @@ cmd_arr_cmp_postfix - compares a command with the postfix
|
| /openbmc/ |
| D | opengrok1.0.log | 4695 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...] |
| D | opengrok2.0.log | 4698 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...] |