잠시만 기다려 주세요

     '인적청산 없는 개혁은 없다.'
전체검색 :  
이번주 로또 및 연금번호 발생!!   |  HOME   |  여기는?   |  바다물때표   |  알림 (26)  |  여러가지 팁 (1125)  |  추천 및 재미 (166)  |  자료실 (25)  |  
시사, 이슈, 칼럼, 평론, 비평 (1043)  |  끄적거림 (156)  |  문예 창작 (734)  |  바람 따라 (75)  |  시나리오 (760)  |  드라마 대본 (248)  |  
살인!


    리눅스 서버

리눅스 서버 - postfix 설치 및 main.cf 설정하기...
이 름 : 바다아이   |   조회수 : 7414         짧은 주소 : https://www.bada-ie.com/su/?SjzjZD2z0uKl
postfix 나 dovecot 은 매번 설치 할 때마다 애먹습니다 -.-;
버전이 올라가고 그러면서 조금씩 설정들이 변경이 되고 그러네요...
그래서 설치하는 글을 몇개 올려놓습니다. 짜깁기 해야 될겁니다... 이렇게 저렇게 해 보세요...
언제 한번 정리는 해 놔야 저도 매번 설치할 때마다 애먹지 않는데 귀찮아서리... ^^;
여기 게시판에서 "postfix", "dovecot" 검색하시면 설치 글이 몇개 될 겁니다.

 
 
Install Postfix to configure SMTP Server. SMTP uses [25/TCP].
[1] This example shows to configure SMTP-Auth to use Dovecot's SASL function.
root@mail:~#
apt -y install postfix sasl2-bin
# on this example, proceed to select [No Configuration]
# because configure all manually
 
+------+ Postfix Configuration +-------+
| General type of mail configuration:  |
|                                      |
|       No configuration               |
|       Internet Site                  |
|       Internet with smarthost        |
|       Satellite system               |
|       Local only                     |
|                                      |
|                                      |
|       <Ok>           <Cancel>        |
|                                      |
+--------------------------------------+

root@mail:~#
cp /usr/share/postfix/main.cf.dist /etc/postfix/main.cf
 
root@mail:~#
vi /etc/postfix/main.cf
# line 78 : uncomment
mail_owner = postfix

# line 94 : uncomment and specify hostname
myhostname = mail.srv.world

# line 102 : uncomment and specify domainname
mydomain = srv.world

# line 123 : uncomment
myorigin = $mydomain

# line 137 : uncomment
inet_interfaces = all

# line 185 : uncomment
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain

# line 228 : uncomment
local_recipient_maps = unix:passwd.byname $alias_maps

# line 270 : uncomment
mynetworks_style = subnet

# line 287 : add your local network
mynetworks = 127.0.0.0/8, 10.0.0.0/24

# line 407 : uncomment
alias_maps = hash:/etc/aliases

# line 418 : uncomment
alias_database = hash:/etc/aliases

# line 440 : uncomment
home_mailbox = Maildir/

# line 576: comment out and add
#smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_banner = $myhostname ESMTP

# line 650 : add
sendmail_path = /usr/sbin/postfix

# line 655 : add
newaliases_path = /usr/bin/newaliases

# line 660 : add
mailq_path = /usr/bin/mailq

# line 666 : add
setgid_group = postdrop

# line 670 : add
#html_directory =

# line 674 : comment out
#manpage_directory =

# line 679 : comment out
#sample_directory =

# line 683 : comment out
#readme_directory =

# line 684 : if also listen IPv6, change to [all]
inet_protocols = ipv4

# add follows to the end
# disable SMTP VRFY command
disable_vrfy_command = yes

# require HELO command to sender hosts
smtpd_helo_required = yes

# limit an email size
# example below means 10M bytes limit
message_size_limit = 10240000

# SMTP-Auth settings
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
smtpd_recipient_restrictions = permit_mynetworks, permit_auth_destination, permit_sasl_authenticated, reject

root@mail:~#
newaliases

