Home
last modified time | relevance | path

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

12345678910>>...16

/src/usr.bin/mail/
H A DMakefile3 CONFS= misc/mail.rc
4 PROG= mail
8 FILES= mail.help mail.tildehelp
10 EFILES= mail.rc
11 LINKS= ${BINDIR}/mail ${BINDIR}/Mail ${BINDIR}/mail ${BINDIR}/mailx
12 MLINKS= mail.1 Mail.1 mail.1 mailx.1
/src/etc/mail/
H A DREADME6 accepts command line mail and relays it to a full mail transfer agent via
7 SMTP. A group writable client mail queue (/var/spool/clientmqueue/ by
8 default) holds the mail if an MTA can not be contacted.
13 interface in order to accept command line submitted mail (note that this
18 must do one of two things for command line submitted mail:
21 by altering /etc/mail/freebsd.submit.mc (or setting SENDMAIL_SUBMIT_MC
23 'make install-submit-cf' in /etc/mail/. Change the FEATURE(msp) line
31 /etc/mail/submit.cf file:
34 rm /etc/mail/submit.cf
38 Also, as of 8.12, a new queue-running daemon is started to make sure mail
[all …]
H A DMakefile86 SENDMAIL_ALIASES?= /etc/mail/aliases
197 .if ${INSTALL_CF} != /etc/mail/sendmail.cf
198 ${INSTALL} -m ${SHAREMODE} ${INSTALL_CF} /etc/mail/sendmail.cf
209 .if ${INSTALL_SUBMIT_CF} != /etc/mail/submit.cf
210 ${INSTALL} -m ${SHAREMODE} ${INSTALL_SUBMIT_CF} /etc/mail/submit.cf
H A Daccess.sample2 # Mail relay access control list. Default is to reject mail unless the
3 # destination is local, or listed in /etc/mail/local-host-names
7 #From:cyberspammer.com ERROR:"550 We don't accept mail from spammers"
/src/contrib/unbound/contrib/
H A Dwarmup.sh23 agent.mail.ru
32 auto.mail.ru
40 drive.mail.ru
56 imap.mail.ru
66 lady.mail.ru
71 mail.google.com
72 mail.ru
75 mra.mail.ru
77 my.mail.ru
79 news.mail.ru
[all …]
H A Dwarmup.cmd29 agent.mail.ru
38 auto.mail.ru
45 drive.mail.ru
61 imap.mail.ru
70 lady.mail.ru
75 mail.google.com
76 mail.ru
79 mra.mail.ru
81 my.mail.ru
83 news.mail.ru
[all …]
/src/contrib/dma/
H A DMakefile33 VARMAIL?= ${VAR}/mail
41 OBJS+= dma.o dns.o local.o mail.o net.o spool.o util.o
53 ${INSTALL} -m 2755 -o root -g mail dma ${DESTDIR}${SBIN}
54 ${INSTALL} -m 4754 -o root -g mail dma-mbox-create ${DESTDIR}${LIBEXEC}
64 ${INSTALL} -d -m 2775 -o root -g mail ${DESTDIR}${DMASPOOL}
65 ${INSTALL} -d -m 2775 -o root -g mail ${DESTDIR}${VARMAIL}
68 -${CHGRP} mail ${DESTDIR}${VARMAIL}/*
77 echo ${INSTALL} -m 644 -o root -g mail dma.conf ${DESTDIR}${CONFDIR}; \
78 ${INSTALL} -m 644 -o root -g mail dma.conf ${DESTDIR}${CONFDIR}; \
83 echo ${INSTALL} -m 640 -o root -g mail auth.conf ${DESTDIR}${CONFDIR}; \
[all …]
/src/usr.sbin/cron/cron/
H A Ddo_command.c122 FILE *mail; in child_process() local
626 mail = NULL; in child_process()
667 if (!(mail = cron_popen(mailcmd, "w", e, &mailpid))) { in child_process()
672 fprintf(mail, "From: Cron Daemon <%s@%s>\n", in child_process()
675 fprintf(mail, "From: Cron Daemon <%s>\n", in child_process()
677 fprintf(mail, "To: %s\n", mailto); in child_process()
678 fprintf(mail, "CC: %s\n", mailcc); in child_process()
679 fprintf(mail, "BCC: %s\n", mailbcc); in child_process()
680 fprintf(mail, "Subject: Cron <%s@%s> %s\n", in child_process()
684 fprintf(mail, "Date: %s\n", in child_process()
[all …]
/src/contrib/sendmail/
H A DFREEBSD-upgrade13 so mergemaster will merge /etc/mail/freebsd*cf by making a minor
33 etc/mail/Makefile
34 etc/mail/README
35 etc/mail/access.sample
36 etc/mail/aliases
37 etc/mail/mailer.conf
38 etc/mail/mailertable.sample
39 etc/mail/virtusertable.sample
57 libexec/mail.local/Makefile
/src/contrib/sendmail/mail.local/
H A DREADME1 This directory contains the source files for mail.local.
8 If you choose to run *this* mail.local on these systems then you may also
19 Defining CONTENTLENGTH (-DCONTENTLENGTH) will build a mail.local which
32 mail.local will not be installed set-user-ID root. To use it as local
39 Defining HASHSPOOL (-DHASHSPOOL) will build a mail.local which supports
40 delivering to subdirectories of the mail spool, based on a hash of the
42 /var/spool/mail/u/s/user). If the hash depth is greater than the length
44 exist; mail.local will not create them. Use the "-H" option to set the
48 an alternate mail spool path (i.e., "-p /local/mail") and "-n" to specify
49 that mail.local should not strip the @domain part of recipient addresses
/src/usr.sbin/periodic/etc/daily/
H A D210.backup-aliases15 if [ ! -f /etc/mail/aliases ]
30 cp -p /etc/mail/aliases $bak/aliases.bak || rc=3
33 if ! cmp -s $bak/aliases.bak /etc/mail/aliases
37 diff ${daily_diff_flags} $bak/aliases.bak /etc/mail/aliases
39 cp -p /etc/mail/aliases $bak/aliases.bak || rc=3
/src/contrib/file/magic/Magdir/
H A Dmail.news2 # $File: mail.news,v 1.32 2024/11/10 16:59:38 christos Exp $
3 # mail.news: file(1) magic for mail and news
6 #0 string From mail text
13 0 string/t Forward\ to mail forwarding text
15 0 string/t Pipe\ to mail piping text
17 0 string/tc delivered-to: SMTP mail text
19 0 string/tc return-path: SMTP mail text
25 0 string/t From: news or mail text
27 0 string/t Date: news or mail text
29 0 string/t Subject: news or mail text
[all …]
H A Dmmdf4 # mmdf: file(1) magic for MMDF mail files
9 # (handled by ./mail.news); each message is surrounded by lines containing 4 control-A
18 # or by looking for MBOX Mailbox (/mail.news) characteristic like:
24 # but default mailbox name is like /usr/spool/mail/username
/src/release/packages/ucl/
H A Dsendmail-all.ucl19 comment = "sendmail mail transport agent"
22 The sendmail mail transport agent allows the system to send and receive mail
23 for both local and remote users. sendmail can also act as a mail exchanger
25 rewrite, filter or otherwise process mail before delivering it.
27 sendmail supports multiple mail transport protocols, including Internet SMTP,
33 not receive) mail over SMTP.
H A Ddma-all.ucl39 The DragonFly Mail Agent (dma) is a lightweight mail transport agent intended
40 for home and office use. dma can accept mail from local users and deliver it
42 mail via an SMTP smart host, optionally using STARTTLS and/or authentication.
44 dma does not implement an SMTP server and cannot receive mail from remote
45 systems, nor act as a mail exchanger for other hosts. If an SMTP server
46 is required, or when more advanced mail routing is needed, consider using
/src/usr.sbin/etcupdate/tests/
H A Dconflicts_test.sh100 mkdir -p $OLD/etc/mail $NEW/etc/mail $TEST/etc/mail
103 cat > $OLD/etc/mail/aliases <<EOF
110 cat > $NEW/etc/mail/aliases <<EOF
121 cat > $TEST/etc/mail/aliases <<EOF
285 cp $TEST/etc/mail/aliases $CONFLICTS/etc/mail/aliases
/src/libexec/mail.local/
H A DMakefile3 .PATH: ${SENDMAIL_DIR}/mail.local
5 PROG= mail.local
6 SRCS= mail.local.c
7 MAN= mail.local.8
/src/etc/sendmail/
H A DMakefile22 DEST_CF= ${DESTDIR}/etc/mail/sendmail.cf
23 DEST_SUBMIT_CF= ${DESTDIR}/etc/mail/submit.cf
65 ${.CURDIR}/freebsd.mc freebsd.cf ${DESTDIR}/etc/mail
67 ${.CURDIR}/freebsd.submit.mc freebsd.submit.cf ${DESTDIR}/etc/mail
69 ${SMDIR}/helpfile ${DESTDIR}/etc/mail
79 ${SENDMAIL_ADDITIONAL_CF} ${DESTDIR}/etc/mail
H A Dfreebsd.mc46 # and owner of the SSL certificates and keys in /etc/mail/certs to be usable
55 FEATURE(access_db, `hash -o -T<TMPF> /etc/mail/access')
58 FEATURE(mailertable, `hash -o /etc/mail/mailertable')
59 FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')
62 define(`CERT_DIR', `/etc/mail/certs')dnl
88 dnl define(`SMART_HOST', `your.isp.mail.server')
91 dnl /etc/mail/local-host-names and comment out the second line.
92 dnl define(`confCW_FILE', `-o /etc/mail/sendmail.cw')
93 define(`confCW_FILE', `-o /etc/mail/local-host-names')
/src/contrib/sendmail/contrib/
H A Ddnsblaccess.m440 dnl ## bogus.tag:127.0.0.3 error:dialup mail from %1: listed at %2
49 dnl ## A-record for this lookup, then the mail is treated as if the
51 dnl ## then a default message rejects the mail. If it returns
53 dnl ## "dialup mail from 123.45.6.7: listed at rbl.bogus.org"
54 dnl ## is used to reject the mail. If it returns 127.0.0.4, the
55 dnl ## mail is processed as if there were no HACK line. If the
57 dnl ## mail is rejected with a default error message. If the
58 dnl ## address returned does not begin 127, then the mail is
73 define(`_EDNSBL_SRV_', `ifelse(len(X`'_ARG_),`1',`blackholes.mail-abuse.org',_ARG_)')dnl
/src/crypto/openssl/doc/man1/
H A Dopenssl-smime.pod.in57 This command handles S/MIME mail. It can encrypt, decrypt, sign
75 Encrypt mail for the given recipient certificates. Input file is the message
76 to be encrypted. The output file is the encrypted mail in MIME format.
83 Decrypt mail using the supplied certificate and private key. Expects an
84 encrypted mail message in MIME format for the input file. The decrypted mail
89 Sign mail using the supplied certificate and private key. Input file is
99 Verify signed mail. Expects a signed mail message on input and outputs
214 to translation by mail relays but it cannot be read by mail agents that
269 The relevant mail headers. These are included outside the signed
271 then many S/MIME mail clients check the signers certificate's email
[all …]
/src/share/skel/
H A Ddot.mailrc2 # .mailrc - mail resources
4 # see also mail(1)
15 # include your private mail aliases
/src/usr.sbin/syslogd/
H A Dsyslog.conf7 *.err;kern.warning;auth.notice;mail.crit /dev/console
8 *.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
11 mail.info /var/log/maillog
/src/crypto/heimdal/doc/
H A Dkerberos4.texi85 mail.foo.se rcmd, pop
91 @samp{rcmd.foo}, @samp{rcmd.mail}, @samp{pop.mail}, @samp{rcmd.ftp}, and
95 @samp{rcmd.old-mail}, where @samp{gone.foo.se} was a machine that has
96 now passed away, and @samp{old-mail.foo.se} was an old mail machine that
97 is now a CNAME for @samp{mail.foo.se}.
103 rcmd.mail host/mail.foo.se
104 pop.mail pop/mail.foo.se
108 rcmd.old-mail @i{removed}
/src/libexec/bootpd/
H A Dsyslog.conf16 kern.debug;user,mail.crit;auth.notice /dev/console
20 kern.debug;user,mail.crit;auth.notice /var/adm/messages
39 mail.debug ifdef(`LOGHOST', /var/log/syslog, @loghost)

12345678910>>...16