Previous | Next | Contents | Index |
In this section, a cook book approach is used to demonstrate how to set up a cc:Mail configuration.
\CCADMIN
,
\CCMAIL
, and \CCDATA
on F:
.
Also, there is the directory \PMDF
which is mapped to the
directory diska:[ccmail.pmdf]
on the system running PMDF.
This is the directory which PMDF will use to communicate with cc:Mail.
PMDF
as the name, and enter P
for post office
for its location. This creates the PMDF post office.
lan.rules
of such rules, suitable for
inclusion into the PMDF configuration file;if you have run it, you need
merely uncomment the reference to lan.rules
, Otherwise,
edit the PMDF configuration file, PMDF_TABLE:pmdf.cnf
(OpenVMS) or /pmdf/table/pmdf.cnf
(UNIX), to include the
rewrite rules:
ccmail $u%ccmail.example.com ccmail.example $u%ccmail.example.com ccmail.example.com $u@ccmail.example.com |
lan.chans
defining such a
channel, suitable for inclusion into the PMDF configuration file;if you
have run it, you need merely uncomment the reference to
lan.chans
. Otherwise, add the following channel definition
to the pmdf.cnf
file. To the very end of the file, add a
blank line followed by these two lines:
cc_local master defragment charset8 ibm437 ccmail.example.com |
cc_local_option
; if you have
run it, you need do nothing at this step. Otherwise, create the world
readable file cc_local_option
in the PMDF table
directory,5 containing lines such as shown here for OpenVMS
! An OpenVMS cc_local_option file CC_GATEWAY_NAME=PMDF CC_OUTPUT_FILE_NAME=DISKA:[CCMAIL.PMDF]CCMAIL.IMP CC_INPUT_FILE_NAME=DISKA:[CCMAIL.PMDF]CCMAIL.EXP CC_UNDEL_FILE_NAME=DISKA:[CCMAIL.PMDF]CCMAIL.UND |
! A UNIX cc_local_option file CC_GATEWAY_NAME=PMDF CC_OUTPUT_FILE_NAME=/diska/ccmail/pmdf/ccmail.imp CC_INPUT_FILE_NAME=/diska/ccmail/pmdf/ccmail.exp CC_UNDEL_FILE_NAME=/diska/ccmail/pmdf/ccmail.und |
"Smith, John"@CCMAIL.EXAMPLE.COM |
IN%"'Smith, John'@CCMAIL.EXAMPLE.COM" |
'"Smith, John"@CCMAIL.EXAMPLE.COM' |
"Smith, John"@CCMAIL.EXAMPLE.COM |
cc_local_option
file of Step 5. Import this file into
cc:Mail using the DOS commands:
CD \PMDF \CCADMIN\IMPORT FILES/HEX EXAMPLE password |
password
is the administrative password for
the cc:Mail postoffice. At this point the test message should appear in
the cc:Mail user's mailbox.
jsmith@example.com AT PMDF |
CD \PMDF \CCADMIN\EXPORT FILES/HEX FORMAT/FAN PMDF password |
ccmail.exp
which should appear in the shared
directory where PMDF can access it. On OpenVMS use the command
$ @PMDF_COM:master cc_local poll |
# pmdf run cc_local poll |
PMDF_COM:pc_post.com
(OpenVMS) or shell script
/pmdf/bin/pc_post
suitable for automating the PMDF side of
this process; or see Section 38.2.2 for several ways to automate the
polling process on the PMDF side. On the PC side, you should create a
file such as the following XFER.BAT
file, and run the
.BAT
file on your PC.
F: CD \PMDF :LOOP \CCADMIN\IMPORT FILES/HEX EXAMPLE password \CCADMIN\EXPORT FILES/HEX FORMAT/FAN PMDF password \PMDF\DELAY 10min GOTO LOOP |
5 I.e., create the file
|
Previous | Next | Contents | Index |