Click to See Complete Forum and Search --> : Backup all mails for SENDMAIL user


joelim
05-24-2001, 10:56 PM
dear sir, anyone knows now to backup all the mails for SENDMAIL users, because i'm going to migrate it to another linux sendmail. but i found in the /var/spool/mail got lot of mails pending. what should i do? copy it and paste in new server, will it works or any other way to backup it. please... HELP ME!!~~~~~

PLBlaze
05-25-2001, 01:15 AM
What exactly are you trying to backup? User mbox files found under /var/spool/mail/*user_name* or sendmail's spool files under /var/spool/mqueue? Are you moving the spool to another box or just upgrading sendmail?If upgrading the daemon you can leave them alone...any way you do should be fine,you can even tar/bzip2 them...just make sure to preserve onwnershp of the files.Hope this helps.