当前位置:网站首页>Simple configuration of postfix server
Simple configuration of postfix server
2022-07-03 17:04:00 【Brother Xing plays with the clouds】
Simple configuration PostFix The server
Installation package :
[[email protected] named]# yum install postfix telnet
[[email protected] named]# yum install bind bind-chroot
To configure DNS The server
[[email protected] named]# vi /etc/named.conf
options {
listen-on port 53 { any; };
listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { any; };
recursion yes;
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;
/* Path to ISC DLV key */
bindkeys-file "/etc/named.iscdlv.key";
};
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
zone "." IN {
type hint;
file "named.ca";
};
include "/etc/named.rfc1912.zones";
[[email protected] named]# vi /etc/named.rfc1912.zones
add to
zone "testmail.com" IN {
type master;
file "named.testmail.com";
allow-update { none; };
};
[[email protected] named]# cp /var/named/named.localhost /var/named/chroot/var/named/named.testmail.com
[[email protected] named]# cat /var/named/chroot/var/named/named.testmail.com
$TTL 1D
@ IN SOA @ root (
0 ; serial
1D ; refresh
1H ; retry
1W ; expire
3H ) ; minimum
NS @
A 127.0.0.1
AAAA ::1
mail.testmail.com. IN A 192.168.1.11
testmail.com. MX 10 mail.testmail.com.
[[email protected] named]# service named restart
Stopping named: . [ OK ]
Starting named: [ OK ]
modify postfix Configuration file for
[[email protected] named]# vi /etc/postfix/main.cf
Modify the following parameters
myhostname = mail.testmail.com
mydomain = testmail.com
myorigin = $mydomain
inet_interfaces = all
inet_protocols = all
mydestination = myhostname, localhost.mydomain, localhost,
mynetworks = 192.168.1.0/24, 127.0.0.0/8
relay_domains = $mydestination
[[email protected] ~]# service postfix restart
Shutting down postfix: [ OK ]
Starting postfix: [ OK ]
[[email protected] ~]# useradd test001
[[email protected] ~]# useradd test002
Send E-mail
[[email protected] named]# telnet 192.168.1.11 25
Trying 192.168.1.11...
Connected to 192.168.1.11.
Escape character is '^]'.
220 mail.testmail.com ESMTP Postfix
mail from:[email protected]
250 2.1.0 Ok
rcpt to:[email protected]
250 2.1.5 Ok
data
354 End data with <CR><LF>.<CR><LF>
hello test002!!!
.
250 2.0.0 Ok: queued as 12623A0059
quit
221 2.0.0 Bye
Connection closed by foreign host.
Receiving mail
[[email protected] named]# su - test002
[[email protected] ~]$ mail
Heirloom Mail version 12.4 7/29/08. Type ? for help.
"/var/spool/mail/test002": 2 messages 1 new
1 [email protected] Mon Oct 13 02:53 15/517
>N 2 [email protected] Mon Oct 13 05:37 14/507
& r
undisclosed-recipients:; contains invalid character ':'
To: [email protected]@testmail.com wrote:
> hello test002!!!
边栏推荐
- What is the pledge pool and how to pledge?
- 比亚迪、长城混动市场再“聚首”
- 大变局!全国房价,跌破万元大关
- [combinatorics] non descending path problem (number of non descending paths with constraints)
- The word backspace key cannot delete the selected text, so you can only press Delete
- Rsync远程同步
- 图之深度优先搜索
- The most complete postman interface test tutorial in the whole network, API interface test
- Depth first search of graph
- C语言字符串练习
猜你喜欢

静态程序分析(一)—— 大纲思维导图与内容介绍

Simulink oscilloscope data is imported into Matlab and drawn

Depth first search of graph

線程池:業務代碼最常用也最容易犯錯的組件

关于学习Qt编程的好书精品推荐

手把手带你入门 API 开发

What material is sa537cl2 equivalent to in China? Sa537cl2 corresponding material

What material is sa537cl1? Sa537cl1 corresponds to the national standard material
![[try to hack] active detection and concealment technology](/img/43/d48f851268fec566ce0cc83bd9557e.png)
[try to hack] active detection and concealment technology

CC2530 common registers for crystal oscillator settings
随机推荐
JSON 与 BSON 区别
[combinatorics] polynomial theorem (polynomial coefficients | full arrangement of multiple sets | number of schemes corresponding to the ball sub model | polynomial coefficient correlation identity)
Deep understanding of grouping sets statements in SQL
The word backspace key cannot delete the selected text, so you can only press Delete
visual studio “通常每个套接字地址(协议/网络地址/端口)只允许使用一次“
[combinatorics] polynomial theorem (polynomial theorem | polynomial theorem proof | polynomial theorem inference 1 item number is the number of non negative integer solutions | polynomial theorem infe
What is the pledge pool and how to pledge?
远程办公之如何推进跨部门项目协作 | 社区征文
Résolution de l'instance d'assemblage - - affichage à l'écran en mode réel
C语言按行修改文件
[combinatorics] recursive equation (outline of recursive equation content | definition of recursive equation | example description of recursive equation | Fibonacci Series)
Interpretation of several important concepts of satellite antenna
Shentong express expects an annual loss of nearly 1billion
What material is 12cr1movr? Chemical property analysis of pressure vessel steel plate 12cr1movr
[mathematical logic] equivalent calculus and reasoning calculus of propositional logic (propositional logic | equivalent calculus | principal conjunctive (disjunctive) paradigm | reasoning calculus)**
The way of wisdom (unity of knowledge and action)
RF analyze demo build step by step
[combinatorics] recursive equation (the relationship theorem between the solution of the recursive equation and the characteristic root | the linear property theorem of the solution of the recursive e
MySQL user management
[Jianzhi offer] 58 - ii Rotate string left