Home
last modified time | relevance | path

Searched full:mail (Results 1 – 25 of 850) sorted by relevance

12345678910>>...34

/OK3568_Linux_fs/buildroot/package/fail2ban/
H A D0001-fixed-possible-RCE-vulnerability-unset-escape-variable.patch14 config/action.d/mail-buffered.conf | 8 ++++----
15 config/action.d/mail-whois-lines.conf | 2 +-
16 config/action.d/mail-whois.conf | 6 +++---
17 config/action.d/mail.conf | 6 +++---
25 # Notes.: Your system mail command. Is passed 2 args: subject and recipient
28 -mailcmd = mail -s
29 +mailcmd = mail -E 'set escape' -s
32 # Notes.: Additional arguments to mail command. e.g. for standard Unix mail:
38 # Notes.: Your system mail command. Is passed 2 args: subject and recipient
41 -mailcmd = mail -s
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A DCVE-2021-3618.patch4 Subject: [PATCH 1/1] Mail: max_errors directive.
18 src/mail/ngx_mail.h | 3 +++
19 src/mail/ngx_mail_core_module.c | 10 ++++++++++
20 src/mail/ngx_mail_handler.c | 15 ++++++++++++++-
23 diff --git a/src/mail/ngx_mail.h b/src/mail/ngx_mail.h
25 --- a/src/mail/ngx_mail.h
26 +++ b/src/mail/ngx_mail.h
44 diff --git a/src/mail/ngx_mail_core_module.c b/src/mail/ngx_mail_core_module.c
46 --- a/src/mail/ngx_mail_core_module.c
47 +++ b/src/mail/ngx_mail_core_module.c
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.conf29 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 Drsyslog.logrotate16 /var/log/mail.info
17 /var/log/mail.warn
18 /var/log/mail.err
19 /var/log/mail.log
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/procmail/
H A Dprocmail_3.22.bb1 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 \
/OK3568_Linux_fs/u-boot/scripts/
H A Dmailmapper92 # tmp, mail = line.rsplit(None, 1) is not safe
94 tmp, mail = line.split('<') variable
95 mail = '<' + mail.rstrip() variable
101 if mail in mail_vs_name:
103 prev_name = mail_vs_name[mail]
107 mail_vs_name[mail] = major_name
109 output[mail] = major_name
111 mail_vs_name[mail] = name
154 for mail, name in output.items():
155 output_lines.append(name + ' ' + mail + '\n')
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A Dsyslog-ng.conf.sysvinit43 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 Dsyslog-ng.conf.systemd43 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); };
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/fetchmail/
H A Dfetchmail_6.4.23.bb1 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"
/OK3568_Linux_fs/buildroot/package/perl-mail-dkim/
H A DConfig.in2 bool "perl-mail-dkim"
8 Signs/verifies Internet mail with DKIM/DomainKey signatures.
10 https://metacpan.org/release/Mail-DKIM
12 comment "perl-mail-dkim needs a toolchain w/ dynamic library"
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A Dsubmitting-patches.rst234 Linus Torvalds 是决定改动能否进入 Linux 内核的最终裁决者。他的 e-mail
235 地址是 <torvalds@linux-foundation.org> 。他收到的 e-mail 很多,所以一般
236 的说,最好别给他发 e-mail
285 ,可以“引用”你的改动很重要,使用一般的 e-mail 工具,他们就可以在你的
288 因为这个原因,所有的提交的补丁都是 e-mail 中“内嵌”的。
293 不要将补丁作为 MIME 编码的附件,不管是否压缩。很多流行的 e-mail 软件不
303 7) e-mail 的大小
539 标题行的格式,使得对标题行按字母序排序非常的容易 - 很多 e-mail 客户端都
542 e-mail 标题中的“子系统”标识哪个内核子系统将被打补丁。
544 e-mail 标题中的“一句话概述”扼要的描述 e-mail 中的补丁。“一句话概述”
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dsbsdpcmdev.h181 #define I_SMB_SW0 (1 << 0) /* To SB Mail S/W interrupt 0 */
182 #define I_SMB_SW1 (1 << 1) /* To SB Mail S/W interrupt 1 */
183 #define I_SMB_SW2 (1 << 2) /* To SB Mail S/W interrupt 2 */
184 #define I_SMB_SW3 (1 << 3) /* To SB Mail S/W interrupt 3 */
185 #define I_SMB_SW_MASK 0x0000000f /* To SB Mail S/W interrupts mask */
186 #define I_SMB_SW_SHIFT 0 /* To SB Mail S/W interrupts shift */
187 #define I_HMB_SW0 (1 << 4) /* To Host Mail S/W interrupt 0 */
188 #define I_HMB_SW1 (1 << 5) /* To Host Mail S/W interrupt 1 */
189 #define I_HMB_SW2 (1 << 6) /* To Host Mail S/W interrupt 2 */
190 #define I_HMB_SW3 (1 << 7) /* To Host Mail S/W interrupt 3 */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dsbsdpcmdev.h181 #define I_SMB_SW0 (1 << 0) /* To SB Mail S/W interrupt 0 */
182 #define I_SMB_SW1 (1 << 1) /* To SB Mail S/W interrupt 1 */
183 #define I_SMB_SW2 (1 << 2) /* To SB Mail S/W interrupt 2 */
184 #define I_SMB_SW3 (1 << 3) /* To SB Mail S/W interrupt 3 */
185 #define I_SMB_SW_MASK 0x0000000f /* To SB Mail S/W interrupts mask */
186 #define I_SMB_SW_SHIFT 0 /* To SB Mail S/W interrupts shift */
187 #define I_HMB_SW0 (1 << 4) /* To Host Mail S/W interrupt 0 */
188 #define I_HMB_SW1 (1 << 5) /* To Host Mail S/W interrupt 1 */
189 #define I_HMB_SW2 (1 << 6) /* To Host Mail S/W interrupt 2 */
190 #define I_HMB_SW3 (1 << 7) /* To Host Mail S/W interrupt 3 */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dsbsdpcmdev.h187 #define I_SMB_SW0 (1 << 0) /* To SB Mail S/W interrupt 0 */
188 #define I_SMB_SW1 (1 << 1) /* To SB Mail S/W interrupt 1 */
189 #define I_SMB_SW2 (1 << 2) /* To SB Mail S/W interrupt 2 */
190 #define I_SMB_SW3 (1 << 3) /* To SB Mail S/W interrupt 3 */
191 #define I_SMB_SW_MASK 0x0000000f /* To SB Mail S/W interrupts mask */
192 #define I_SMB_SW_SHIFT 0 /* To SB Mail S/W interrupts shift */
193 #define I_HMB_SW0 (1 << 4) /* To Host Mail S/W interrupt 0 */
194 #define I_HMB_SW1 (1 << 5) /* To Host Mail S/W interrupt 1 */
195 #define I_HMB_SW2 (1 << 6) /* To Host Mail S/W interrupt 2 */
196 #define I_HMB_SW3 (1 << 7) /* To Host Mail S/W interrupt 3 */
[all …]
/OK3568_Linux_fs/buildroot/package/heirloom-mailx/
H A DConfig.in9 Heirloom mailx (previously known as nail) is a mail user
12 It can be used as a command-line mail reader, but also more
13 importantly on embedded systems, as a mail composition
14 program and SMTP client, in order to send e-mail from shell
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/base-passwd/base-passwd/
H A Ddisable-shell.patch32 -mail:*:8:8:mail:/var/mail:/bin/sh
45 +mail:*:8:8:mail:/var/mail:/sbin/nologin
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dsbsdpcmdev.h194 #define I_SMB_SW0 (1 << 0) /* To SB Mail S/W interrupt 0 */
195 #define I_SMB_SW1 (1 << 1) /* To SB Mail S/W interrupt 1 */
196 #define I_SMB_SW2 (1 << 2) /* To SB Mail S/W interrupt 2 */
197 #define I_SMB_SW3 (1 << 3) /* To SB Mail S/W interrupt 3 */
198 #define I_SMB_SW_MASK 0x0000000f /* To SB Mail S/W interrupts mask */
199 #define I_SMB_SW_SHIFT 0 /* To SB Mail S/W interrupts shift */
200 #define I_HMB_SW0 (1 << 4) /* To Host Mail S/W interrupt 0 */
201 #define I_HMB_SW1 (1 << 5) /* To Host Mail S/W interrupt 1 */
202 #define I_HMB_SW2 (1 << 6) /* To Host Mail S/W interrupt 2 */
203 #define I_HMB_SW3 (1 << 7) /* To Host Mail S/W interrupt 3 */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dsbsdpcmdev.h194 #define I_SMB_SW0 (1 << 0) /* To SB Mail S/W interrupt 0 */
195 #define I_SMB_SW1 (1 << 1) /* To SB Mail S/W interrupt 1 */
196 #define I_SMB_SW2 (1 << 2) /* To SB Mail S/W interrupt 2 */
197 #define I_SMB_SW3 (1 << 3) /* To SB Mail S/W interrupt 3 */
198 #define I_SMB_SW_MASK 0x0000000f /* To SB Mail S/W interrupts mask */
199 #define I_SMB_SW_SHIFT 0 /* To SB Mail S/W interrupts shift */
200 #define I_HMB_SW0 (1 << 4) /* To Host Mail S/W interrupt 0 */
201 #define I_HMB_SW1 (1 << 5) /* To Host Mail S/W interrupt 1 */
202 #define I_HMB_SW2 (1 << 6) /* To Host Mail S/W interrupt 2 */
203 #define I_HMB_SW3 (1 << 7) /* To Host Mail S/W interrupt 3 */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dsbsdpcmdev.h194 #define I_SMB_SW0 (1 << 0) /* To SB Mail S/W interrupt 0 */
195 #define I_SMB_SW1 (1 << 1) /* To SB Mail S/W interrupt 1 */
196 #define I_SMB_SW2 (1 << 2) /* To SB Mail S/W interrupt 2 */
197 #define I_SMB_SW3 (1 << 3) /* To SB Mail S/W interrupt 3 */
198 #define I_SMB_SW_MASK 0x0000000f /* To SB Mail S/W interrupts mask */
199 #define I_SMB_SW_SHIFT 0 /* To SB Mail S/W interrupts shift */
200 #define I_HMB_SW0 (1 << 4) /* To Host Mail S/W interrupt 0 */
201 #define I_HMB_SW1 (1 << 5) /* To Host Mail S/W interrupt 1 */
202 #define I_HMB_SW2 (1 << 6) /* To Host Mail S/W interrupt 2 */
203 #define I_HMB_SW3 (1 << 7) /* To Host Mail S/W interrupt 3 */
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Doverlayfs.py30 Author: Vyacheslav Yurkov <uvv.mail@gmail.com>
53 Author: Vyacheslav Yurkov <uvv.mail@gmail.com>
92 Author: Vyacheslav Yurkov <uvv.mail@gmail.com>
110 Author: Vyacheslav Yurkov <uvv.mail@gmail.com>
134 Author: Vyacheslav Yurkov <uvv.mail@gmail.com>
232 Author: Vyacheslav Yurkov <uvv.mail@gmail.com>
270 Author: Vyacheslav Yurkov <uvv.mail@gmail.com>
312 Author: Vyacheslav Yurkov <uvv.mail@gmail.com>
348 Author: Vyacheslav Yurkov <uvv.mail@gmail.com>
390 Author: Vyacheslav Yurkov <uvv.mail@gmail.com>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A Dpostfix7 # 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"
/OK3568_Linux_fs/buildroot/system/skeleton/etc/
H A Dservices33 smtp 25/tcp mail
40 re-mail-ck 50/tcp # Remote Mail Checking Protocol
41 re-mail-ck 50/udp # Remote Mail Checking Protocol
91 imap2 143/tcp # Interim Mail Access Proto v2
119 qmtp 209/tcp # The Quick Mail Transfer Protocol
120 qmtp 209/udp # The Quick Mail Transfer Protocol
125 imap3 220/tcp # Interactive Mail Access
H A Dpasswd6 mail:x:8:8:mail:/var/spool/mail:/bin/false username
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-man-file.patch19 file mechanism as soon as mail arrives. Alternatively, when installed by
22 -reads the mail message from stdin until an EOF, separates the body from the
27 +first sets some environment variables to default values, reads the mail message from
32 the mail message that just arrived gets distributed into the right folder
65 MAILDIR=$HOME/Mail #you'd better make sure it exists
H A Dman-file-mailstat.1-from-debian.patch20 +mailstat \- shows mail-arrival statistics
32 +Exit code 0 if mail arrived, 1 if no mail arrived.
51 +silent in case of no mail

12345678910>>...34