- 메일 서버 및 php 설치
sendmail /dovecot 설치
DNS 서버 설치
vi /etc/httpd/conf.d/vhost.conf
roundcube 설치
cp -r roundcube /var/www/html/
php7.4 다운그레이드
- 해당 디렉터리
- chmod 777 roundcube/temp,logs
- chmod 707 roundcube /config
- 웹사이트 접속 확인
- 192.168.10.50/installer
- DNS 서버 확인
- MariaDB 설치
- dnf - y install mariadb*
- DB 등록
- create database
- create user 'webmail'@;localhost' identified by '123456';
- grant all privileges on web.* to 'webmail'@'localhost';
- 웹페이지 NEXT
- DB 연동
4 .Create CONFIG /
Continue 선택 후 config.inc.php 다운로드
var/www/html/roudnc/config로 이동
CONTINUE 클릭
Initialize DB 클릭 - OK 확인
사용자 계정 생성 필요
Send test mail
IMAP CONNET 확인 후 Check login
보내기 - 신원 편집 -
kakao@localhost.co.kr -> webmail.co.kr 변경 필요 - 저장
편지함 확인 가능
권한 거부 문구 확인 시
해당 사용자 메일 디렉터리 허가권 설정 필요
정상 작동 확인
'IT 엔지니어 > Linux server' 카테고리의 다른 글
Snort (0) | 2025.04.21 |
---|---|
리눅스 own클라우드 (0) | 2025.03.31 |
UTM 방화벽 (0) | 2025.03.22 |
Linux mail server client (0) | 2025.03.21 |
UTM 설치 및 설정 (0) | 2025.03.21 |