home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Previous Section Next Section

usenet

Deliver through inews V8.4 and above

The usenet delivery agent is used to post messages to USENET newsgroups by means of the inews program. It is declared like this:

MAILER(`local')    define first
MAILER(`usenet')   define second

Note that the local delivery agent must be defined before you can define usenet. The preceding declaration causes any mail addresses that end in a literal .usenet to be sent via this delivery agent. This works for addresses that end in .usenet, and addresses that end in .usenet@$=w where the class $=w ($=w) contains all the names of the hosts that represent the local machine.

The user portion of the address that precedes the .usenet should be the name of the newsgroup to which you are posting, such as comp.mail.sendmail.usenet. The usenet delivery agent calls the inews program to deliver the posting to that newsgroup.

The defaults for the usenet delivery agent are shown in Table 20-15, along with the mc configuration macros used to alter those defaults.

Table 20-15. Defaults for the usenet delivery agent

Macro

§

Default

USENET_MAILER_ARGS

See this section

A=inews -m -h -n $u

USENET_MAILER_FLAGS

See this section

F=rsDFMmn

USENET_MAILER_MAX

M=

no M= default

USENET_MAILER_PATH

See this section

P=/usr/lib/news/inews

none

R=

R=EnvToL

none

S=

S=EnvFromL

none

T=

T=X-Usenet/X-Usenet/X-Unix

USENET_MAILER_QGRP

Q=

no Q= default

The source for inews is available with the nntp program, which is available in many forms from various sites. Use your web browser to find a version suitable to your needs. One such site is http://www.isc.org/products/INN/.

These are the same folks who supply the BIND nameserver software.

    Previous Section Next Section