rubing
9th October 2008, 04:23
hello,
I am trying to run the tutorial on how to setup a postfix mail server with virtual users found here: http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu8.04-p3
It is instructing me to install software that is not for my servers archetecture. My server is amd64, I tried substituting i386 with amd64, but it didn't work. here are the lines:
DCC isn't available in the Ubuntu 8.04 repositories, so we install it as follows:
cd /tmp
wget http://launchpadlibrarian.net/11564361/dcc-server_1.3.42-5_i386.deb
wget http://launchpadlibrarian.net/11564359/dcc-common_1.3.42-5_i386.deb
dpkg -i dcc-common_1.3.42-5_i386.deb
dpkg -i dcc-server_1.3.42-5_i386.deb
I am trying to run the tutorial on how to setup a postfix mail server with virtual users found here: http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu8.04-p3
It is instructing me to install software that is not for my servers archetecture. My server is amd64, I tried substituting i386 with amd64, but it didn't work. here are the lines:
DCC isn't available in the Ubuntu 8.04 repositories, so we install it as follows:
cd /tmp
wget http://launchpadlibrarian.net/11564361/dcc-server_1.3.42-5_i386.deb
wget http://launchpadlibrarian.net/11564359/dcc-common_1.3.42-5_i386.deb
dpkg -i dcc-common_1.3.42-5_i386.deb
dpkg -i dcc-server_1.3.42-5_i386.deb