Re: [vchkpw] Re: Is chkuser 2.0 suitable for my system?

2006-01-04 Thread ro0ot
All my virtual domain in my system is with catchall account set to [EMAIL PROTECTED], hence this will not work because chkuser will accept all emails even it is invalide, am I right? How can I create a specific bounce-no-mailbox account to have chkuser refuse invalid emails? Stephane Bouvar

[vchkpw] VPOPMAIL Backup

2006-01-04 Thread Michl
Hi all, i need to setup a configuration backup for all my vpopmail domains, vpopmail settings, and qmail settings. What are the files I need to store in my backup to get a quickly disaster recovery? Thanks, Mik

Re: [vchkpw] VPOPMAIL Backup

2006-01-04 Thread alex
Michl wrote: >Hi all, >i need to setup a configuration backup for all my vpopmail domains, vpopmail >settings, and qmail settings. >What are the files I need to store in my backup to get a quickly disaster >recovery? >Thanks, >Mik > > > > Qmail's config root: /var/qmail (in my box) /etc/tcp.smt

Re: [vchkpw] VPOPMAIL Backup

2006-01-04 Thread Rick Macdougall
Michl wrote: Hi all, i need to setup a configuration backup for all my vpopmail domains, vpopmail settings, and qmail settings. What are the files I need to store in my backup to get a quickly disaster recovery? Hi, For qmail /var/qmail/control/* /var/qmail/users/* Your tcp.smtp file, wher

RE: [vchkpw] VPOPMAIL Backup

2006-01-04 Thread Michele Virgilio
> > > For qmail > > /var/qmail/control/* > /var/qmail/users/* > > Your tcp.smtp file, where ever that may be stored (usually in /etc or > ~vpopmail/etc) > > > For vpopmail > > All the .qmail* files in each domain, plus all the .qmail files in the > users directory if wanted. > > > We perso

Re: [vchkpw] Re: Is chkuser 2.0 suitable for my system?

2006-01-04 Thread Bob Hutchinson
On Wednesday 04 Jan 2006 15:29, ro0ot wrote: > All my virtual domain in my system is with catchall account set to > [EMAIL PROTECTED], hence this will not work because chkuser will > accept all emails even it is invalide, am I right? yes, think so. > > How can I create a specific bounce-no-mailbo

Re: [vchkpw] VPOPMAIL Backup

2006-01-04 Thread alex
>Thanks for our replies, so can anyone give me a script to automate this >process? > > You want fries with that? Go google for some or even read the folowing: man rsync man cron Go to www.tldp.org and search for the BASH How-To which is a great newbie tutorial for those new to unix or sh like

RE: [vchkpw] VPOPMAIL Backup

2006-01-04 Thread Charles J. Boening
How about putting this in as a cron job: tar jcf /home/email.backup.tar.bz2 /home/vpopmail /var/qmail/control /var/qmail/users You could also make an offsite backup ERR=/var/log/backup/backup-err.log BACKUP="/home/vpopmail /var/qmail/assign /var/qmail/users" FTP_SERVER="some.server.com" FTP_

RE: [vchkpw] VPOPMAIL Backup

2006-01-04 Thread Michl
Thanks, very nice! :) > -Original Message- > From: Charles J. Boening [mailto:[EMAIL PROTECTED] > Sent: mercoledì 4 gennaio 2006 19.13 > To: vchkpw@inter7.com > Subject: RE: [vchkpw] VPOPMAIL Backup > > How about putting this in as a cron job: > > tar jcf /home/email.backup.tar.bz2 /home

RE: [vchkpw] VPOPMAIL Backup

2006-01-04 Thread Bill Gradwohl
On Wed, 2006-01-04 at 18:40 +0100, Michele Virgilio wrote: > Thanks for our replies, so can anyone give me a script to automate this > process? Here's a script to look at your current vpopmail area and write the commands needed to recreate that area. Just redirect the output from the script to a f