Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-1) was last changed on 17-May-2021 01:16 by UnknownAuthor  

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 added 97 lines
[{TableOfContents}]
!!!Sendmail Install
*[리눅스에서 설치 방법 | SendMail_Install_Linux]
!!! mail 명령어 사용법
{{{
메일 큐 확인
mailq
메일 큐를 지우는 방법은
# rm -rf /var/spool/mqueue/*
echo "안녕하십니까?" | mail -s "안부메일" mymaster@superuser.co.kr
}}}
!!! 스펨관련
*메일 서버 스펨 릴레이 점검 [http://www.certcc.or.kr/secureyourserver/spam_relay.html]
*화이트 도메인[https://www.kisarbl.or.kr/]
!!! RELAY 설정방법
*[Sendmail RELAY 란? | http://www.spoork.net/25]
{{{
/etc/mail/access 에 네트워크나 서버 추가
ex)
xxx.co.kr RELAY
192.168.0.254 RELAY
192.168.0 RELAY
- 변경된 내용 적용 -
# makemap hash /etc/mail/access < /etc/mail/access
# service sendmail restart
}}}
!!! virtusertable
{{{
makemap hash /etc/mail/virtusertable.db < /etc/mail/virtusertable
}}}
!!! 알리아스 설정 방법
*[알리아스 설정 참고 URL | http://www.leopit.com/Leophp/board/lecture_board/view.php?id=24&board_mode=linux]
{{{
# vi /etc/aliases
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
all : : include:/etc/aliases_all
root: djpark, xxxx
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
아이디나 메일 주소 설정
# vi /etc/aliases_all
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
xxxx
xxxxx
nettem@hanafos.com
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
# newaliases
}}}
!!! mail 명령어 이용방법
{{{
mail -v nettem@nettem.co.kr
제목
내용
Ctrl+D
}}}
!!!mail 명령어 응용 Tip
*콘솔에서 바로 간단히 메일보네는 방법
{{{
echo "안녕하십니까?" | mail -s "안부메일" mymaster@superuser.co.kr
}}}
*서버에서 메일이 받는곳
{{{
/var/spool/mail
}}}
*어떤오류로 메일이 나가지 못하거나 비정상적으로 왔을때 임시로 쌓이는 곳
{{{
/var/spool/mqueue
}}}
*두개의 콘솔창을 띄워놓고 한쪽에서 보내어보고 받는쪽에서 실시간 확인하는 방법
{{{
tail -f /etc/spool/mail/메일계정명 이라고 하게되면 파일을 끝자락에서 내용이 추가되는 족족 보이게 된다.
}}}
*mutt 활용하기
{{{
메일을 파일을 열어서확인하는것이 아니라 예전에 도스시길 M 과 같은 인테페이스
메일을 좀더 편안하고 쉽게 관리
}}}
Version Date Modified Size Author Changes ... Change note
17-May-2021 01:16 1.794 kB UnknownAuthor
« This page (revision-) was last changed on 17-May-2021 01:16 by UnknownAuthor