File: OPTIONS

package info (click to toggle)
smtpfeed 0.89-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 744 kB
  • ctags: 753
  • sloc: ansic: 12,715; sh: 250; makefile: 98; perl: 73
file content (75 lines) | stat: -rw-r--r-- 3,406 bytes parent folder | download
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
Command line options

-1		Disable SMTP piggybacking (equivalent to -R1)
-A		Try T_ANY query first to get MX list from DNS
-a alias	Alias for the host (can be specified multiple times)
-b size		TCP send buffer size (Default: system default)
-c name		FQDN of the host (used as HELO parameter of SMTP)
		(default is obtained by gethostname(2))
-d debugopt	Debug options (specify like: "acel")
		A: enable all debug options of small letter
		a: address	c: connection	e: event	h: hash
		l: LMTP		m: routing map	n: DNS		r: resolv
		s: SMTP		t: transaction	u: resource
		D: surpress delivery	Q: DNS query only
-E		Extract queueID information from "id" portion of Received:
		header line inserted by sendmail. QueueID information will
		be logged for enevy transactions even in runqueue processing.
-F		Insert recipient information on To: header line when number
		of recipients for a SMTP transaction is only one.
		(Just for bounced address detection -- administrative use)
-h		Show help message
-I queue-id	Equivalent to -i but no purge information on RSET state
-i queue-id	Queue-id generated by sendmail just for logging information
		(macro name for queue-id in sendmail.cf is $i.)
-l facility	Logging facility (Default: local5)
-M mapfile	Path of routing map file (Default: not defined)
		syntax of routing map file:
			DOMAIN		dest1:dest:...		# comments
		e.g.)
			# exact match
			sub.my.domain	A:[backup.server]
			# substring match (true up the right side)
			.co.jp		quick.relay.server:MX
			# aliasing (for BITNET routing in Japan)
			.bitnet		=.bitnet.ad.jp
			# default configuration
			.		MX
-m fallbackmx	Fallback MX host (Default: not defined)
-N domain	Internet Domain (available with --enable-ipv6 configuration)
		4: use IPv4 only, 6: use IPv6 only, B: use both of IPv4/IPv6
		(default is B)
-n num		Max socket number to be used (Default: (FD_SETSIZE-1).
		Do not specify larger number than it. Sizes around "fd_set"
		of your system should also be changed and re-compiled
		if you want to set larger max socket number)
-o source-addr	Source address for SMTP connection
		(Default: an appropriate address will be dynamically assigned)
-p port		Source port number for sender side of SMTP connection.
		(Default: a free port will be dynamically assigned)
-R num		Max number of recipients to be sent in a transaction.
		(Default: 100)
-r num		Minimum number of recipients not to reject delivery operation.
		(Default: 1)
-s size		Max size of deliverable messages.
		(Default: unlimited)
-t category=val	Timeouts (default values are shown in ())
		Numbers followed by 's' means 'in seconds', by 'm' means
		'in minutes' and by 'h' means 'in hours'. default is 'm'.
			total: total processing limit (55m)
			  it will be take "total + quit"
			connect: till TCP connection establishment (5m)
			greet: till get SMTP greeting message (5m)
			helo: till get response for HELO (5m)
			mail: till get response for MAIL (10m)
			rcpt: till get response for RCPT (60m)
			data: till get response for DATA (5m)
			body: till send next datablock (20m)
			term: till get response for DATA termination (60m)
			cache: for idle SMTP connection (5m)
			rset: till get response for RSET (5m)
			quit: till get response for QUIT (2m)
-u		Enable SMTP connection caching (default: off)
-V		Insert version information on Received: header line
-y		Refer A RR if this host is the first MX
-z		Disable SMTP pipelining