root@mail:~#
systemctl restart postfix
[2]
Configure additional settings for Postfix if you need.
It's possible to reject many spam emails with the settings below.
However, you should consider to apply the settings,
because sometimes normal emails are also rejected with them.
Especially, there are SMTP servers that forward lookup and reverse lookup of their hostnames on DNS do not match even if they are not spammers.
root@mail:~#
vi /etc/postfix/main.cf
# add to the end
# reject unknown clients that forward lookup and reverse lookup of their hostnames on DNS do not match
smtpd_client_restrictions = permit_mynetworks, reject_unknown_client_hostname, permit

# rejects senders that domain name set in FROM are not registered in DNS or 
# not registered with FQDN
smtpd_sender_restrictions = permit_mynetworks, reject_unknown_sender_domain, reject_non_fqdn_sender

# reject hosts that domain name set in FROM are not registered in DNS or 
# not registered with FQDN when your SMTP server receives HELO command
smtpd_helo_restrictions = permit_mynetworks, reject_unknown_hostname, reject_non_fqdn_hostname, 
reject_invalid_hostname, permit

root@mail:~#
systemctl restart postfix

 
출처 : https://www.server-world.info/en/note?os=Ubuntu_22.04&p=mail&f=1

 
| |





      1 page / 6 page
번 호 카테고리 제 목 이름 조회수
163 리눅스 서버 " " (nice), " " (nice) 바다아이 667
162 리눅스 서버 13 monitorix . btop ... 바다아이 742
161 리눅스 서버 debian 13 haproxy ... mariadb + haproxy 바다아이 759
160 리눅스 서버 debian 13 fail2ban ... ssh . 바다아이 762
159 리눅스 서버 debian 13 webalizer .. sid webalizer . 바다아이 818
158 리눅스 서버 ... . . . 바다아이 981
157 리눅스 서버 proxysql 3.0.x ....   .... 바다아이 1081
156 리눅스 서버 mariadb + proxysql 3.0.x .... mariadb proxysql pooler ... 바다아이 1133
155 리눅스 서버 apt ... ... apt 바다아이 1892
154 리눅스 서버 , smartctl, hdd ssd 바다아이 1984
153 리눅스 서버 , .... arch kernel compile.... 바다아이 1946
152 리눅스 서버 [Vim, Vi] 바다아이 1916
151 리눅스 서버 ... 바다아이 2168
150 리눅스 서버 vps root .. 바다아이 1758
149 리눅스 서버 Ubuntu 24.04 LTS - SSH Port , ssh 바다아이 2059
148 리눅스 서버 samba ... , ... 바다아이 2984
현재글 리눅스 서버 postfix main.cf ... 바다아이 7415
146 리눅스 서버 /etc/crontab ... 바다아이 5494
145 리눅스 서버 - MEMTEST, , 바다아이 7409
144 리눅스 서버 top , top 바다아이 7807
143 리눅스 서버 , systemd-networkd, archlinux network setting 바다아이 9128
142 리눅스 서버 mirror .. ... 바다아이 9534
141 리눅스 서버 [Ubuntu] (swapfile) , ... 바다아이 9880
140 리눅스 서버 ufw , iptables 바다아이 10229
139 리눅스 서버 ... grub . submenu, grub-mkconfig, grub 바다아이 8451
138 리눅스 서버 CentOS 7 Upgrade Kernel, centos 바다아이 11814
137 리눅스 서버 , dd , 바다아이 9102
136 리눅스 서버 ... ntp .. ... 바다아이 9995
135 리눅스 서버 archlinux netstat , netstat ... 바다아이 9276
134 리눅스 서버 ps , ps option 바다아이 9519
| |









Copyright ⓒ 2001.12. bada-ie.com. All rights reserved.
이 사이트는 리눅스에서 chrome 기준으로 작성되었습니다. 기타 브라우저에서는 다르게 보일 수 있습니다.
[ Debian + GoLang + PostgreSQL + Mariadb + PgBouncer + ProxySQL]
서버위치 : San Jose Datacenter  실행시간 : 0.03948
to webmaster... gogo sea. gogo sea.