일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- WebView
- 안드로이드 푸시
- 자바스크립트
- C#
- javascript
- php 시큐어코딩
- PHP
- FCM
- html5
- mysql
- 안드로이드
- curl
- 우분투
- 안드로이드 푸쉬
- soundpool
- Mail Server
- UML
- Android
- php 취약점
- dovecot
- 자동 생성
- 안드로이드 gcm
- 설치
- xe
- roundcube
- not working
- chart.js
- android 효과음
- 폼메일
- C# IO
- Today
- Total
목록roundcube (3)
그러냐
우분투 12 버젼일경우 다음의 설정을 추가해야된다 출처 : https://www.server-world.info/en/note?os=Ubuntu_12.04&p=mail&f=2 root@mail:~# aptitude -y install dovecot-common dovecot-pop3d dovecot-imapd root@mail:~# vi /etc/dovecot/dovecot.conf # line 26: change ( if not listen IPv6 port ) listen = * root@mail:~# vi /etc/dovecot/conf.d/10-auth.conf # line 9: uncomment and change ( allow plain text auth ) disable_plaintext_a..
출처 : http://zzaps.tistory.com/313 메일 서버 세팅을 잘 마쳤고, 이제 웹 메일 클라이언트를 설치한다. roundcube 이다. roundcube.net 에 가서 1.2.0 - Complete 의 다운로드 주소를 확인하고, wget 으로 서버에서 바로 받는다. $ wget https://github.com/roundcube/roundcubemail/releases/download/1.2.0/roundcubemail-1.2.0-complete.tar.gz www 디렉토리에 옮겨놓고 압축 해제! 디렉토리 이름이 기니까, rc 로 수정! 그럼, roundcube 의 웹 주소는 http://my.kr/rc/가 되겠다. 다르게 해도 상관이 없다. 다른데 숨기고 alias 해도 되겠다. 어..
출처 : http://zzaps.tistory.com/312 우분투 14.04에 메일 서버를 세팅하려고 한다. 할 때마다 인터넷 검색하는게 지겨워서 제대로 정리해놓으려는 목적. 다음에 보고, 그냥 따라하면 되도록... 현재 서버의 상태는 apache2, php5, mysql, vsftp, bind9 패키지가 설치되어서 정상 동작하고 있는 상태. 메일서버 세팅하고, roundcube로 웹메일 구현하는 것이 목표다. postfix는 메일보내기 위한 데몬, dovecot은 메일 수신을 위한 데몬, roundcube는 웹메일 클라이언트. 하나하나 해보자. 참고는 http://www.krizna.com/ubuntu/setup-mail-server-ubuntu-14-04 다. 메일주소는 @my.kr 이라고 치고, ..