3Server세팅(웹+도메인+메일서버+FTP)
#설치편
sudo apt-get update
sudo apt-get upgrade
sudo apt-get -y install apache2
sudo apt-get -y install bind9 bind9utils
sudo apt-get -y install postfix sasl2-bin
sudo apt-get -y install dovecot-core dovecot-pop3d dovecot-imapd
sudo apt-get -y install vsftpd
sudo apt-get -y install mariadb-server
#APM설치
sudo apt-get -y install php8.1 php8.1-mbstring php-pear
sudo apt-get -y install php-fpm
sudo apt-get -y install php-common php-gd php-mysql php-enchant hunspell
#설정