| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/ |
| H A D | rsyslog.conf | 29 mail.* -/var/log/mail.log 36 mail.info -/var/log/mail.info 37 mail.warn -/var/log/mail.warn 38 mail.err /var/log/mail.err 51 news.none;mail.none -/var/log/debug 55 mail,news.none -/var/log/messages
|
| H A D | rsyslog.logrotate | 16 /var/log/mail.info 17 /var/log/mail.warn 18 /var/log/mail.err 19 /var/log/mail.log
|
| /openbmc/u-boot/scripts/ |
| H A D | mailmapper | 92 tmp, mail = line.split('<') variable 93 mail = '<' + mail.rstrip() variable 99 if mail in mail_vs_name: 101 prev_name = mail_vs_name[mail] 105 mail_vs_name[mail] = major_name 107 output[mail] = major_name 109 mail_vs_name[mail] = name 152 for mail, name in output.items(): 153 output_lines.append(name + ' ' + mail + '\n')
|
| /openbmc/u-boot/drivers/ddr/imx/imx8m/ |
| H A D | ddrphy_utils.c | 66 static inline void decode_major_message(unsigned int mail) in decode_major_message() argument 68 debug("[PMU Major message = 0x%08x]\n", mail); in decode_major_message() 89 unsigned int mail; in wait_ddrphy_training_complete() local 92 mail = get_mail(); in wait_ddrphy_training_complete() 93 decode_major_message(mail); in wait_ddrphy_training_complete() 94 if (mail == 0x08) { in wait_ddrphy_training_complete() 96 } else if (mail == 0x07) { in wait_ddrphy_training_complete() 99 } else if (mail == 0xff) { in wait_ddrphy_training_complete()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/ |
| H A D | procmail_3.22.bb | 2 DESCRIPTION = "Procmail can be used to create mail-servers, mailing lists, sort your\ 3 incoming mail into separate folders/files (real convenient when subscribing\ 4 to one or more mailing lists or for prioritising your mail), preprocess\ 5 your mail, start any programs upon mail arrival (e.g. to generate different\ 6 chimes on your workstation for different types of mail) or selectively\ 7 forward certain incoming mail automatically to someone." 11 SRC_URI = "http://www.ring.gr.jp/archives/net/mail/${BPN}/${BP}.tar.gz \
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fetchmail/ |
| H A D | fetchmail_6.5.2.bb | 1 SUMMARY = "Fetchmail retrieves mail from remote mail servers and forwards it via SMTP" 3 DESCRIPTION = "Fetchmail is a full-featured, robust, well-documented remote-mail retrieval \ 5 connections). It supports every remote-mail protocol now in use on the Internet: POP2, POP3, \ 7 SECTION = "mail"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/ |
| H A D | syslog-ng.conf.sysvinit | 43 destination d_mail { file("/var/log/mail.log"); }; 48 # This files are the log come from the mail subsystem. 50 destination d_mailinfo { file("/var/log/mail/mail.info"); }; 51 destination d_mailwarn { file("/var/log/mail/mail.warn"); }; 52 destination d_mailerr { file("/var/log/mail/mail.err"); }; 101 filter f_debug { level(debug) and not facility(auth, authpriv, news, mail); }; 104 not facility(auth,authpriv,cron,daemon,mail,news); }; 113 filter f_mail { facility(mail) and not filter(f_debug); }; 115 filter f_syslog3 { not facility(auth, authpriv, mail) and not filter(f_debug); }; 120 filter f_cother { level(debug, info, notice, warn) or facility(daemon, mail); };
|
| H A D | syslog-ng.conf.systemd | 44 destination d_mail { file("/var/log/mail.log"); }; 49 # This files are the log come from the mail subsystem. 51 destination d_mailinfo { file("/var/log/mail/mail.info"); }; 52 destination d_mailwarn { file("/var/log/mail/mail.warn"); }; 53 destination d_mailerr { file("/var/log/mail/mail.err"); }; 102 filter f_debug { level(debug) and not facility(auth, authpriv, news, mail); }; 105 not facility(auth,authpriv,cron,daemon,mail,news); }; 114 filter f_mail { facility(mail) and not filter(f_debug); }; 116 filter f_syslog3 { not facility(auth, authpriv, mail) and not filter(f_debug); }; 121 filter f_cother { level(debug, info, notice, warn) or facility(daemon, mail); };
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
| H A D | man-file-mailstat.1-from-debian.patch | 22 +mailstat \- shows mail-arrival statistics 34 +Exit code 0 if mail arrived, 1 if no mail arrived. 53 +silent in case of no mail
|
| H A D | from-debian-to-fix-man-file.patch | 21 file mechanism as soon as mail arrives. Alternatively, when installed by 24 -reads the mail message from stdin until an EOF, separates the body from the 29 +first sets some environment variables to default values, reads the mail message from 34 the mail message that just arrived gets distributed into the right folder
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-twisted_24.11.0.bb | 18 ${PN}-mail \ 35 ${PN}-mail \ 60 RDEPENDS:${PN}-mail = "${PN}-core ${PN}-protocols" 133 FILES:${PN}-mail = " \ 137 ${PYTHON_SITEPACKAGES_DIR}/twisted/mail \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
| H A D | imap-2007e-shared.patch | 52 @@ -895,8 +905,7 @@ utf8aux.o: mail.h misc.h osdep.h utf8.h 57 -osdep.o:mail.h misc.h env.h fs.h ftl.h nl.h tcp.h \ 58 +OSDEPS= mail.h misc.h env.h fs.h ftl.h nl.h tcp.h \ 62 @@ -910,12 +919,19 @@ osdep.o:mail.h misc.h env.h fs.h ftl.h n
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-extended/mime-construct/ |
| H A D | mime-construct_1.11.bb | 1 SUMMARY = "Construct and optionally mail MIME messages" 7 SECTION = "mail"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/ |
| H A D | liblockfile_1.17.bb | 24 # set default mailgroup to mail 27 --with-mailgroup=mail \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/ |
| H A D | fallback-group | 2 mail:*:8:
|
| /openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
| H A D | 0003-fix-real-path-for-some-files-dirs.patch | 30 -dir = -1/var/mail 33 +dir = -1/var/spool/mail
|
| /openbmc/docs/development/ |
| H A D | gerrit-setup.md | 7 installed. E-mail account (recommended to use the same e-mail address for both 46 ### Add e-mail to Gerrit 49 - Enter e-mail in Settings -> Contact Information -> Register New E-Mail 50 - Check e-mail for confirmation and click the link to confirm
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ |
| H A D | ssmtp_2.64.bb | 1 SUMMARY = "extremely simple MTA to get mail off the system to a mail hub"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/files/ |
| H A D | static-group-meta-oe | 7 mail:x:606:
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/ |
| H A D | vsftpd.ftpusers | 10 mail
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | mpich2 | 10 …630) 252-4318; FAX: (630) 252-5986; e-mail: gropp@mcs.anl.gov E. Lusk: (630) 252-7852; FAX: (630) …
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/ |
| H A D | cyrus-sasl_2.1.28.bb | 81 GROUPADD_PARAM:${PN}-bin = "--system mail" 82 USERADD_PARAM:${PN}-bin = "--system --home=/var/spool/mail -g mail cyrus"
|
| /openbmc/openbmc/poky/meta/recipes-extended/shadow/ |
| H A D | shadow_4.17.4.bb | 65 pam-plugin-mail \ 99 # ~/ not /var/spool/mail by default, as who knows where or how big 119 # Ensure that the image has as a /var/spool/mail dir so shadow can 122 install -m 0775 -d ${D}${localstatedir}/spool/mail 123 chown root:mail ${D}${localstatedir}/spool/mail
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 250 | 23 owner=v.sementsov-og@mail.ru
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/mailwatch/ |
| H A D | xfce4-mailwatch-plugin_1.3.1.bb | 1 SUMMARY = "Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel"
|