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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
# $Id: TRACEFLAGS,v 8.37.2.3 2002/09/12 02:57:36 gshapiro Exp $
0, 4 main.c main canonical name, UUCP node name, a.k.a.s
0, 15 main.c main print configuration
0, 44 util.c printav print address of each string
0, 101 main.c main print version and exit
1 main.c main print from person
2 main.c finis
3 conf.c getla, shouldqueue
4 conf.c enoughspace
5 clock.c setevent, clrevent, tick
6 savemail.c savemail, returntosender
7 queue.c queuename
8 domain.c getmxrr, getcanonname
9 daemon.c getauthinfo IDENT protocol
9 daemon.c maphostname
10 deliver.c deliver
11 deliver.c openmailer, mailfile
12 parseaddr.c remotename
13 deliver.c sendall, sendenvelope
14 headers.c commaize
15 daemon.c getrequests
16 daemon.c makeconnection
17 deliver.c hostsignature
17 domain.c mxrand
18 usersmtp.c reply, smtpmessage, smtpinit, smtpmailfrom, smtpdata
19 srvrsmtp.c smtp
20 parseaddr.c parseaddr
21 parseaddr.c rewrite
22 parseaddr.c prescan
24 parseaddr.c buildaddr, allocaddr
25 recipient.c sendtolist
26 recipient.c recipient
27 alias.c alias
27 alias.c readaliases
27 alias.c forward
27 recipient.c include
28 udb.c udbexpand, udbsender
29 parseaddr.c maplocaluser
29 recipient.c recipient (local users), finduser
30 collect.c collect
30 collect.c eatfrom
31 headers.c chompheader
32 headers.c eatheader
33 headers.c crackaddr
34 headers.c putheader
35 macro.c expand, define
36 stab.c stab
37 readcf.c (many)
38 map.c initmaps, setupmaps (bogus map)
39 map.c map_rewrite
40 queue.c queueup, orderq, dowork
41 queue.c orderq
42 mci.c mci_get
43 mime.c mime8to7
44 recipient.c writable
44 safefile.c safefile, safedirpath, filechanged
45 envelope.c setsender
46 envelope.c openxscript
47 main.c drop_privileges
48 parseaddr.c rscheck
48 conf.c validate_connection
49 conf.c checkcompat
50 envelope.c dropenvelope
51 queue.c unlockqueue
52 main.c disconnect
53 util.c xfclose
54 err.c putoutmsg
55 conf.c lockfile
56 mci.c persistent host status
57 util.c snprintf
58 bf.c bf* routines
60 map.c
61 conf.c sm_gethostbyname
62 multiple file descriptor checking
63 queue.c runqueue process watching
64 multiple Milter
65 main.c permission checks
#if _FFR_ADAPTIVE_EOL
66 srvrsmtp.c conformance checks
#endif /* _FFR_ADAPTIVE_EOL */
#if _FFR_QUEUE_SCHED_DBG
69 queue.c scheduling
#endif /* _FFR_QUEUE_SCHED_DBG */
#if _FFR_QUARANTINE
70 queue.c quarantining
#endif /* _FFR_QUARANTINE */
71,>99 milter.c quarantine on errors
80 content length
81 sun remote mode
91 mci.c syslogging of MCI cache information
93,>99 * Prevent daemon connection fork for profiling/debugging
94,>99 srvrsmtp.c cause commands to fail (for protocol testing)
95 srvrsmtp.c AUTH
95 usersmtp.c AUTH
96 tls.c Activate SSL_CTX_set_info_callback()
97 srvrsmtp.c Trace automode settings for I/O
98 * timers
99 main.c avoid backgrounding (no printed output)
|