Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
annotate etc/bsmtp2dma.conf.sample @ 723:a97ec3f07bdb
farray.sh: REFACTOR: More flexible metadata retrieval.
Using an array or alist variable name or token value (with prefix) is now
supported in every function.
This is possible because the value prefixes contain questin marks (?) which
are not allowed in shell variable names.
This again is a major precondition for recursive data structures
(arrays/alists in arrays/alists).
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 05 Oct 2024 21:55:55 +0200 |
| parents | 84d2735fe7f6 |
| children |
| rev | line source |
|---|---|
| 110 | 1 # |
| 2 # Configure bsmtp2dma tool. | |
| 3 # | |
| 4 # Is is sourced by `bsmtp2dma`. | |
| 5 # | |
|
386
84d2735fe7f6
Simplified version tagging a lot: it is also faster now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
122
diff
changeset
|
6 # @(#)@@SIMPLEVERSIONTAG@@ |
| 110 | 7 # |
| 8 | |
|
122
00b99c1f039c
Document requirements for MAILER
Franz Glasner <fzglas.hg@dom66.de>
parents:
110
diff
changeset
|
9 # |
|
00b99c1f039c
Document requirements for MAILER
Franz Glasner <fzglas.hg@dom66.de>
parents:
110
diff
changeset
|
10 # MAILER should be compatible to "sendmail": |
|
00b99c1f039c
Document requirements for MAILER
Franz Glasner <fzglas.hg@dom66.de>
parents:
110
diff
changeset
|
11 # - read mail including headers from stdin until EOF |
|
00b99c1f039c
Document requirements for MAILER
Franz Glasner <fzglas.hg@dom66.de>
parents:
110
diff
changeset
|
12 # - support the "-f" flag to explicitely set the envelope sender |
|
00b99c1f039c
Document requirements for MAILER
Franz Glasner <fzglas.hg@dom66.de>
parents:
110
diff
changeset
|
13 # |
| 110 | 14 #MAILER="/usr/sbin/sendmail" |
| 15 #MAILER="/usr/libexec/dma" |
