On Mon, 2002-09-23 at 12:19, James Pifer wrote: > > 2) I'm running Sendmail, Apache, and DNS. I'm not sure how or what to do > to bring those back up without completely reconfiguring them.
Copy the relevant configs: sendmail: /etc/mail/sendmail.mc apache: /etc/httpd/conf/httpd.conf dns: /etc/named.conf /var/named/* You can also work your own modifications into the new configs. Diff is useful for that: diff -u /etc/mail/sendmail.mc /mnt/oldsys/etc/mail/sendmail.mc If you recognize changes as your own, copy them into the new config. If you don't recognize changes, they may have been a change in the defaults, and you can leave them alone. > 3) Lastly, I don't want to have to recreate all my users. (mainly used > for POP3 email with sendmail; no home directories to worry about) Copy the relevant entries from your existing /etc/passwd, /etc/shadow and /etc/group into the new files. mail spools are in /var/spool/mail, and can be copied to the new disks. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list