Copy that definition
into your mc configuration file and add the missing delivery agent equate:
MAILER(usenet)
MAILER_DEFINITIONS
Musenet, P=USENET_MAILER_PATH, F=USENET_MAILER_FLAGS, S=10, R=20, U=news:news,
_OPTINS(`USENET_MAILER_MAX??, `M=??, `, ??)T=X-Usenet/X-Usenet/X-Unix,
A=USENET_MAILER_ARGS $u
First, the MAILER( ) m4 command causes initial support for the usenet delivery
agent to be included. The MAILER_DEFINITIONS section (?§20.3.3.1 on page 716) then
introduces your new delivery agent definition. Your new definition follows, and thus
replaces, the original definition.
Create a new configuration file, and run grep(1) run to check the result:
% make our.cf
% grep ^Musenet our.cf
Musenet, P=/usr/lib/news/inews, F=rlsDFMmn, S=10, R=20,
Musenet, P=/usr/lib/news/inews, F=rlsDFMmn, S=10, R=20, U=news:news,
* We are fudging here. The grep(1) won??™t work because the Musenet definition is split over three lines. Instead,
you need to use your editor to cut and paste.
This is the Title of the Book, eMatter Edition
Copyright ?© 2007 O??™Reilly & Associates, Inc. All rights reserved.
716 | Chapter 20: The M (Mail Delivery Agent) Configuration Command
20.3.3 Create a New mc Delivery Agent
From time to time you might need to create a brand-new delivery agent. To create a
new delivery agent withth e mc system, first change to the cf/mailer directory.
Pages:
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253