diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
| commit | b205d83df7763ca1f099bce5ac12a05862a626c4 (patch) | |
| tree | f30d11bce592433d73cbb079c6db2d3428a52cf5 /etc/mail | |
| parent | 54055718ff5134ddd61afc4c5f01440022040a06 (diff) | |
Diffstat (limited to 'etc/mail')
| -rw-r--r-- | etc/mail/Makefile | 2 | ||||
| -rw-r--r-- | etc/mail/README | 2 | ||||
| -rw-r--r-- | etc/mail/access.sample | 2 | ||||
| -rw-r--r-- | etc/mail/aliases | 2 | ||||
| -rw-r--r-- | etc/mail/mailer.conf | 2 | ||||
| -rw-r--r-- | etc/mail/mailertable.sample | 2 | ||||
| -rw-r--r-- | etc/mail/virtusertable.sample | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/etc/mail/Makefile b/etc/mail/Makefile index 3f085cc2d780..55b681f09744 100644 --- a/etc/mail/Makefile +++ b/etc/mail/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/etc/mail/Makefile,v 1.36.28.1 2009/04/15 03:14:26 kensmith Exp $ # # This Makefile provides an easy way to generate the configuration # file and database maps for the sendmail(8) daemon. diff --git a/etc/mail/README b/etc/mail/README index fd7c8f6ed812..c433944d8fb5 100644 --- a/etc/mail/README +++ b/etc/mail/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/etc/mail/README,v 1.16.34.1 2009/04/15 03:14:26 kensmith Exp $ Sendmail Processes diff --git a/etc/mail/access.sample b/etc/mail/access.sample index 33cfe17d3327..5354df641516 100644 --- a/etc/mail/access.sample +++ b/etc/mail/access.sample @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/etc/mail/access.sample,v 1.3.24.1.4.1 2009/04/15 03:14:26 kensmith Exp $ # # Mail relay access control list. Default is to reject mail unless the # destination is local, or listed in /etc/mail/local-host-names diff --git a/etc/mail/aliases b/etc/mail/aliases index ae0e7f1c3fbd..f79e101bbe08 100644 --- a/etc/mail/aliases +++ b/etc/mail/aliases @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/etc/mail/aliases,v 1.21.10.1.2.1 2009/04/15 03:14:26 kensmith Exp $ # @(#)aliases 5.3 (Berkeley) 5/24/90 # # Aliases in this file will NOT be expanded in the header from diff --git a/etc/mail/mailer.conf b/etc/mail/mailer.conf index 3fa69223046c..a3605d389dc2 100644 --- a/etc/mail/mailer.conf +++ b/etc/mail/mailer.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/etc/mail/mailer.conf,v 1.3.34.1 2009/04/15 03:14:26 kensmith Exp $ # # Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail # diff --git a/etc/mail/mailertable.sample b/etc/mail/mailertable.sample index d2c45e09c36e..a14f43e62248 100644 --- a/etc/mail/mailertable.sample +++ b/etc/mail/mailertable.sample @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/etc/mail/mailertable.sample,v 1.2.34.1 2009/04/15 03:14:26 kensmith Exp $ # # List of domains (possibly wildcarded) and destination mailers # diff --git a/etc/mail/virtusertable.sample b/etc/mail/virtusertable.sample index 43e2bbbe4103..2f97809d1c64 100644 --- a/etc/mail/virtusertable.sample +++ b/etc/mail/virtusertable.sample @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/etc/mail/virtusertable.sample,v 1.3.34.1 2009/04/15 03:14:26 kensmith Exp $ # # Map one or all usernames at a source hostname to a specific (or the same) # username at another target hostname. Remember to add the source hostname |
