Home
|
UNIX
|
Oracle
|
Code
|
Practical
|
Private
vm-pop3d -- mbox virtual hosts
Prepare the system
Install and configure vm-pop3d
Extract it,
tar xvzf vm-pop3d-1.1.6.tar.gz
cd vm-pop3d-1.1.6
compile and install it,
./configure --help
./configure --enable-virtual
make clean
make
su
make install
Start the daemon,
/usr/local/sbin/vm-pop3d -umail -gmail -d2
Note. add this to "/etc/rc.local" to start at boot time.
References