/freebsd/contrib/sendmail/src/ |
H A D | TRACEFLAGS | 16 10 deliver.c deliver 17 11 deliver.c openmailer, mailfile 19 13 deliver.c sendall, sendenvelope 23 17 deliver.c hostsignature 105 84 deliver.c timeout 116 90,>99 tls.c deliver.c Simulate error for OpenSSL functions related to DANE
|
H A D | sendmail.8 | 40 to deliver the message to the correct place. 47 is used only to deliver pre-formatted messages. 124 Deliver mail in the usual way (default). 150 Verify names only \- do not try to collect or deliver a message.
|
H A D | deliver.c | 17 SM_RCSID("@(#)$Id: deliver.c,v 8.1030 2013-11-22 20:51:55 ca Exp $") 35 static int deliver __P((ENVELOPE *, ADDRESS *)); 746 syserr("deliver: fork 1"); 823 syserr("deliver: fork 2"); 919 ** or if deliver-by time is exceeded. 1019 (void) deliver(e, q); 1446 sm_strlcat(cbuf, "deliver: ", sizeof(cbuf)); 1607 ** DELIVER -- Deliver a message to a list of addresses. 1612 ** that it will deliver to all these addresses however -- so 1613 ** deliver should be called once for each address on the list. [all …]
|
H A D | savemail.c | 270 ** Deliver a non-delivery report to the 524 msg = "Unable to deliver mail"; 722 /* actually deliver the error message */ 1046 p = "Deliver-By notify: relayed"; 1048 p = "Deliver-By trace: relayed"; 1184 /* Deliver-By-Date: -- when it should have been delivered */ 1191 "Deliver-By-Date: ", 1229 action = "relayed (Deliver-By trace mode)"; 1231 action = "delayed (Deliver-By notify mode)"; 1233 action = "relayed (Deliver-By notify mode)";
|
/freebsd/contrib/sendmail/cf/mailer/ |
H A D | cyrus.m4 | 39 ifdef(`CYRUS_MAILER_PATH',, `define(`CYRUS_MAILER_PATH', /usr/cyrus/bin/deliver)') 40 ifdef(`CYRUS_MAILER_ARGS',, `define(`CYRUS_MAILER_ARGS', `deliver -e -m $h -- $u')') 43 ifdef(`CYRUS_BB_MAILER_ARGS',, `define(`CYRUS_BB_MAILER_ARGS', `deliver -e -m $u')')
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.1 | 60 .B insert into memos values('deliver project description', 10); 68 deliver project description|10
|
/freebsd/contrib/dma/ |
H A D | dma.8 | 77 Queue the mail, but do not attempt to deliver it. 178 Use this port to deliver remote emails. 183 will deliver all mails to this port, regardless of whether a smarthost is set
|
H A D | dma.c | 64 static void deliver(struct qitem *); 276 * return and deliver mail in go_background() 315 deliver(struct qitem *it) in deliver() function 346 "Could not deliver for the last %d seconds. Giving up.", in deliver() 384 deliver(it); in run_queue()
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | arm,arch_timer.yaml | 17 The per-core architected timer is attached to a GIC to deliver its 19 to deliver its interrupts via SPIs.
|
H A D | arm,twd-timer.yaml | 17 The TWD is usually attached to a GIC to deliver its two per-processor
|
H A D | arm,twd.txt | 7 The TWD is usually attached to a GIC to deliver its two per-processor
|
/freebsd/lib/libsys/ |
H A D | rfork.2 | 88 If set, the kernel will deliver a specified signal to the parent 98 If set, the kernel will deliver SIGUSR1 instead of SIGCHLD upon thread
|
/freebsd/sys/dev/sfxge/common/ |
H A D | ef10_ev.c | 828 goto deliver; in ef10_ev_rx_packed_stream() 834 goto deliver; in ef10_ev_rx_packed_stream() 839 goto deliver; in ef10_ev_rx_packed_stream() 848 deliver: in ef10_ev_rx_packed_stream() 967 goto deliver; in ef10_ev_rx() 973 goto deliver; in ef10_ev_rx() 982 goto deliver; in ef10_ev_rx() 1063 deliver: in ef10_ev_rx()
|
/freebsd/contrib/sendmail/contrib/ |
H A D | qtool.8 | 49 immediately. No attempt will be made to deliver the messages. 109 Deliver by flag and deadline for DELIVERBY ESMTP extension.
|
H A D | doublebounce.pl | 32 ## closest to us, and try to deliver a double-bounce report back to a 70 # to deliver to a postmaster. sendmail's exit status tells us
|
/freebsd/share/man/man4/ |
H A D | ng_pptpgre.4 | 148 as PPP protocol can not deliver reordered data. 158 Greater values allow the node to deliver packets being late after more
|
H A D | multicast.4 | 251 added, the kernel may deliver upcall messages (also called signals 652 kernel will still deliver an 758 * pass the threshold we deliver an upcall and we are done. 789 /* max. number of upcalls to deliver together */ 940 deliver a signal if bw >= 1 packet, the first packet will trigger a
|
/freebsd/sys/dev/hyperv/vmbus/x86/ |
H A D | vmbus_x86.c | 96 * not deliver any more messages since there is no in vmbus_handle_timer_intr1() 107 * deliver another msg from the hypervisor in vmbus_handle_timer_intr1()
|
/freebsd/contrib/ofed/libibverbs/man/ |
H A D | ibv_attach_mcast.3 | 48 the fabric's multicast routing is configured to deliver messages to
|
H A D | ibv_create_comp_channel.3 | 35 essentially file descriptor that is used to deliver completion
|
/freebsd/contrib/tcpdump/ |
H A D | atm.h | 27 * do not deliver a heading HEC byte
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | arm,twd-wdt.yaml | 17 The TWD is usually attached to a GIC to deliver its two per-processor
|
/freebsd/contrib/sendmail/cf/ |
H A D | README | 346 LOCAL_MAILER_PATH [/bin/mail] The program used to deliver local mail. 349 LOCAL_MAILER_ARGS [mail -d $u] The arguments passed to deliver local 354 messages to deliver in a single connection. Only 365 LOCAL_SHELL_PATH [/bin/sh] The shell used to deliver piped email. 368 LOCAL_SHELL_ARGS [sh -c $u] The arguments passed to deliver "prog" 396 messages to deliver in a single connection for the 399 recipients to deliver in a single envelope for the 414 messages to deliver in a single connection for the 478 CYRUS_MAILER_PATH [/usr/cyrus/bin/deliver] The program used to deliver 480 CYRUS_MAILER_ARGS [deliver -e -m $h -- $u] The arguments passed [all …]
|
/freebsd/sys/netgraph/ |
H A D | ng_pptpgre.c | 685 /* Deliver packet */ in ng_pptpgre_xmit() 885 if (!gre->hasSeq) { /* no data to deliver */ in ng_pptpgre_rcvdata_lower() 914 goto deliver; \ in ng_pptpgre_rcvdata_lower() 952 * Then we correctly deliver the queue without growing it. in ng_pptpgre_rcvdata_lower() 1017 deliver: in ng_pptpgre_rcvdata_lower() 1045 /* Current packet has been queued, nothing to free/deliver. */ in ng_pptpgre_rcvdata_lower() 1169 * Deliver it and next packets in sequence, if any.
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | richtek,rt5739.yaml | 13 The RT5739 is a step-down switching buck converter that can deliver the
|