one more point

in your rc.local

#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local


########## to be added

/etc/rc.d/init.d/dovecot stop
/etc/rc.d/init.d/qmail stop
/etc/rc.d/init.d/mysqld stop

/bin/mount --bind   /highcapacity   /home/vpopmail/domains

/etc/rc.d/init.d/mysqld start
/etc/rc.d/init.d/qmail start
/etc/rc.d/init.d/dovecot start

##########

rajesh

----- Original Message -----
From: Rajesh M [mailto:24x7ser...@24x7server.net]
To: qmailtoaster-list@qmailtoaster.com
Sent: Tue, 29 Aug 2017 21:51:00 +0530
Subject:

stop qmail mysql dovecot spamassassin clam etc

/bin/mount --bind    /highcapacity    /home/vpopmail/domains

restart the above services

create a sample domain ; testdomain.com  and then check if folder is correctly 
created by
dir /highcapacity

dir /home/vpopmail/domains will also show the same folder.

this is how we use

you can even mount a one or more domain to another drive by

/bin/mount --bind /highcapacity/largesizedomain.com 
/home/vpopmail/domains/largesizedomain.com

we use in the above manner

rajesh

----- Original Message -----
From: Agni Isador H [mailto:agniisa...@gmail.com]
To: qmailtoaster-list@qmailtoaster.com
Sent: Tue, 29 Aug 2017 23:10:37 +0700
Subject:

Dear All,

Need your help, how to change default folder vpopmail to the other
folder, because
i want to use the other centos with high capacity disk.
Thanks.

regards,

Agni Isador H

---------------------------------------------------------------------
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



---------------------------------------------------------------------
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

Reply via email to