Opened 8 years ago

Closed 5 years ago

#128 closed enhancement (fixed)

create_mail_table: Upgrade, Coldboot scripts and QuickStart should set up mail tables

Reported by: Trn Owned by: Eric Swenson
Priority: minor Milestone: MR12.7
Component: Install/Upgrade Version: MR12.6f
Keywords: mail Cc:

Description

create_mail_table should be included in the upgrade, cold boot and QuickStart because it must be done - once - and before bringing up the answering service.

"Generally, this command should only be needed once, the first time the
system is booted when it is delivered, or when the site first upgrades
to MR10.2. It must be used after the PNT has been created, but before
the system is brought up for regular service; the safest way is to run
it before the Answering Service is started."

Change History (5)

comment:1 by Eric Swenson, 7 years ago

The acct_start_up.ec (asu.ec) has the following:

&- ------------ URF, MAIL_TABLE -----------
&-
&print (asu.ec): Creating URF, MAIL_TABLE with capacity of 1000 users
&if &(TEST) &then new_user$new_user_test [wd]
&if &(TEST) &then mail_table_priv_$test [path &(SITE)>mail_system_dir]
&if &[exists entry URF]

&then delete URF -force

create_urf URF -size 1000
&if &[exists entry &(SITE)>mail_system_dir>MAIL_TABLE]

&then l_rename &(SITE)>mail_system_dir>MAIL_TABLE MAIL_TABLE.[unique]

create_mail_table
&-

This should create the mail table. Should investigate why this isn't working.

comment:2 by Eric Swenson, 6 years ago

Milestone: MR12.6gMR12.7

Milestone renamed

comment:3 by Eric Swenson, 5 years ago

Milestone: MR12.7MR12.8

comment:4 by Eric Swenson, 5 years ago

Status: newaccepted

comment:5 by Eric Swenson, 5 years ago

Milestone: MR12.8MR12.7
Resolution: fixed
Status: acceptedclosed

Marking this ticket fixed because a newly cold-booted MR12.7 system does have a mail table.

Note: See TracTickets for help on using tickets.