diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-07 06:40:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-07 06:40:42 +0000 |
commit | 9c724bfe992f409af1671d248e4ce04ee244e2fc (patch) | |
tree | 41c8b25669183d3c261efb27c42fb4652bf4bfff /mail/sendmail/files/patch-vacation.1 | |
parent | - uncomment a line in the sample script (diff) |
- Update to sendmail 8.12.1
This ports will creates a new user and group named smmsp.
Setting up the serer and client queues.
You need to create an "sumbit.cf" for local submission.
Notes
Notes:
svn path=/head/; revision=48511
Diffstat (limited to 'mail/sendmail/files/patch-vacation.1')
-rw-r--r-- | mail/sendmail/files/patch-vacation.1 | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/mail/sendmail/files/patch-vacation.1 b/mail/sendmail/files/patch-vacation.1 deleted file mode 100644 index c120a23fb873..000000000000 --- a/mail/sendmail/files/patch-vacation.1 +++ /dev/null @@ -1,41 +0,0 @@ -diff -ur vacation/vacation.1 src/contrib/sendmail/vacation/vacation.1 ---- vacation/vacation.1 Fri Dec 29 19:12:23 2000 -+++ vacation/vacation.1 Sat Mar 3 11:27:12 2001 -@@ -24,8 +26,10 @@ - .RB [ \-x ] - .RB [ \-a - .IR alias ] -+.RB [ \-d ] - .RB [ \-f - .IR database ] -+.RB [ \-l ] - .RB [ \-m - .IR message ] - .RB [ \-s -@@ -59,6 +63,15 @@ - in the same manner as those received for the user's - login name. - .TP -+.B \-d -+Send error/debug messages to stdout instead of syslog. -+Otherwise, fatal errors, such as calling -+.B vacation -+with incorrect arguments, or with non-existent -+.IR login s, -+are logged in the system log file, using -+syslog(8). -+.TP - .BI \-f " filename" - Use - .I filename -@@ -78,6 +91,10 @@ - Same as - .B \-i - (for backwards compatibility). -+.TP -+.B \-l -+List the content of the vacation database file including the address -+and the associated time of the last auto-response to that address. - .TP - .BI \-m " filename" - Use |