|
|
Two key files control sendmail operation:
Additionally, you might want to bring forward virtual domain configuration files. sendmail uses these files to route incoming mail to users whose addresses are in virtual domains on your system.
The following files must be saved before you reinstall:
Save in all cases.
Save in all cases.
Save only if you configured them and they are referred to by sendmail.cf.
Save only if you use virtual domains.
ipaddress is the IP address for each domain.
A system called phoebe uses sendmail, does not use additional aliases files, and has virtual domains configured. The virtual domains are:
Domain name | IP Address |
---|---|
veggies.com | 192.168.118.1 |
fruits.com | 192.168.118.2 |
nuts.com | 192.168.118.3 |
/usr/lib/sendmail.cf /usr/lib/mail/aliases /usr/internet/lib/sco_mail/domains /usr/internet/lib/sco_mail/domains.db /usr/internet/ip/192.168.118.1/sco_mail/passwd /usr/internet/ip/192.168.118.1/sco_mail/config /usr/internet/ip/192.168.118.1/sco_mail/spool/* /usr/internet/ip/192.168.118.2/sco_mail/passwd /usr/internet/ip/192.168.118.2/sco_mail/config /usr/internet/ip/192.168.118.2/sco_mail/spool/* /usr/internet/ip/192.168.118.3/sco_mail/passwd /usr/internet/ip/192.168.118.3/sco_mail/config /usr/internet/ip/192.168.118.3/sco_mail/spool/*
tar cv6 /usr/lib/sendmail.cf \ /usr/lib/mail/aliases \ /usr/internet/lib/sco_mail/domains \ /usr/internet/lib/sco_mail/domains.db \ /usr/internet/ip/192.168.118.1/sco_mail/passwd \ /usr/internet/ip/192.168.118.1/sco_mail/config \ /usr/internet/ip/192.168.118.1/sco_mail/spool/* \ /usr/internet/ip/192.168.118.2/sco_mail/passwd \ /usr/internet/ip/192.168.118.2/sco_mail/config \ /usr/internet/ip/192.168.118.2/sco_mail/spool/* \ /usr/internet/ip/192.168.118.3/sco_mail/passwd \ /usr/internet/ip/192.168.118.3/sco_mail/config \ /usr/internet/ip/192.168.118.3/sco_mail/spool/*
6
).
You can substitute another device if desired.
To confirm that the files were saved, enter the
following at your system prompt:
tar tv6
The files you saved should be listed.
After you install your SCO OpenServer system, you can use the configuration files you saved to restore your previous sendmail configuration:
Use it to configure virtual domains as described in the SCO OpenServer Handbook, using the domain name and IP addresses you saved previously. This creates the directory structure to hold the files you want to restore.
This restores the saved sendmail (and virtual domain) configuration data.