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: | 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 , 7 years ago
comment:3 by , 5 years ago
| Milestone: | MR12.7 → MR12.8 |
|---|
comment:4 by , 5 years ago
| Status: | new → accepted |
|---|
comment:5 by , 5 years ago
| Milestone: | MR12.8 → MR12.7 |
|---|---|
| Resolution: | → fixed |
| Status: | accepted → closed |
Marking this ticket fixed because a newly cold-booted MR12.7 system does have a mail table.

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]
create_urf URF -size 1000
&if &[exists entry &(SITE)>mail_system_dir>MAIL_TABLE]
create_mail_table
&-
This should create the mail table. Should investigate why this isn't working.