-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
58 lines (40 loc) · 1.8 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
README of ENMA
August 27, 2008
* ENMA
ENMA is a milter program for the domain authentication technologies.
It authenticates sender's address with SPF and Sender ID, then
labels the result onto the Authentication-Results: field.
ENMA implements the following RFCs and an Internet Draft:
- RFC4406 (Sender ID)
- RFC4407 (PRA)
- RFC4408 (SPF)
- draft-kucherawy-sender-auth-header-15
(the Authentication-Results: field)
ENMA is developed by IIJ. IIJ has been using several domain
authentication software, though, all of them appeared unstable. ENMA
is designed and implemented in order to stand large ISP's operation
and is well-tested.
* Functionality
- SPF authentication
Extracting a sender address from SMTP MAIL FROM. If "<>" is
specified in SMTP MAIL FROM, it is extracted from SMTP EHLO/HELO.
Authentication result is recorded onto the Authentication-Results:
field. The Received-SPF: field is not used.
- Sender ID authentication
Extracting a sender address from a mail header with RPA.
Authentication result is recorded onto the Authentication-Results:
field.
- Inserting/deleting the Authentication-Results: field
Recording results of SPF authentication and Sender ID
authentication onto the Authentication-Results: field. Also, to
prevent insertion of faked Authentication-Results: fields, the
fields which contains the hostname specified with
authresult.identifier are deleted.
* Contact info
You can download ENMA packages at the following website:
http://sourceforge.net/projects/enma/
Please use the following mailing lists for questions and discussions
on ENMA:
[email protected] (English)
[email protected] (Japanese)
$Id: README 506 2008-08-27 09:20:46Z takahiko $