5.2.4 on page 740 for an illustration of one use for this mc configuration
macro.
This is the Title of the Book, eMatter Edition
Copyright ?© 2007 O??™Reilly & Associates, Inc. All rights reserved.
20.3 The mc Configuration Syntax | 715
20.3.1.4 confRELAY_MAILER
The confRELAY_MAILER mc configuration macro is used to specify your preference for
the delivery agent you prefer to perform relaying to another machine. You might
relay, for example, to a SMART_HOST (?§17.3.3.6 on page 597) or to a BITNET_
RELAY (?§21.9.11 on page 808).
The default for this mc configuration macro??™s value is relay (?§20.4.13.5 on page
733), which is the delivery agent for relaying mail to another host or hosts. One possible
alternative might be:
define(`confRELAY_MAILER??, `uucp-new??)
This would be reasonable if you are on a UUCP-only connected site.
20.3.2 Tuning Without an Appropriate Keyword
Unfortunately, not all delivery agent equates can be tuned with mc configuration
macros. The U= delivery agent equate for the usenet agent is one example. To change
such a value, you need to copy the original definition, modify it, and put the modified
definition in your local mc configuration file. For example, to add a U= delivery
agent equate to the Usenet delivery agent, you might do the following:*
% grep -h Musenet cf/mailer/*
Musenet, P=USENET_MAILER_PATH, F=USENET_MAILER_FLAGS, S=10, R=20,
_OPTINS(`USENET_MAILER_MAX??, `M=??, `, ??)T=X-Usenet/X-Usenet/X-Unix,
A=USENET_MAILER_ARGS $u
Here, the prototype definition for the usenet delivery agent is found.
Pages:
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252