On Wed, Dec 07, 2005 at 11:20:00AM +0100, Jens Gassmann wrote: > our mailserver need a backup-mx-server that filter non > existings-usernames and spam. > > Could i copy all /home/mail/domains/ without the mails to the > backup-server to use chkuser-patch there?
Yes, you should create /home/vpopmail/domains/<domain> and copy /home/vpopmail/domains/<domain>/.qmail-default file. 2. Add domain to qmail users/assign file for ex.: +domain-:domain:89:89:/home/vpopmail/domains/domain:-:: (replace 3 <domain> to your domain!) 3. Add domain to control/morercpthosts (of course) 4. Set up mysql connection in /home/vpopmail/etc/vpopmail.mysql file to the first MX server's database. Or create a slave mysql database on backup MX server(s). In this case the vpopmail.mysql file should look like this: localhost|0|<username>|<password>|vpopmail <IP of first MX server>|3306|<remote username>|<password>|vpopmail -- Erki-Kiss Zsolt
