1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/mail/sendmail/files/patch-mail.local.8
Dirk Meyer 9833798928 - update to 8.14.3
- split patch into seperate files
2008-05-04 11:23:02 +00:00

58 lines
1.1 KiB
Groff

--- mail.local/mail.local.8.orig 2003-10-20 22:26:51.000000000 +0200
+++ mail.local/mail.local.8 2008-05-04 11:55:42.000000000 +0200
@@ -16,9 +16,9 @@
\- store mail in a mailbox
.SH SYNOPSIS
.B mail.local
-.RB [ \-7 "] [" \-b "] [" \-d "] [" \-D
+.RB [ \-7 "] [" \-b "] [" \-B "] [" \-d "] [" \-D
.IR mbdb ]
-.RB [ \-l "] [" \-f
+.RB [ \-l "] [" \-s "] [" \-f
\fIfrom\fR|\fB\-r\fR
.IR from ]
.RB [ \-h
@@ -38,6 +38,11 @@
.B \-7
Do not advertise 8BITMIME support in LMTP mode.
.TP
+.B \-B
+Turn off the attempts to notify the
+.Dq biff
+service.
+.TP
.B \-b
Return a permanent error instead of a temporary error
if a mailbox exceeds quota.
@@ -56,6 +61,13 @@
.TP
.B \-l
Turn on LMTP mode.
+.TP
+.B \-s
+Turn off the
+.Xr fsync 2
+call that forces the mailbox to be committed to disk before returning a
+.Dq success
+status.
.TP
.BI \-r " from"
Specify the sender's name (for backward compatibility).
@@ -120,7 +132,7 @@
.SH FILES
.PD 0.2v
.TP 2.2i
-/tmp/local.XXXXXX
+/var/tmp/local.XXXXXX
temporary files
.TP
/var/mail/user
@@ -131,7 +143,6 @@
.PD
.SH SEE ALSO
mail(1),
-xsend(1),
flock(2),
getservbyname(3),
comsat(8),