/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/ |
H A D | rsyslog.conf | 29 mail.* -/var/log/mail.log 33 # Logging for the mail system. Split it up so that 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/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/ |
H A D | procmail_3.22.bb | 1 SUMMARY = "Mail processing program" 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/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/ |
H A D | meson.build | 5 sdbusplus_current_path = 'xyz/openbmc_project/Logging/Syslog/Destination/Mail' 10 … '../../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail.interface.yaml', 25 'xyz/openbmc_project/Logging/Syslog/Destination/Mail', 39 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create__markdown'.underscorify(), 40 …input: [ '../../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create.int… 48 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create', 56 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry__markdown'.underscorify(), 57 …input: [ '../../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry.inte… 65 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry',
|
/openbmc/u-boot/scripts/ |
H A D | mailmapper | 90 # tmp, mail = line.rsplit(None, 1) is not safe 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/linux/Documentation/process/ |
H A D | email-clients.rst | 49 headers so that mail threading is not broken. 56 Don't use PGP/GPG signatures in mail that contains patches. 92 Claws Mail (GUI) 110 When composing mail select: Preformat 224 set record="imaps://imap.gmail.com/[Gmail]/Sent Mail" 226 set mbox="imaps://imap.gmail.com/[Gmail]/All Mail" 354 Proton Mail 357 Proton Mail has a "feature" where it looks up keys using Web Key Directory 358 (WKD) and encrypts mail to any recipients for which it finds a key. 360 As a result, emails sent using Proton Mail to kernel.org addresses will be [all …]
|
H A D | maintainer-tip.rst | 30 mail alias which distributes mails to the x86 top-level maintainer 32 ``linux-kernel@vger.kernel.org``, otherwise your mail ends up only in 291 Signed-off-by: J.Dev <j.dev@mail> 299 Signed-off-by: J.Dev <j.dev@mail> 305 - Reported-by: ``Reporter <reporter@mail>`` 307 - Originally-by: ``Original author <original-author@mail>`` 309 - Suggested-by: ``Suggester <suggester@mail>`` 311 - Co-developed-by: ``Co-author <co-author@mail>`` 313 Signed-off: ``Co-author <co-author@mail>`` 318 - Signed-off-by: ``Author <author@mail>`` [all …]
|
H A D | handling-regressions.rst | 68 * When you receive a report by mail that did not CC the list, immediately bring 92 parent mail (the one you reply to) as the initial report for the regression 105 contain "Link:" tags pointing to your mail or the mentioned ticket. 211 a new mainline release, send Linus a mail with the usual lists and people in 299 Send a mail to the regressions mailing list (regressions@lists.linux.dev) while 397 By using a 'regzbot command' in a direct or indirect reply to the mail with the 399 need to be separated from the rest of the mail using blank lines). 402 regzbot consider your mail as a regressions report added to the tracking, as 404 such command, which makes regzbot consider the parent mail as a report for a 409 of the `introduced` commands or in replies to the mail that used one of them [all …]
|
/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 | 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); };
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fetchmail/ |
H A D | fetchmail_6.4.38.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/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/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/ |
H A D | meson.build | 2 subdir('Mail') subdir 8 …input: [ '../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail.interface.yam… 9 output: [ 'Mail.md' ], 16 'xyz/openbmc_project/Logging/Syslog/Destination/Mail',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry' 6 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry__cpp'.underscorify(), 8 …'../../../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry.interface.… 23 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create' 6 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create__cpp'.underscorify(), 8 …'../../../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create.interface… 23 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create',
|
/openbmc/docs/development/ |
H A D | gerrit-setup.md | 7 installed. E-mail account (recommended to use the same e-mail address for both 37 ##### Add e-mail to Gerrit 40 - Enter e-mail in Settings -> Contact Information -> Register New E-Mail 41 - Check e-mail for confirmation and click the link to confirm
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
H A D | postfix | 7 # Description: Postfix is a Mail Transport Agent, which is the program 8 # that moves mail from one machine to another. 81 echo "The Postfix mail system is running (PID: $pid)" 84 echo "The Postfix mail system is not running"
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | submitting-patches.rst | 235 Linus Torvalds 是決定改動能否進入 Linux 內核的最終裁決者。他的 e-mail 236 地址是 <torvalds@linux-foundation.org> 。他收到的 e-mail 很多,所以一般 237 的說,最好別給他發 e-mail。 262 ,可以「引用」你的改動很重要,使用一般的 e-mail 工具,他們就可以在你的 265 因爲這個原因,所有的提交的補丁都是 e-mail 中「內嵌」的。 270 不要將補丁作爲 MIME 編碼的附件,不管是否壓縮。很多流行的 e-mail 軟體不 280 7) e-mail 的大小 516 標題行的格式,使得對標題行按字母序排序非常的容易 - 很多 e-mail 客戶端都 519 e-mail 標題中的「子系統」標識哪個內核子系統將被打補丁。 521 e-mail 標題中的「一句話概述」扼要的描述 e-mail 中的補丁。「一句話概述」 [all …]
|
/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 67 MAILDIR=$HOME/Mail #you'd better make sure it exists
|
/openbmc/linux/include/linux/ |
H A D | hiddev.h | 10 * e-mail - mail your message to <vojtech@suse.cz>, or by paper mail:
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | overlayfs.py | 33 Author: Vyacheslav Yurkov <uvv.mail@gmail.com> 56 Author: Vyacheslav Yurkov <uvv.mail@gmail.com> 95 Author: Vyacheslav Yurkov <uvv.mail@gmail.com> 113 Author: Vyacheslav Yurkov <uvv.mail@gmail.com> 137 Author: Vyacheslav Yurkov <uvv.mail@gmail.com> 235 Author: Vyacheslav Yurkov <uvv.mail@gmail.com> 273 Author: Vyacheslav Yurkov <uvv.mail@gmail.com> 313 Author: Vyacheslav Yurkov <uvv.mail@gmail.com> 339 Author: Vyacheslav Yurkov <uvv.mail@gmail.com> 385 Author: Vyacheslav Yurkov <uvv.mail@gmail.com> [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | hid.h | 23 * e-mail - mail your message to <vojtech@ucw.cz>, or by paper mail:
|
/openbmc/linux/drivers/staging/vme_user/ |
H A D | vme_tsi148.h | 29 #define TSI148_MAX_MAILBOX 4 /* Max Mail Box registers */ 504 * Mail Box 1023 #define TSI148_LCSR_INTEN_MB3EN BIT(19) /* Mail Box 3 */ 1024 #define TSI148_LCSR_INTEN_MB2EN BIT(18) /* Mail Box 2 */ 1025 #define TSI148_LCSR_INTEN_MB1EN BIT(17) /* Mail Box 1 */ 1026 #define TSI148_LCSR_INTEN_MB0EN BIT(16) /* Mail Box 0 */ 1063 #define TSI148_LCSR_INTEO_MB3EO BIT(19) /* Mail Box 3 */ 1064 #define TSI148_LCSR_INTEO_MB2EO BIT(18) /* Mail Box 2 */ 1065 #define TSI148_LCSR_INTEO_MB1EO BIT(17) /* Mail Box 1 */ 1066 #define TSI148_LCSR_INTEO_MB0EO BIT(16) /* Mail Box 0 */ [all …]
|
/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 \
|