File: backend-echo.html

package info (click to toggle)
mailfront 2.12-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,072 kB
  • sloc: sh: 5,549; ansic: 5,083; makefile: 35
file content (16 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<body>

<h2><a href="mailfront.html">Mailfront</a></h2>

<h1>Backend: echo</h1>

<hr />

<p>The echo backend is a very simple module that does no delivery at
all. Instead it just echos the sender, recipients, data, and the number
of bytes in the message into the logs. Its primary use is for testing,
when delivering a message is not necessary.</p>

</body>
</html>