User Tools

Site Tools


lee

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
lee [2005/05/06 20:37]
206.197.251.62 created
— (current)
Line 1: Line 1:
-====== Installing a Mail Server with OpenBSD ====== 
-We installed OpenBSD 3.6, because 3.7 is not released yet, and there was a dependency problem with MySQL using the 3.7 pre-release packages. 
- 
-===== Install OpenBSD ===== 
- 
- 
-===== Install Some Extras ===== 
-  export PKG_PATH=ftp://​ftp.openbsd.org/​pub/​OpenBSD/​3.6/​packages/​i386 
-  pkg_add bash-3.0 
- 
- 
-===== Install MySQL ===== 
-  export PKG_PATH=ftp://​ftp.openbsd.org/​pub/​OpenBSD/​3.6/​packages/​i386 
-  pkg_add mysql-server-4.0.20 
-  mysqladmin -u root 
-  mysqladmin -u root password '​new=password'​ 
-  mysqladmin -u root -h Mail2.omnitec.net password '​new=password'​ 
- 
-===== Install Webmin ===== 
-Install some prerequisites. 
- 
-  pkg_add p5-Net-SSLeay-1.23 
- 
-Download latest source tarball from http://​www.webmin.com/​. 
- 
-  tar xfz webmin-1.200.tar.gz 
-  cd webmin-1.200/​ 
-  ./setup.sh 
- 
-Answer all the questions. (Lee put it on port 11111.) This will start up the program. ​ 
- 
- 
-===== Install Cyrus ===== 
- 
-  pkg_add cyrus-sasl-2.1.19-db4 
- 
- 
-===== Install ​ ===== 
-===== Install ​ ===== 
-===== Install ​ ===== 
- 
- 
  
lee.1115429860.txt.gz ยท Last modified: 2005/05/06 21:23 (external edit)