384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
|
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
|
-
+
|
[pmdoc]: http://pm-doc.sourceforge.net/doc/
[rfc822]: https://www.w3.org/Protocols/rfc822/
<a id="db"></a>
### Method 2: Store in a Database
The self-hosting Fossil repository at <https://www.fossil-scm.org/>
The self-hosting Fossil repository at <https://fossil-scm.org/>
currently uses this method rather than [the pipe method](#pipe) because
it is running inside of a restrictive [chroot jail][cj] which is unable
to hand off messages to the local MTA directly.
When you configure a Fossil server this way, it adds outgoing email
messages to a SQLite database file. A separate daemon process can then
extract those messages for further disposition.
|