The UUCP
delivery agents are used to forward email over UUCP networks. The
following declaration enables six delivery agents (although two are
synonyms for others, meaning there are really only four):
MAILER(`uucp')
The enabled UUCP delivery agents are shown in Table 20-16.
Table 20-16. Enabled UUCP delivery agents
uucp-old
|
Section 4.6.1
|
V8.6 and above
|
Old-style, all ! form of UUCP
|
uucp
|
Section 4.6.1
|
V8.1 and above
|
Synonym for the above (obsolete)
|
uucp-new
|
Section 4.6.2
|
V8.6 and above
|
Old-style with multiple recipients
|
suucp
|
Section 4.6.2
|
V8.1 and above
|
Synonym for the above (obsolete)
|
uucp-uudom
|
Section 4.6.3
|
V8.6 and above
|
Domain-form headers, old-form envelope
|
uucp-dom
|
Section 4.6.4
|
V8.6 and above
|
Domain-form headers and envelope
|
Note that the smtp delivery agent must be defined
first if you want to use uucp-dom and
uucp-uudom:
MAILER(`smtp') define first
MAILER(`uucp') define second
Table 20-17 shows the mc
configuration macros that are used to change the defaults for all the
uucp delivery agents. Changing one will affect all
of them.
Table 20-17. Defaults for the uucp delivery agents
UUCP_MAILER_ARGS
|
See this section
|
A=uux - -r -z -a$g -gC $h!rmail ($u)
|
UUCP_MAILER_CHARSET
|
C=
|
no C= default
|
UUCP_MAILER_FLAGS
|
See this section
|
F=DFMhuUd
|
UUCP_MAILER_MAX
|
m=
|
M=100000
|
UUCP_MAILER_PATH
|
See this section
|
P=/usr/bin/uux
|
none
|
R=
|
R=EnvToU/HdrToU (for uucp,
uucp-old, suucp, and uucp-new)
|
none
|
R=
|
R=EnvToSMTP/HdrFromSMTP (for
uucp-dom and uucp-uudom)
|
none
|
S=
|
S=FromU (for uucp, uucp-old,
suucp, and uucp-new)
|
none
|
S=
|
S=EnvFromUD/HdrFromSMTP (for
uucp-dom)
|
none
|
S=
|
S=EnvFromUUD/HdrFromSMTP (for
uucp-uudom)
|
none
|
T=
|
T=X-UUCP/X-UUCP/X-Unix
|
UUCP_MAILER_QGRP
|
Q=
|
no Q= default
|
These delivery agents are described in greater detail in Chapter 4, beginning in Section 4.6.